summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-182-0/+3
* 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
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-101-1/+1
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-102-2/+4
* 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
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-071-0/+1
* Ported test__locale to unittest.Brett Cannon2004-09-061-0/+61
* update versionAnthony Baxter2004-09-021-1/+1
* release dateAnthony Baxter2004-09-021-1/+1
* Add news item.Andrew M. Kuchling2004-08-311-0/+3
* Remove mpz, rotorAndrew M. Kuchling2004-08-311-2/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-22/+1
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-1/+4
* Bug #1014775: update NEWS.help for changes in docutils.Johannes Gijsbers2004-08-301-2/+2
* 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-292-0/+11
* Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option.Martin v. Löwis2004-08-292-0/+5
* 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
* When building with --disable-toolbox-glue under Darwin, skip building anyBrett Cannon2004-08-261-0/+3
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+3
* Patch #970015: Replace - by _ in version and release.Martin v. Löwis2004-08-251-1/+2
* Patch #970019: Include version and release in the BuildRoot.Martin v. Löwis2004-08-251-0/+2
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-251-0/+3
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-0/+2
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-0/+6
* Add Nick Coghlan for his patch solving an issue with joining stringRaymond Hettinger2004-08-231-0/+1
* sf #1009373, #1005936. fix underscores in index entries in PDF files.Neal Norwitz2004-08-211-3/+6
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-211-1/+6
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-191-0/+3
* Patch #900727: Add Py_InitializeEx to allow embedding without signals.Martin v. Löwis2004-08-191-0/+2