- 36b5f3c this wasn't on the branch. mea culpa by Anthony Baxter · 22 years ago
- 2e0ece0 2.3.3c1 by Anthony Baxter · 22 years ago
- 48e602a Add newsitem for a bugfix backport. by Raymond Hettinger · 22 years ago
- fa6d7ba Release date for 2.3.3c1. by Thomas Heller · 22 years ago
- 412c3ac Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 22 years ago
- f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
- 224fc79 Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 22 years ago
- c4f9ad5 I think this description of bug #848614 is better. by Thomas Heller · 22 years ago
- 6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 22 years ago
- ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
- 30288d5 Mention patch #841977: modulefinder didn't find extension modules in packages by Thomas Heller · 22 years ago
- 695461f Backport of fix for SF bug 840829, memory corruption in some cases of by Tim Peters · 22 years ago
- 058806e Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 22 years ago
- a98d8de include bug number by Anthony Baxter · 22 years ago
- 9e4a3d2 note new sre algorithm by Anthony Baxter · 22 years ago
- f62fad7 Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198. by Martin v. Löwis · 22 years ago
- 065b87b Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 22 years ago
- 1a94f3a Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 22 years ago
- b34ac73 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 22 years ago
- 31b2ab8 document the performance fix to builtin_sum(). by Alex Martelli · 22 years ago
- f73fa54 Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago
- 9f72af6 Note the update to Expat 1.95.7. by Fred Drake · 22 years ago
- 4958f27 Backport checkin: by Walter Dörwald · 22 years ago
- 367e2ae Patch #823259: Update spec file: by Martin v. Löwis · 22 years ago
- 0523dcf Add mention of fix of bug #780461 for Lib/platform.py . by Brett Cannon · 22 years ago
- 6b560bc SF patch #820195: make object.__contains__() returns True or False instead by Raymond Hettinger · 22 years ago
- c601117 SF bug #812202: randint is always even by Raymond Hettinger · 22 years ago
- 962ed0e two bugfixes by Anthony Baxter · 22 years ago
- fe16163 Check for TclError when reading variables. Fixes #807314. by Martin v. Löwis · 22 years ago
- 3c39f20 Patch #813445: Add missing socket.IPPROTO_IPV6. by Martin v. Löwis · 22 years ago
- 4b5db8e tagging for tomorrows release by Anthony Baxter · 22 years ago
- 2e8e139 doing the dance of the release. by Anthony Baxter · 22 years ago
- cf23706 post 2.3.2c1 news by Anthony Baxter · 22 years ago
- 333d139 rest doesnt like empty sections by Anthony Baxter · 22 years ago
- 4e813bf updates for 2.3.2c1 by Anthony Baxter · 22 years ago
- 1467a88 news for 2.3.2c1 by Anthony Baxter · 22 years ago
- 540a70f the release process, like a river, flows ever onwards by Anthony Baxter · 22 years ago
- 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