- 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
- 07d08d9 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
- 40039f2 backport fix for SF bug #796042: sdist ignores scripts argument in setup by Fred Drake · 21 years ago
- 0cb9075 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 21 years ago
- 58eddb1 Backport 1.17: by Guido van Rossum · 21 years ago
- 3337eb7 add missing and forthcoming releases by Fred Drake · 21 years ago
- 797ded0 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
- 174548d Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
- 61525be OS/2 VACPP build updates/fixes by Andrew MacIntyre · 21 years ago
- f0deb87 remove out-of-date warning by Fred Drake · 21 years ago
- a909752 Fix last patch to make backwards-compatible with Python 1.5.2 . by Brett Cannon · 21 years ago
- a4645bf Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
- 7c28696 SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
- f12b642 Ensure super() lookup of descriptor from classmethod works (SF ID# 743627) by Phillip J. Eby · 21 years ago
- 8fcae09 Convert input to a string object. Fixes #909230. by Martin v. Löwis · 21 years ago
- 886756f Decref all if ensure_fromlist fails. Fixes #876533. by Martin v. Löwis · 21 years ago
- c7ccc24 Backport for bug fix of 2.204. by Armin Rigo · 21 years ago
- 42b2cbc Backported fix of revision 2.217. by Armin Rigo · 21 years ago
- eeeca4a Added check for broken poll on OSes where it exists but sets errno for by Nicholas Bastin · 21 years ago
- 07bc3a3 Backport checkin: by Hye-Shik Chang · 21 years ago
- af2e75f Fix test_strftime.py to escape locale time values that have characters that by Brett Cannon · 21 years ago