- b3baf32 pre-release magic by Anthony Baxter · 20 years ago
- ad80c6b Build with --disable-unicode again. Fixes #1158607. by Martin v. Löwis · 20 years ago
- 22ef9a1 Mention SF #1149508 (textwrap and hyphenated numbers). 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
- f05d1c0 Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
- 2a06df6 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 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
- 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
- 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
- 17cdedd Backport: NEWS blurb for fix of: by Michael W. Hudson · 21 years ago
- 150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not by Brett Cannon · 21 years ago
- d7a6228 Fix tzset() check to not require the existence of tm->tm_zone. Also added more by Brett Cannon · 21 years ago
- 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
- e6b1cc8 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
- 486ff4b Partially revert #1074011; don't try to fflush stdin. by Martin v. Löwis · 21 years ago
- e62ff1e Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 21 years ago
- 3e999f5 distutils/command/install.py change. by Thomas Heller · 21 years ago
- ef62b66 Started on Macintosh section. by Jack Jansen · 21 years ago
- 68909fd Updating the Idle wrapper to match the current CVS copy. by Sean Reifschneider · 21 years ago
- 3baa811 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 21 years ago
- 19b8b18 Document bdist_wininst changes. by Thomas Heller · 21 years ago
- adcdc70 Document resolved MSI issues. by Martin v. Löwis · 21 years ago
- 1dc4b84 Backport checkin: Add NEWS entry about bug #1076985. by Walter Dörwald · 21 years ago
- 823b42a Mentioned marshal.dumps()'s fix in the NEWS. by Armin Rigo · 21 years ago
- 6266652 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 21 years ago
- 1c01c57 Bug #1083645 by Raymond Hettinger · 21 years ago
- ab38612 Move news items to the correct sections. by Raymond Hettinger · 21 years ago
- fe09fa2 Backport fixes for bugs #1086555 and #1085744. by Raymond Hettinger · 21 years ago
- e0d3d4e SF bug #1083202: UnboundLocalError raised by atexit module by Raymond Hettinger · 21 years ago
- 80367c4 SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 21 years ago
- 78d82b8 Properly define HAVE_TERM_H if term.h is detected. by Martin v. Löwis · 21 years ago
- 4277ed8 whoops! by Anthony Baxter · 21 years ago
- e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 21 years ago
- e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 21 years ago
- 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 21 years ago
- 5cc727a 2.4rc1 by Anthony Baxter · 21 years ago
- 39e92ea Mark PyRange_New() as deprecated. by Raymond Hettinger · 21 years ago
- 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 21 years ago
- bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 21 years ago
- 96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) by Raymond Hettinger · 21 years ago
- 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 21 years ago
- fb1ffb0 SF bug 1061968: threads: segfault or Py_FatalError at exit by Tim Peters · 21 years ago
- def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 21 years ago
- 7d28e96 Add comment about removal of CoreServices/CoreFoundation compilation against by Brett Cannon · 21 years ago
- 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 21 years ago
- b12efd3 Comment cleanup. by Brett Cannon · 21 years ago
- b0c6630 post-release by Anthony Baxter · 21 years ago
- 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 21 years ago
- 9f41f3a release shenanigans by Anthony Baxter · 21 years ago
- 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 21 years ago
- ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
- 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 21 years ago
- 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
- 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 21 years ago
- 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 21 years ago
- 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 21 years ago
- acaffe6 Move to version 2 of the PSF license, approved by the Board earlier today. by Tim Peters · 21 years ago
- 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 21 years ago
- 054541e Latest version for beta 1. by Sean Reifschneider · 21 years ago
- 66e80ba Add item by Andrew M. Kuchling · 21 years ago
- c64aab8 SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 21 years ago
- e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 21 years ago
- 9414ded Delete empty sections in beta1 news by Andrew M. Kuchling · 21 years ago
- 0d19bae Add item by Andrew M. Kuchling · 21 years ago
- 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 21 years ago
- be8370dc Add sections for 2.4b2 by Brett Cannon · 21 years ago
- 6a587c1 release shenanigans by Anthony Baxter · 21 years ago
- a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 21 years ago
- 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 21 years ago
- e4f8a48 969574 by Anthony Baxter · 21 years ago
- 518d393 Fix PEP number by Andrew M. Kuchling · 21 years ago
- 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago
- 418de1f Added note about the new usegmt argument to email.Utils.formatdate(). by Barry Warsaw · 21 years ago
- 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 21 years ago
- 8470558 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. by Tim Peters · 21 years ago
- 263091e find_key(): This routine wasn't thread-correct, and accounts for the by Tim Peters · 21 years ago
- 3afe4f3 Add helpful comment by Andrew M. Kuchling · 21 years ago
- 6f59325 Take out Guido's name and put in the PSF by Andrew M. Kuchling · 21 years ago
- 895f245 Update two URLs by Andrew M. Kuchling · 21 years ago
- 166e625 Add -m to man page by Andrew M. Kuchling · 21 years ago
- db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 21 years ago
- 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 21 years ago
- 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 21 years ago
- dd3c837 added plistlib news item by Just van Rossum · 21 years ago
- 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 21 years ago
- 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 21 years ago
- bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
- 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
- cf8997f Noted the fix to deque gc. by Tim Peters · 21 years ago
- bfef869 Add note about inclusion of DarwinPorts directories in setup.py on darwin. by Brett Cannon · 21 years ago
- a80a2c8 Updated doctest doc news. by Tim Peters · 21 years ago
- 35ae3dd Add warning notation about using 'bomb' setting. by Brett Cannon · 21 years ago
- 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 21 years ago
- 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 21 years ago
- 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 21 years ago
- 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago