- fb6095a more updates from Sean by Anthony Baxter · 22 years ago
- 444ed1a actually set the date by Anthony Baxter · 22 years ago
- 014a33d Note from Anthony about Berkely DB 4.2 support. by Thomas Heller · 22 years ago
- 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
- a758b76 RPM spec file updates from Sean Reifschneider. by Anthony Baxter · 22 years ago
- 6280f00 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 22 years ago
- 220e199 Patch #713645: Fix typo. by Martin v. Löwis · 22 years ago
- 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
- b4bab91 Mention improvement of detection of broken tzset() (patch #762934). by Brett Cannon · 22 years ago
- 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
- 6687ded Backport: Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 22 years ago
- bd40b91 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 22 years ago
- 5ae2511 Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c by Raymond Hettinger · 22 years ago
- c866ac7 Backport leak fix for new code objects. by Raymond Hettinger · 22 years ago
- cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
- 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
- d902c77 Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 22 years ago
- 62d59fe texcheck.py checks for double word errors and \NULL markup. by Raymond Hettinger · 22 years ago
- 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
- 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
- 046595e SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 22 years ago
- 41add17 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 22 years ago
- e95fc57 Patch #798202: detect redhat9 Tcl/Tk in configure script. by Martin v. Löwis · 22 years ago
- abb2967 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 22 years ago
- 50999aa Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 22 years ago
- 0230968 Catch locale.error as well. Fixes #788378. by Martin v. Löwis · 22 years ago
- e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
- f0bf03c NEWS about email package 794466 patch. by Barry Warsaw · 22 years ago
- b7e965c Document the Pynche patch. by Barry Warsaw · 22 years ago
- c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
- 864c0c1 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 22 years ago
- c0bc928 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
- 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
- 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
- 9924351 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
- 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
- eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
- d44c979 Describe the fix to the email package. by Barry Warsaw · 22 years ago
- 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
- bd9ba1a Make sets.py compatible with Py2.2 by Raymond Hettinger · 22 years ago
- 4730b05 Add note of closing of bug #783952. by Brett Cannon · 22 years ago
- 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
- 4b3d7fd Add HIDDEN. Fixes #777664. by Martin v. Löwis · 22 years ago
- 144b440 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 22 years ago
- f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
- a247191 Release host name memory. Fixes #783312. by Martin v. Löwis · 22 years ago
- 4e414f6 Fix wording of cache announcement. by Brett Cannon · 22 years ago
- e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
- dc72e56 Backport SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 22 years ago
- 777f49b Patch #781722: Reject AF_INET6 if IPv6 is disabled. by Martin v. Löwis · 22 years ago
- 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
- 9ea2f80 List recently-fixed bugs. by Martin v. Löwis · 22 years ago
- b496996 Boilerplate for Python 2.3.1 by Barry Warsaw · 22 years ago
- b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
- 5a2e2c1 Get rid of empty sections by Barry Warsaw · 22 years ago
- 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 22 years ago
- 0963803 Added section for 2.3 final; moved IDLE news into it that I inserted in by Tim Peters · 22 years ago
- c794a1c Gave the main NEWS file its own IDLE section, and populated it with a by Tim Peters · 22 years ago
- 0517c9a Updated news for 2.3c2. by Barry Warsaw · 22 years ago
- 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 22 years ago
- e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 22 years ago
- 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
- 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 22 years ago
- 01a4312 Added note about the pyexpat memory leak fix. by Fred Drake · 22 years ago
- 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 22 years ago
- d71a551 Minor typo by Barry Warsaw · 22 years ago
- b434d49 Oh, well. by Jeremy Hylton · 22 years ago
- 0ed18c2 Forgot the release date. by Jeremy Hylton · 22 years ago
- 8aca417 The rest of the news. by Jeremy Hylton · 22 years ago
- ed86003 SF patch 764470 by Jeremy Hylton · 22 years ago
- ca9e21c Partial progress on NEWS. by Jeremy Hylton · 22 years ago
- dabc37c SF bug 770601. by Jeremy Hylton · 22 years ago
- af4c505 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 22 years ago
- 6c733d3 Add mmap bugfix; typo and grammar fixes by Andrew M. Kuchling · 22 years ago
- 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 22 years ago
- 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 22 years ago
- 0320464 Repaired typos in comments. by Tim Peters · 22 years ago
- d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 22 years ago
- ca60cac Update for new module and new builtin. by Raymond Hettinger · 22 years ago
- e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
- 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 22 years ago
- eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 22 years ago
- 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 22 years ago
- 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 22 years ago
- e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 22 years ago
- 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 22 years ago
- 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 22 years ago
- d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 22 years ago
- 562a855 Merge branch updates back into the main trunk by Raymond Hettinger · 22 years ago
- b752c27 Add several news items for changes I made since b1. by Jeremy Hylton · 22 years ago
- 5e2ed81 Removed XXX comments about missing threading.py functions. by Tim Peters · 22 years ago
- 883f223 Added news about os.environ['PYTHONINSPECT'] = 'yes' by Barry Warsaw · 22 years ago
- c98ccfd Typo repair. by Tim Peters · 22 years ago
- 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 22 years ago
- 2740944 Filled in release date; repaired grammar in a news item. by Tim Peters · 22 years ago
- db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 22 years ago
- 643bcec SF patch #760257: add socket.timeout exception by Raymond Hettinger · 22 years ago
- a4148c3 Added Bob Halley for work on socket.timeout by Raymond Hettinger · 22 years ago
- 90a2041 Added Steven Taschuk for efforts fixing zipfile.py by Raymond Hettinger · 22 years ago
- c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 22 years ago