summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated whrandom module.Raymond Hettinger2004-12-041-0/+2
* Remove PyRange_New().Raymond Hettinger2004-12-031-0/+2
* SF patch #1077353: add key= argument to min and maxRaymond Hettinger2004-12-031-1/+4
* Add key= argument to heapq.nsmallest() and heapq.nlargest().Raymond Hettinger2004-12-021-0/+40
* whoops!Anthony Baxter2004-11-301-2/+2
* doodedoodedoo on the way to 2.4 finalAnthony Baxter2004-11-301-39/+3
* Hye-Shik Chang's fix for Bug 875692.Kurt B. Kaiser2004-11-231-0/+13
* 2.4rc1Anthony Baxter2004-11-181-1/+1
* Mark PyRange_New() as deprecated.Raymond Hettinger2004-11-181-1/+2
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-0/+11
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-081-1/+4
* SF bug 1061968: threads: segfault or Py_FatalError at exitTim Peters2004-11-081-1/+4
* Add comment about removal of CoreServices/CoreFoundation compilation againstBrett Cannon2004-11-071-1/+3
* Essentially SF patch 1061679: add missing __all__ to pickletools.py.Tim Peters2004-11-061-0/+2
* post-releaseAnthony Baxter2004-11-041-39/+55
* Fix bug 1052242. Also includes rewrite of test case using unittest andSkip Montanaro2004-11-041-0/+11
* release shenanigansAnthony Baxter2004-11-031-1/+1
* SF patch #1056967, changes the semantics of Template.safe_substitute() to notBarry Warsaw2004-11-011-0/+4
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+11
* Patch #1044395: Allow configure option --enable-shared in FreeBSD.Hye-Shik Chang2004-10-261-2/+2
* SF #737473: Show up-to-date source code in tracebacks always.Hye-Shik Chang2004-10-261-0/+3
* SF bug #1054139: serious string hashing error in 2.4b1Raymond Hettinger2004-10-261-1/+1
* SF bug #1052503: pdb runcall should accept keyword argumentsRaymond Hettinger2004-10-241-0/+2
* SF bug #1048870: call arg of lambda not updatingRaymond Hettinger2004-10-241-1/+4
* Move to version 2 of the PSF license, approved by the Board earlier today.Tim Peters2004-10-231-2/+22
* Fix minor reST error in Misc/NEWS.Brett Cannon2004-10-221-0/+1
* Add itemAndrew M. Kuchling2004-10-201-0/+2
* SF bug #902037: relative on-disk SYSTEM id handling is incorrectRaymond Hettinger2004-10-201-0/+3
* SF patch #1038388: __main__ for whichdb.pyRaymond Hettinger2004-10-201-0/+2
* Delete empty sections in beta1 newsAndrew M. Kuchling2004-10-191-15/+0
* Add itemAndrew M. Kuchling2004-10-191-0/+2
* Add support for %U and %W to contribute to calculating the date when the yearBrett Cannon2004-10-181-1/+2
* Add sections for 2.4b2Brett Cannon2004-10-181-0/+61
* release shenanigansAnthony Baxter2004-10-151-1/+1
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-141-0/+5
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-131-0/+3
* 969574Anthony Baxter2004-10-131-0/+3
* Fix PEP numberAndrew M. Kuchling2004-10-121-1/+1
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+2
* Added note about the new usegmt argument to email.Utils.formatdate().Barry Warsaw2004-10-111-0/+1
* SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by NickTim Peters2004-10-111-0/+5
* PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly.Tim Peters2004-10-101-0/+10
* find_key(): This routine wasn't thread-correct, and accounts for theTim Peters2004-10-101-0/+5
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-1/+6
* Locale data that contains regex metacharacters are now properly escaped.Brett Cannon2004-10-061-0/+5
* Read the text files to be compared in universal-newline mode.Tim Peters2004-10-031-1/+5
* added plistlib news itemJust van Rossum2004-10-031-1/+3
* SF bug #997050: Document, test, & check for non-string values in ConfigParser...David Goodger2004-10-031-0/+6
* SF bug #1017864: ConfigParser now correctly handles default keys, processing ...David Goodger2004-10-031-0/+5
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-0/+13