- dedb293 This commit was manufactured by cvs2svn to create tag 'r234'. by cvs2svn · 21 years ago v2.3.4
- c481f95 formatting nit by Anthony Baxter · 21 years ago
- c58765f reset release by Anthony Baxter · 21 years ago
- 7c31def Changes for Python 2.3.4. by Thomas Heller · 21 years ago
- 5743f69 This file no longer compressed with upx. by Thomas Heller · 21 years ago
- 87fd963 Set release date for Python 2.3.4 (final). Windows build number is 53. by Thomas Heller · 21 years ago
- d928814 Set release date for Python 2.3.4 (final). by Thomas Heller · 21 years ago
- b433c59 To avoid licensing issues, the stub exe for the bdist_wininst by Thomas Heller · 21 years ago
- 80c952c reverse the order of the two \date lines so the processing tools pick by Fred Drake · 21 years ago
- 2e35e50 repair date by Fred Drake · 21 years ago
- 6cf54e5 update version number for 2.3.4 final by Fred Drake · 21 years ago
- 4003630 Remove the offending added bit of a test case that doesn't apply to by Gregory P. Smith · 21 years ago
- 84349a7 Current version is 2.3.4. by Thomas Heller · 21 years ago
- 15346c2 update for the predicted 2.3.4 final release date, by Fred Drake · 21 years ago
- 6d7c1db Added a sample message for the test for SF bug # 846938. I'm naming this by Barry Warsaw · 21 years ago
- 0a2ab82 test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
- 36d0f15 _parsebody(): Do not create subparts unless the container has a main type of by Barry Warsaw · 21 years ago
- 8392386 Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. by Barry Warsaw · 21 years ago
- 9f163ac better yet by Anthony Baxter · 21 years ago
- 7b73c13 how many @*&(*$# places do we include the years?? by Anthony Baxter · 21 years ago
- 0ae7228 This commit was manufactured by cvs2svn to create tag 'r234c1'. by cvs2svn · 21 years ago v2.3.4c1
- e3bf685 update to match Lib/idlelib/NEWS version number by Anthony Baxter · 21 years ago
- 2726231 SF #847346: remove misguided optimization for short input from by Greg Ward · 21 years ago
- 6e35b68 SF #847346: add test_fix_sentence_endings() to ensure that sentence by Greg Ward · 21 years ago
- 163addf Version '2.3.4c1' by Thomas Heller · 21 years ago
- d50abca Windows build number for 2.3.4c1 is 52. by Thomas Heller · 21 years ago
- 4993bca Fix version number (2.3.4c1) and release date (12-May-2004). by Thomas Heller · 21 years ago
- 17fc902 2.3.4 is derived from 2.3.3, not from itself. by Thomas Heller · 21 years ago
- a1a514b set target date for Python 2.3.4 release by Fred Drake · 21 years ago
- 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
- e6f36ad backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete by Fred Drake · 21 years ago
- 69faa22 fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 21 years ago
- 9b201fb add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 21 years ago
- be85326 Update copyright years. In the Windows resource, change the name of the by Tim Peters · 21 years ago
- d71fc05 super_getattro(): Repaired compiler warning about mixed-type comparison. by Tim Peters · 21 years ago
- e1ba47a update the version information in preparation for release by Fred Drake · 21 years ago
- d678298 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
- 72959cc use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 21 years ago
- 04b3734 remove assignment to unused variable by Fred Drake · 21 years ago
- fada58f update to reflect the current location of the SF bugs search box by Fred Drake · 21 years ago
- 0c16beb markup adjustment by Fred Drake · 21 years ago
- 77acf2b In order to fix SF bug # 824977, we replace calloc()/free() calls in by Barry Warsaw · 21 years ago
- 57f15af SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to by Greg Ward · 21 years ago
- bea27f3 Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 21 years ago
- af6f374 don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 21 years ago
- 1d53b5c Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
- 4fc2a79 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
- 98ef300 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
- 3f98df0 Add this year to the copyright notices, and label it 2.3.4. by Barry Warsaw · 21 years ago
- 6684f0d Mention changes to platform.py. by Guido van Rossum · 21 years ago
- 9fbc161 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
- eda9da7 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
- 5ea315b Record UnixWare 7.1.4 as broken. Fixes #929689. by Martin v. Löwis · 21 years ago
- d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
- d532acd [Bug #945063 backport] Get file extension correct. by Andrew M. Kuchling · 21 years ago
- c17cdd6 note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
- 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
- a8c825c Consider output encoding in XMLGenerator. Fixes #938076. by Martin v. Löwis · 21 years ago
- c711172 Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
- d60df17 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
- e3ea901 Patch #940026: Explain "in" when it is first used. by Martin v. Löwis · 21 years ago
- 93389ae Merge all fixes from Python 2.4. This includes: by Guido van Rossum · 21 years ago
- b3ec007 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
- 16e1df3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
- 6777b2e note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
- 2956b68 SF #814606: fix mixer docs to talk about "controls", not "channels". by Greg Ward · 21 years ago
- 8bb374b Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
- ee6e149 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 21 years ago
- 082b0f0 Fix [ 947405 ] os.utime() raises bad exception for unicode filenames. by Mark Hammond · 21 years ago
- 2dbc9cd Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
- 520c341 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
- e4e110e remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
- 21527f7 fix typo reported in a long-buried email by Fred Drake · 21 years ago
- 335cdc0 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
- 97000fa As discussed on python-dev, a script for the free Inno Setup tool by Thomas Heller · 21 years ago
- 05bacbd SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
- e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
- a2f7936 Special case normalization of empty strings. Fixes #924361. by Martin v. Löwis · 21 years ago
- 202b6fb SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
- 6d54c6b Whitespace cleanup. by Thomas Heller · 21 years ago
- 4852f50 The Windows installer for Python 2.3.4 will include tix. by Thomas Heller · 21 years ago
- d271a5f Add tcl test results on Windows XP. by Thomas Heller · 21 years ago
- b143e4e backport of patch #934971. by Skip Montanaro · 21 years ago
- f5feaa8 Recompiled the binary wininst.exe after this change: by Thomas Heller · 21 years ago
- a98ec84 When loading the Python dll to run the postinstall script, try to load by Thomas Heller · 21 years ago
- e117bde remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
- 5c4a408 Backport checkin> by Hye-Shik Chang · 21 years ago
- 2c73bc0 add AF_UNIX notes by Andrew MacIntyre · 21 years ago
- fea6d1a Backport to 2.3: by Andrew MacIntyre · 21 years ago
- 7eb57e0 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
- e52aa4f include both the GIF and PNG icons in the HTML package by Fred Drake · 21 years ago
- 820fd04 avoid stripping space after indexing macros by Fred Drake · 21 years ago
- 6a2a3b6 Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
- fc019dd Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
- 9ed9329 Backport to 2.3: by Andrew MacIntyre · 21 years ago
- 4b9fe25 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
- 5c51de0 remove workarounds to prevent "--" in code from being improperly munged to by Fred Drake · 21 years ago
- 58c0c52 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
- 7e87944 backport trunk revision 1.144, closing SF bug #793702: by Fred Drake · 21 years ago
- 3d0c805 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago