[Python-Dev] Weekly Python Bug/Patch Summary (original) (raw)
Skip Montanaro skip@mojam.com
Sun, 20 Apr 2003 07:00:32 -0500
- Previous message: [Python-Dev] os.path.walk() lacks 'depth first' option
- Next message: [Python-Dev] Hook Extension Module Import?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bug/Patch Summary
396 open / 3541 total bugs (+13) 130 open / 2092 total patches (-4)
New Bugs
profile.run makes assumption regarding namespace (2003-04-06) http://python.org/sf/716587 "build_ext" "libraries" subcommand not split into values (2003-04-07) http://python.org/sf/716634 Uthread problem - Pipe left open (2003-04-08) http://python.org/sf/717614 inspect, class instances and getattr (2003-04-09) http://python.org/sf/718532 sys.path on MacOSX (2003-04-10) http://python.org/sf/719297 pimp needs to do download and untar itself (2003-04-10) http://python.org/sf/719300 Icon on applets is wrong (2003-04-10) http://python.org/sf/719303 string exceptions are deprecated (2003-04-10) http://python.org/sf/719367 Mac OS X painless compilation (2003-04-11) http://python.org/sf/719549 tokenize module w/ coding cookie (2003-04-11) http://python.org/sf/719888 datetime types don't work as bases (2003-04-13) http://python.org/sf/720908 Building lib.pdf fails on MacOSX (2003-04-14) http://python.org/sf/721157 Acrobat Reader 5 compatibility (2003-04-14) http://python.org/sf/721160 tarfile gets filenames wrong (2003-04-15) http://python.org/sf/721871 _winreg doesn't handle NULL bytes in value names (2003-04-16) http://python.org/sf/722413 weakref: proxy_print and proxy_repr incons. (2003-04-16) http://python.org/sf/722763 Put a reference to print in the Library Reference, please. (2003-04-17) http://python.org/sf/723136 PyThreadState_Clear() docs incorrect (2003-04-17) http://python.org/sf/723205 add timeout support in socket using modules (2003-04-17) http://python.org/sf/723287 runtime_library_dirs broken under OS X (2003-04-17) http://python.org/sf/723495 slots broken in 2.3a with ("dict", ) (2003-04-18) http://python.org/sf/723540 app-building with Bundlebuilder for framework builds (2003-04-18) http://python.org/sf/723562 logging.setLoggerClass() doesn't support new-style classes (2003-04-18) http://python.org/sf/723801 overintelligent slice() behavior on integers (2003-04-18) http://python.org/sf/723806 urlopen(url_to_a_non-existing-domain) raises gaierror (2003-04-18) http://python.org/sf/723831 imaplib should convert line endings to be rfc2822 complient (2003-04-18) http://python.org/sf/723962
New Patches
PEP 269 Implementation (2002-08-23) http://python.org/sf/599331 has_function() method for CCompiler (2003-04-07) http://python.org/sf/717152 allow timeit to see your globals() (2003-04-08) http://python.org/sf/717575 Patch to distutils doc for metadata explanation (2003-04-09) http://python.org/sf/718027 DESTDIR variable patch (2003-04-09) http://python.org/sf/718286 fix test_long failure on OSF/1 (2003-04-10) http://python.org/sf/719359 Remove file after running $PYTHONSTARTUP (2003-04-11) http://python.org/sf/719777 proposed patch for posixpath.py: getctime() (2003-04-12) http://python.org/sf/720188 Patch to make shlex accept escaped quotes in strings. (2003-04-12) http://python.org/sf/720329 iconv_codec 3rd generation (2003-04-13) http://python.org/sf/720585 Some bug fixes for regular ex code. (2003-04-14) http://python.org/sf/720991 Add copyrange method to array. (2003-04-14) http://python.org/sf/721061 Remote debugging with pdb.py (2003-04-14) http://python.org/sf/721464 Better output for unittest (2003-04-16) http://python.org/sf/722638 PyArg_ParseTuple problem with 'L' format (2003-04-17) http://python.org/sf/723201 del in dumbdbm fails under some circumstances (2003-04-17) http://python.org/sf/723231 ability to pass a timeout to underlying socket (2003-04-17) http://python.org/sf/723312 terminal type option subnegotiation in telnetlib (2003-04-17) http://python.org/sf/723364 Backport of recent sre fixes. (2003-04-18) http://python.org/sf/723940
Closed Bugs
urllib needs 303/307 handlers (2002-06-12) http://python.org/sf/568068 Support for masks in getargs.c (2002-08-14) http://python.org/sf/595026 Cannot compile escaped unicode character (2002-09-20) http://python.org/sf/612074 Numerous defunct threads left behind (2002-10-10) http://python.org/sf/621548 no docs for HTMLParser.handle_pi (2002-12-27) http://python.org/sf/659188 2.3a1 computes lastindex incorrectly (2003-01-22) http://python.org/sf/672491 re.LOCALE, umlaut and \w (2003-02-21) http://python.org/sf/690974 gensuitemodule overhaul (2003-03-04) http://python.org/sf/697179 string.strip implementation/doc mismatch (2003-03-04) http://python.org/sf/697220 builtin type inconsistency (2003-03-07) http://python.org/sf/699312 Obscure error message (2003-03-08) http://python.org/sf/699934 gensuitemodule needs to be documented (2003-03-29) http://python.org/sf/711986 test_zipimport failing on ia64 (at least) (2003-03-30) http://python.org/sf/712322 Cannot change the class of a list (2003-03-31) http://python.org/sf/712975
Closed Patches
SimpleXMLRPCServer auto-docing subclass (2002-03-29) http://python.org/sf/536883 optionally make shelve less surprising (2002-05-07) http://python.org/sf/553171 GC: untrack simple objects (2002-05-21) http://python.org/sf/558745 gettext module charset changes (2002-06-13) http://python.org/sf/568669 Shadow Password Support Module (2002-07-09) http://python.org/sf/579435 Add popen2 like functionality to pty.py. (2002-08-03) http://python.org/sf/590513 Refactoring of difflib.Differ (2002-08-27) http://python.org/sf/600984 Punycode encoding (2002-11-02) http://python.org/sf/632643 refactoring and documenting ModuleFinder (2002-11-25) http://python.org/sf/643711 Complementary patch for OpenVMS (2002-12-07) http://python.org/sf/649997 659188: no docs for HTMLParser (2003-01-04) http://python.org/sf/662464 xmlrpclib: better string encoding in responce package (2003-02-03) http://python.org/sf/679383 Tiny patch for bug 612074: sre unicode escapes (2003-02-05) http://python.org/sf/681152 AutoThreadState implementation (2003-02-10) http://python.org/sf/684256 optparse OptionGroup docs (2003-03-05) http://python.org/sf/697941 docs for hotshot module (2003-03-05) http://python.org/sf/698505 time.tzset standards compliance update (2003-03-19) http://python.org/sf/706707 Allow range() to return long integer values (2003-03-21) http://python.org/sf/707427 remove -static option from cygwinccompiler (2003-03-24) http://python.org/sf/709178 new test_urllib and patch for found urllib bug (2003-03-27) http://python.org/sf/711002 Removing unnecessary lock operations (2003-03-29) http://python.org/sf/711835 iconv_codec NG (2003-04-02) http://python.org/sf/713820 Unicode Codecs for CJK Encodings (2003-04-02) http://python.org/sf/713824 Guard against segfaults in debug code (2003-04-02) http://python.org/sf/714348 Document freeze process in PC/config.c (2003-04-03) http://python.org/sf/714957
- Previous message: [Python-Dev] os.path.walk() lacks 'depth first' option
- Next message: [Python-Dev] Hook Extension Module Import?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]