- b7f4c2d This commit was manufactured by cvs2svn to create tag 'r241'. by cvs2svn · 20 years ago v2.4.1
- 11cc947 *** empty log message *** by Anthony Baxter · 20 years ago
- bde9118 prepare for Python 2.4.1 final by Fred Drake · 20 years ago
- d2993b4 updates to NEWS by Anthony Baxter · 20 years ago
- e335754 backport of 1.122 SF patch 1167316: doctest.py fails self-test if run directly. by Anthony Baxter · 20 years ago
- 92da66a 2.4.1 preparations. by Anthony Baxter · 20 years ago
- 4d381b1 Move exception finalisation later in the shutdown process - this by Anthony Baxter · 20 years ago
- df07843 patch [1171767] - Darwin 8's headers disable functionality when by Bob Ippolito · 20 years ago
- 2513acf Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 20 years ago
- 465499a Add 0 to _POSIX_SEMAPHORES. by Martin v. Löwis · 20 years ago
- 92d3950 2.4.1 buildno by Anthony Baxter · 20 years ago
- d2dd017 SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned by Greg Ward · 20 years ago
- ec113af SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
- 680db01 - Fixed decimal operator and comparison methods to return NotImplemented by Raymond Hettinger · 20 years ago
- 3589d81 correct ontosys url - closes 1167329 by Skip Montanaro · 20 years ago
- b08dfd2 fix two typos in python(1) by Matthias Klose · 20 years ago
- c4e4e56 SF #1086675: restore "Extending optparse" section (which was dropped by Greg Ward · 20 years ago
- e4c50ee Regenerate from Optik reST source to ensure CVS Id tags are up-to-date. by Greg Ward · 20 years ago
- bf57f15 List all option attributes (closes SF #993601). by Greg Ward · 20 years ago
- 58ceb16 Beef up optparse reference docs -- now much closer to documenting the by Greg Ward · 20 years ago
- 19a90e6 Fix typo. by Walter Dörwald · 20 years ago
- 8b050af This commit was manufactured by cvs2svn to create tag 'r241c2'. by cvs2svn · 20 years ago v2.4.1c2
- efd4733 2.4.1c2 by Anthony Baxter · 20 years ago
- 0823141d update patchlevel by Fred Drake · 20 years ago
- 905e912 2.4.1rc2 setup by Anthony Baxter · 20 years ago
- 11da5d5 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no by Anthony Baxter · 20 years ago
- 3a3f9cc Decimal special values did not hash properly. by Raymond Hettinger · 20 years ago
- 3b0dad0 Reuse componentids for *.dll across minor releases. by Martin v. Löwis · 20 years ago
- 5986a01 Configure bug reporting address. by Martin v. Löwis · 20 years ago
- 2a20d4b Backport checkin: Add default value for "whence" argument. by Walter Dörwald · 20 years ago
- 96aeafb Backport checkin: by Walter Dörwald · 20 years ago
- 616ac23 Add more UUIDs. Update custom actions for Itanium by Martin v. Löwis · 20 years ago
- d84b9d3 Backport of change to os.access to encode Unicode file names with by Martin v. Löwis · 20 years ago
- d4f78f3 Patch #1159931: a test case for the buggy cases fixed by the last checkin. by Johannes Gijsbers · 20 years ago
- d86254b Backport of patch #1159931/bug #1143895: inspect.getsource failed when by Johannes Gijsbers · 20 years ago
- e3fa061 Fix test_socket's test for socket.getfqdn() to also accept the result from by Brett Cannon · 20 years ago
- c13c0400 Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. by Tim Peters · 20 years ago
- 64c40c4 damn. by Anthony Baxter · 20 years ago
- 4f7f616 This commit was manufactured by cvs2svn to create tag 'r241c1'. by cvs2svn · 20 years ago v2.4.1c1
- b0907bf - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
- 32ffd3d bump buildno for 2.4c1 by Anthony Baxter · 20 years ago
- 9e9d858 fix broken usage comment (ported from trunk revision 1.112) by Fred Drake · 20 years ago
- 1698d59 add missing entries from GNU info conversion table by Fred Drake · 20 years ago
- ce0e3bd correct several markup errors caught by the GNU info conversion by Fred Drake · 20 years ago
- 512a4dc SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 20 years ago
- 2ad5848 backport v1.216: add support for another DB library naming convention \n(FreeBSD ports) - patch #1146231 by Andrew MacIntyre · 20 years ago
- b3baf32 pre-release magic by Anthony Baxter · 20 years ago
- 74105f1 tabstop delenda est by Anthony Baxter · 20 years ago
- 1e90144 backport by Skip Montanaro · 20 years ago
- 2a7522b backport from head by Skip Montanaro · 20 years ago
- 777374e SF #818006: revert addition of 'closed', 'mode', and 'name' attributes by Greg Ward · 20 years ago
- ad80c6b Build with --disable-unicode again. Fixes #1158607. by Martin v. Löwis · 20 years ago
- 6349e89 SF #1156412: document the __new__() static method. by Greg Ward · 20 years ago
- aa3bb89 SF #818006: add useful read-only attributes to oss_audio_device object: by Greg Ward · 20 years ago
- 605db0d Ensure that warnings.filters is properly restored after fiddling with it by Greg Ward · 20 years ago
- 22ef9a1 Mention SF #1149508 (textwrap and hyphenated numbers). by Greg Ward · 20 years ago
- c1d3096 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 20 years ago
- dce2f36 Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 20 years ago
- ac62bc7 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
- ace3f61 Convert "__init__ should return None" from an exception to a warning. by Raymond Hettinger · 20 years ago
- f05d1c0 Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
- eb08d7e Patch #1107221: Updated "Working on Cygwin" section. by Martin v. Löwis · 20 years ago
- 6d8e826 Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 20 years ago
- 11ca196 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
- acfb5bd minor edits: by Fred Drake · 20 years ago
- 2a06df6 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 20 years ago
- 77c8402 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
- 86509d1 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
- a8fd7e9 Patch #1117339: Add cookielib special name tests. by Martin v. Löwis · 20 years ago
- 4338765 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
- ffceedf Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
- 2d2a32f Clear internal call error in 'L' format. Fixes #723201. by Martin v. Löwis · 20 years ago
- 98e7508 Backport the non-spwd part of the change on head. by Skip Montanaro · 20 years ago
- 7006512 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
- ac4c460 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 20 years ago
- fa141f3 Document missing opcodes. by Raymond Hettinger · 20 years ago
- 3adf522 Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
- fcfa195 Avoid using *W functions on Win95. by Martin v. Löwis · 20 years ago
- ffcd655 Avoid using items() in environ.update(). Fixes #1124513. by Martin v. Löwis · 20 years ago
- 17cdedd Backport: NEWS blurb for fix of: by Michael W. Hudson · 20 years ago
- 28c2ae2 add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 20 years ago
- 7db9cb3 add build machinery for the SSL socket module by Andrew MacIntyre · 20 years ago
- 8ed7e2e Backport: Fix by Michael W. Hudson · 20 years ago
- 8d751fa Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
- 62f48ab Remove dependency on order of mode flags by Raymond Hettinger · 20 years ago
- 150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not by Brett Cannon · 20 years ago
- 688a0ca fix decoding in _stringify to not depend on the default encoding by Fred Drake · 20 years ago
- d7a6228 Fix tzset() check to not require the existence of tm->tm_zone. Also added more by Brett Cannon · 20 years ago
- 89dbd9a Fix typo by Andrew M. Kuchling · 20 years ago
- 5c44cb3 SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
- 1a37c4c Backport 2.39: Close the discussion in SF bug 1069160. by Guido van Rossum · 20 years ago
- b07b5f7 add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 20 years ago
- 4c33799 forwardport of 2.3.5 fixes to copy.py by Alex Martelli · 20 years ago
- 3398701 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 20 years ago
- a1d9209 Recompiled after source changes. by Thomas Heller · 20 years ago
- 2ee5bae Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 20 years ago
- 698fcf4 Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 20 years ago
- cc0cd71 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 20 years ago
- 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
- 28624fd Backport for bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago