summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* implement chained exception tracebacksBenjamin Peterson2008-07-151-0/+4
* #2512 implement the 3.0 gettext APIBenjamin Peterson2008-07-141-0/+3
* Issue #3280: like chr() already does, the "%c" format now accepts the full un...Amaury Forgeot d'Arc2008-07-041-0/+5
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-0/+3
* Fix committed merge conflict.Georg Brandl2008-07-041-13/+0
* Merged revisions 64688 via svnmerge fromMartin v. Löwis2008-07-031-0/+13
* Add a NEWS entry for Issue #3247.Amaury Forgeot d'Arc2008-07-021-0/+6
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-0/+1
* Add some full stops.Georg Brandl2008-07-011-2/+2
* #2683: Popen.communicate() argument must be bytes.Georg Brandl2008-07-011-0/+3
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-0/+8
* Issue #3236: Return small longs from PyLong_FromString.Martin v. Löwis2008-06-301-0/+2
* Merged revisions 64549 via svnmerge fromBrett Cannon2008-06-271-0/+5
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-3/+3
* Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120...Amaury Forgeot d'Arc2008-06-191-0/+15
* Bump to 3.0b1v3.0b1Barry Warsaw2008-06-192-2/+2
* Issue3113: tests for CGIHTTPRequestHandler failed on windows:Amaury Forgeot d'Arc2008-06-181-0/+2
* Make a new urllib package .Jeremy Hylton2008-06-181-0/+9
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-172-0/+6
* Merged revisions 64309 via svnmerge fromAmaury Forgeot d'Arc2008-06-161-0/+3
* Fix last traces of old threading API.Georg Brandl2008-06-131-1/+1
* remove the rfc822 moduleBenjamin Peterson2008-06-121-0/+2
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-0/+4
* add a periodBenjamin Peterson2008-06-121-1/+1
* actually remove the mimetools moduleBenjamin Peterson2008-06-121-0/+2
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-4/+0
* Update NEWS and ACKS for issue 2849.Barry Warsaw2008-06-122-0/+3
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-0/+2
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-0/+4
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-0/+3
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-0/+2
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-0/+4
* Issue 1342: Python could not start if installed in a directoryAmaury Forgeot d'Arc2008-06-111-0/+3
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-112-3/+4
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-0/+2
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-102-0/+5
* Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-101-0/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-045-11/+4
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-045-4/+11
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-045-11/+4
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-012-1/+2
* Add proper heading for tools entry.Georg Brandl2008-06-011-1/+4
* add notes about the removal of bgenBenjamin Peterson2008-06-011-0/+2
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-281-0/+3
* #2957: marshal recursion limit exceeded when importing a large .pyc fileAmaury Forgeot d'Arc2008-05-261-0/+4
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-262-1/+3
* Add NEWS entry for http package.Georg Brandl2008-05-261-0/+5
* Create http package. #2883.Georg Brandl2008-05-261-26/+12
* Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,...Benjamin Peterson2008-05-262-0/+4
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-262-1/+13