summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug #1628Christian Heimes2007-12-142-3/+5
* Bump the version number, and make a few small editsAndrew M. Kuchling2007-12-141-13/+15
* Remove warning about URLAndrew M. Kuchling2007-12-141-3/+1
* Add usage noteRaymond Hettinger2007-12-141-2/+10
* Faster and simpler _replace() methodRaymond Hettinger2007-12-142-2/+2
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-142-0/+43
* Update method names for named tuples.Raymond Hettinger2007-12-141-3/+3
* Add line spacing for readabilityRaymond Hettinger2007-12-142-9/+16
* Fixed warning in ssl moduleChristian Heimes2007-12-141-1/+1
* Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.Christian Heimes2007-12-143-4/+4
* Cleaner method naming conventionRaymond Hettinger2007-12-143-30/+30
* Fixed bug #1620: New @spam.getter property syntax modifies the property in pl...Christian Heimes2007-12-143-33/+171
* Silence a warning about an unsed variable in debug buildsChristian Heimes2007-12-141-2/+3
* Small speedupRaymond Hettinger2007-12-131-1/+2
* Simplify implementation of __replace__()Raymond Hettinger2007-12-132-2/+2
* Ran autoconf.Thomas Heller2007-12-131-2/+6
* Patch #1608. Someone with access to autoconf 2.61 or higher needs toGuido van Rossum2007-12-133-1/+10
* Fixed bug #1613: Makefile's VPATH feature is brokenChristian Heimes2007-12-132-1/+4
* Fix issue #1313119: urlparse "caches" parses regardless of encodingAlexandre Vassalotti2007-12-132-1/+11
* Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...Raymond Hettinger2007-12-133-4/+9
* Fixed a nasty problem in the xxmodule.cChristian Heimes2007-12-121-1/+1
* Forward-port of commit 59184.Gerhard Häring2007-12-112-4/+14
* IDLE_tabbedpages.071101.patch Tal EinatKurt B. Kaiser2007-12-112-148/+47
* Add another GHOP contributor.Georg Brandl2007-12-111-0/+1
* The new float repr causes too much trouble and pain. I'm disabling the featur...Christian Heimes2007-12-116-10/+21
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2007-12-111-0/+1
* Patch #1643738 by Ulisses Furquim -- make the is_tripped variableGuido van Rossum2007-12-102-5/+27
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-1010-3/+1764
* Remove a 2.2-ism.Guido van Rossum2007-12-101-2/+1
* Stupid save all didn't safe it all ...Christian Heimes2007-12-101-5/+6
* Added wide char api variants of getch and putch to msvcrt module. The wide ch...Christian Heimes2007-12-103-0/+104
* Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler.Georg Brandl2007-12-091-0/+152
* Add Jeff Wheeler.Georg Brandl2007-12-091-0/+1
* Two fixes in DocXMLRPCServer:Georg Brandl2007-12-091-28/+4
* Remove all tabs in that file.Georg Brandl2007-12-091-5/+5
* #1575: the Mac readme is now one level up.Georg Brandl2007-12-091-1/+1
* Use a versionchanged directive.Brett Cannon2007-12-091-2/+5
* Adapt style.Georg Brandl2007-12-081-1/+1
* When splitting, avoid making a copy of the string if the split doesn't findSkip Montanaro2007-12-082-11/+45
* correct email addressSkip Montanaro2007-12-089-19/+10
* + "context manager"Skip Montanaro2007-12-081-0/+5
* Note that open() is the preferred way to open files (issue 1510).Skip Montanaro2007-12-082-2/+4
* Add examples to the datetime documentation. Written for GHOP by "h4wk.cz".Georg Brandl2007-12-081-39/+298
* Fix Eren's name.Georg Brandl2007-12-081-1/+1
* Fix markup in whatsnew, use new directive in ACKS.Georg Brandl2007-12-082-200/+202
* Fix tpyo.Georg Brandl2007-12-081-1/+1
* Fix issue #1530.Alexandre Vassalotti2007-12-081-3/+6
* Be (just a bit :) more specific about release date.Guido van Rossum2007-12-081-1/+1
* This is probably what was meant here.Armin Rigo2007-12-071-1/+1
* Update to windows doc from Robert.Georg Brandl2007-12-071-5/+12