summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix default value in docstring.Georg Brandl2009-06-081-2/+2
* Use boolean for another flag option.Georg Brandl2009-06-081-1/+1
* Use a real bool for a flag option.Georg Brandl2009-06-081-1/+1
* Issue #6221: Delete test registry key before running the test.Martin v. Löwis2009-06-071-0/+21
* Fix for issue 6202Ronald Oussoren2009-06-071-3/+1
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-063-3/+20
* Merged revisions 73250 via svnmerge fromBenjamin Peterson2009-06-051-3/+4
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-045-101/+251
* Merged revisions 73232 via svnmerge fromGeorg Brandl2009-06-041-0/+9
* Remove the ipaddr module per discussion on python-dev.Raymond Hettinger2009-06-042-1974/+0
* Merged revisions 73186,73206,73212 via svnmerge fromGeorg Brandl2009-06-042-3/+3
* More codestring -> codebytes.Georg Brandl2009-06-0410-15/+16
* Remove nonexisting stuff from __all__.Georg Brandl2009-06-042-4/+0
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-26/+3
* #3613: add base64.encodebytes and decodebytes as the new spelling of encodest...Georg Brandl2009-06-044-30/+38
* Remove mentions of the nonexisting SlowParser in xmlrpc.client.Georg Brandl2009-06-041-28/+19
* Recorded merge of revisions 73201 via svnmerge fromGeorg Brandl2009-06-041-54/+1
* Merged revisions 73197 via svnmerge fromTarek Ziadé2009-06-042-46/+123
* Fix __all__.Raymond Hettinger2009-06-041-1/+2
* Use new form of with-statement instead of contextlib.nested().Raymond Hettinger2009-06-044-12/+11
* This fixes bug 5798 on OS X.Josiah Carlson2009-06-031-2/+7
* Another hidden treasure.Raymond Hettinger2009-06-031-0/+13
* Merged revisions 73170 via svnmerge fromTarek Ziadé2009-06-032-15/+42
* Merged revisions 73166 via svnmerge fromTarek Ziadé2009-06-033-13/+107
* Merged revisions 73147 via svnmerge fromTarek Ziadé2009-06-022-24/+63
* Merged revisions 73138 via svnmerge fromMark Dickinson2009-06-021-1/+1
* Add test code to verify that relative comparison operators with an objectGregory P. Smith2009-06-021-0/+10
* Merged revisions 73135 via svnmerge fromGregory P. Smith2009-06-022-19/+30
* Merged revisions 73073-73074,73089 via svnmerge fromBenjamin Peterson2009-06-012-5/+13
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-019-63/+81
* Merged revisions 73121 via svnmerge fromTarek Ziadé2009-06-012-46/+89
* Merged revisions 73114 via svnmerge fromAmaury Forgeot d'Arc2009-06-011-0/+17
* Merged revisions 73109 via svnmerge fromGregory P. Smith2009-06-011-1/+2
* Use true boolean for flag argument.Georg Brandl2009-06-011-1/+1
* Issue #6150: Fix test_unicode on wide-unicode builds.Martin v. Löwis2009-06-011-6/+7
* Merged revisions 73083 via svnmerge fromGuilherme Polo2009-05-311-2/+2
* Merged revisions 73077 via svnmerge fromR. David Murray2009-05-311-0/+28
* Merged revisions 73064 via svnmerge fromAntoine Pitrou2009-05-302-0/+23
* Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty...Antoine Pitrou2009-05-302-1/+12
* update pydoc topicsv3.1rc1Benjamin Peterson2009-05-301-10/+10
* bump to 3.1rc1Benjamin Peterson2009-05-302-2/+2
* 5562 -> 3061.Martin v. Löwis2009-05-301-1/+1
* Issue #5562: Use wcsftime for time.strftime where available.Martin v. Löwis2009-05-301-3/+18
* Merged revisions 73031 via svnmerge fromBenjamin Peterson2009-05-291-0/+20
* #6139: fix typo of variable name.Georg Brandl2009-05-291-1/+1
* Merged revisions 73022 via svnmerge fromR. David Murray2009-05-291-14/+13
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-291-1/+5
* Merged revisions 73008 via svnmerge fromHirokazu Yamamoto2009-05-294-10/+8
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-291-1/+13
* Issue 5150: Add rstrip() menu option to IDLE.Raymond Hettinger2009-05-292-0/+35