summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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-222-0/+2
* Latest version for beta 1.Sean Reifschneider2004-10-211-37/+50
* 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-152-2/+2
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-142-0/+6
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-132-0/+4
* 969574Anthony Baxter2004-10-132-0/+4
* 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
* Add helpful commentAndrew M. Kuchling2004-10-071-0/+4
* Take out Guido's name and put in the PSFAndrew M. Kuchling2004-10-071-7/+1
* Update two URLsAndrew M. Kuchling2004-10-071-2/+2
* Add -m to man pageAndrew M. Kuchling2004-10-071-0/+11
* 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
* SF bug#1038917 fix typos (Contributed by George Yoshida.)Raymond Hettinger2004-10-021-1/+1
* 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
* Add warning notation about using 'bomb' setting.Brett Cannon2004-09-251-1/+3
* 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
* Add a commented-out recipe on making trailing whitespace explicit.Brett Cannon2004-09-201-0/+7
* Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask].Martin v. Löwis2004-09-201-1/+1
* When this file is sourced in, or used as, one's vimrc file it will set the pr...Brett Cannon2004-09-191-0/+78