summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-1334-570/+1701
* Blocked revisions 62309-62310 via svnmergeBenjamin Peterson2008-04-130-0/+0
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-132-216/+367
* Removed unused variable.Alexandre Vassalotti2008-04-121-2/+0
* Issue 2440: revert r62269 and r62279. These changes were made in an effort t...Trent Nelson2008-04-113-21/+6
* Synced builtin open and io.open documentation, taking the best of eachBenjamin Peterson2008-04-112-102/+121
* Fix change to PyNumber_Index() made in r62269, which incorrectly allowed floa...Trent Nelson2008-04-101-1/+1
* Add a NEWS entry for issue2221.Amaury Forgeot d'Arc2008-04-102-2/+7
* Update test_ssl.py to reflect the new approach for writing network-oriented t...Trent Nelson2008-04-101-55/+26
* Revert r62242: trunk's test_ssl.py isn't as up-to-date as py3k's, and should'...Trent Nelson2008-04-101-61/+133
* Bug #2606: Avoid calling .sort() on a dict_keys object.Martin v. Löwis2008-04-102-9/+5
* Issue 2440: fix the handling of %n in Python/getargs.c's convertsimple(), ext...Trent Nelson2008-04-103-6/+21
* Merged revisions 62246-62259 via svnmerge fromMartin v. Löwis2008-04-105-7/+28
* Merged revisions 62263 via svnmerge fromMartin v. Löwis2008-04-106-13/+119
* zap the last of the class.method typos in io docsBenjamin Peterson2008-04-091-2/+2
* #2575: bininteger missing in production list.Georg Brandl2008-04-091-1/+1
* #2580: int() docs revision.Georg Brandl2008-04-091-12/+14
* #2530: io module documentation.Georg Brandl2008-04-092-0/+604
* Remove __repr__ that doesn't have any advantage compared to the standard one.Georg Brandl2008-04-091-3/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-0948-662/+980
* More docstring fixes, and an XXX.Georg Brandl2008-04-091-4/+5
* Clarify xrange() entry.Georg Brandl2008-04-091-1/+2
* Suppress compilation of lib2to3 py2_ test files.Martin v. Löwis2008-04-081-1/+1
* Tentatively Blocked revisions 62223 via svnmerge,Martin v. Löwis2008-04-080-0/+0
* Blocked revisions 62195 via svnmergeChristian Heimes2008-04-080-0/+0
* fixed outdated annotation of readinto in ioBenjamin Peterson2008-04-071-4/+4
* Merged revisions 62207-62210 via svnmerge fromMartin v. Löwis2008-04-072-39/+23
* #2567: remove new-style/old-style class docs.Georg Brandl2008-04-076-78/+13
* "make install" is now an alias for "make altinstall", to preventGuido van Rossum2008-04-072-1/+14
* Add uuids for 3.0a4 and 3.0a5.Martin v. Löwis2008-04-071-0/+2
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-0713-43/+40
* Merged revisions 62199 via svnmerge fromMartin v. Löwis2008-04-073-6/+25
* Merged revisions 62177-62178,62180-62193 via svnmerge fromMartin v. Löwis2008-04-076-27/+155
* Merged revisions 62179 via svnmerge fromThomas Wouters2008-04-072-1/+23
* Docstring fix.Georg Brandl2008-04-061-2/+2
* Convert another %s to %ls.Martin v. Löwis2008-04-061-1/+1
* fix typo in doc stringBenjamin Peterson2008-04-061-2/+2
* #2558: document pickle protocol version 3. Thanks to Guilherme Polo.Georg Brandl2008-04-061-13/+16
* Change command line processing API to use wchar_t.Martin v. Löwis2008-04-0521-416/+644
* Remove baseName argument from Tkapp_New, as it apparentlyMartin v. Löwis2008-04-051-8/+4
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Martin v. Löwis2008-04-055-99/+319
* ceil and floor return ints in 3k.Georg Brandl2008-04-051-7/+6
* Added a test to make sure raw strings don't get unicode escapesBenjamin Peterson2008-04-051-0/+2
* Reverted r62128 on Guido's ordersBenjamin Peterson2008-04-052-3/+1
* Change \u which is causing a syntax error. I'm not sure if that should be, butNeal Norwitz2008-04-052-2/+2
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-04-059-34/+188
* Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc...Amaury Forgeot d'Arc2008-04-042-0/+18
* Merged revisions 62149, 62153, 62154 via svnmerge fromThomas Heller2008-04-0410-24/+1270
* Merged revisions 62145 via svnmerge fromThomas Heller2008-04-043-3/+16
* Blocked revisions 62143 via svnmergeThomas Heller2008-04-040-0/+0