summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Noted the fix to deque gc.Tim Peters2004-10-011-1/+3
* Add note about inclusion of DarwinPorts directories in setup.py on darwin.Brett Cannon2004-09-281-0/+4
* Updated doctest doc news.Tim Peters2004-09-261-1/+4
* Granted Noam Raphael's request for minor improvements to the re module andRaymond Hettinger2004-09-241-0/+5
* Introduced a Py_IS_NAN macro, which probably works on the major platformsTim Peters2004-09-231-1/+5
* SF bug #513866: Float/long comparison anomaly.Tim Peters2004-09-231-1/+10
* SF patch #1031667: Fold tuples of constants into a single constantRaymond Hettinger2004-09-221-0/+3
* Clarify that iteration is over headers, not Mime elements.Raymond Hettinger2004-09-221-1/+2
* Bug #1030125: rfc822 __iter__ problemRaymond Hettinger2004-09-221-0/+1
* Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask].Martin v. Löwis2004-09-201-1/+1
* Patch #1029061: Always extract member names from the tarinfo.Martin v. Löwis2004-09-181-0/+3
* Patch #1025790: Add status code constants to httplib.Martin v. Löwis2004-09-181-0/+2
* SF bug #1028306: date-datetime comparisonTim Peters2004-09-161-0/+10
* mention httplib ipv6 fixSkip Montanaro2004-09-141-0/+2
* Fix quoting.Walter Dörwald2004-09-131-1/+1
* Reluctantly, rehabilitate doctest.master.Tim Peters2004-09-131-7/+15
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-101-2/+3
* Patch #808115: Add script support to bdist_rpm.py.Martin v. Löwis2004-09-101-0/+2
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-2/+11
* Ported test__locale to unittest.Brett Cannon2004-09-061-0/+61
* release dateAnthony Baxter2004-09-021-1/+1
* Add news item.Andrew M. Kuchling2004-08-311-0/+3
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-1/+4
* Bug #1014770: apply some rest-foo and fix some docutils errors.Johannes Gijsbers2004-08-301-1/+9
* Patch #934356: if a module defines __all__, believe that rather than usingJohannes Gijsbers2004-08-301-0/+3
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-301-0/+3
* Teach the random module about os.urandom().Raymond Hettinger2004-08-301-0/+3
* SF patch 936813: fast modular exponentiationTim Peters2004-08-301-1/+13
* SF patch 936813: fast modular exponentiationTim Peters2004-08-291-0/+10
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-291-0/+4
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-0/+3
* SF feature request #992967: array.array objects should support sequences.Raymond Hettinger2004-08-291-2/+2