summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed quoting and paths in the sqlite project fileChristian Heimes2007-12-053-14/+15
* Fixed problem with missing PyInt_CheckExact() macro in _ctypes.cChristian Heimes2007-12-051-4/+9
* Believe it or not, the addition of flush() calls broke two unittests.Guido van Rossum2007-12-052-2/+30
* Solve issue 1400 at least in part -- whenever we run Python code, at the endGuido van Rossum2007-12-051-0/+24
* most recent changes to SSL module to support non-blocking sockets properlyBill Janssen2007-12-052-12/+65
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-0447-150/+142
* Eliminate outdated usages of PyInt_GetMax.Martin v. Löwis2007-12-042-12/+4
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-0415-54/+134
* Removed another occurrence of PyInt_ExactCheck()Christian Heimes2007-12-041-4/+23
* Remove special-casing of integer operations, to stopMartin v. Löwis2007-12-041-91/+6
* Merged revisions 59323-59332 via svnmerge fromChristian Heimes2007-12-045-29/+778
* These optimizations create smaller and a bit faster code on my machine. I've ...Christian Heimes2007-12-041-4/+4
* Document nonlocal statement. Written for GHOP by "Canadabear".Georg Brandl2007-12-042-7/+85
* Merged revisions 59321-59322 via svnmerge fromChristian Heimes2007-12-041-5/+10
* Merged revisions 59313-59320 via svnmerge fromChristian Heimes2007-12-043-9/+179
* Manual merge of PEP 366 implementation from trunk (the automatic merge choked...Nick Coghlan2007-12-041-26/+86
* Fix issue #1553: An errornous __length_hint__ can make list() raise aAlexandre Vassalotti2007-12-042-4/+6
* Remove a few tab characters introduced by r59314.Alexandre Vassalotti2007-12-041-3/+3
* Issue #1283: Allow any iterable of integers to be passed toAlexandre Vassalotti2007-12-042-18/+89
* Merged revisions 59304-59312 via svnmerge fromGuido van Rossum2007-12-042-3/+6
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-037-17/+77
* Fix merging glitch.Georg Brandl2007-12-031-1/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-0335-237/+3139
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-037-683/+6
* Patch #1537 from Chad AustinChristian Heimes2007-12-037-6/+683
* Remove a few merged versionadded/changed.Georg Brandl2007-12-026-64/+6
* Remove mentions of "long integer" in the API docs.Georg Brandl2007-12-022-12/+12
* Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...Georg Brandl2007-12-022-148/+84
* Remove all definitions of raw_input() that were still scattered throughout th...Georg Brandl2007-12-026-37/+8
* Fixed a problem found by Bill Janssen on Mac OS XChristian Heimes2007-12-021-1/+1
* Fix some 2.xisms in merged docs.Georg Brandl2007-12-022-12/+13
* I've moved the remains of PyInt_ to the longobject.h header file and removed ...Christian Heimes2007-12-026-48/+35
* Fixed merge accident. Next time I'm going to run the entire test suite ...Christian Heimes2007-12-021-14/+14
* The bz2 codec isn't supported any more. I've also commented out several codec...Christian Heimes2007-12-022-120/+18
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-0235-432/+1314
* Changed #ifdef 0 to #if 0.Christian Heimes2007-12-021-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-02123-885/+888
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-0270-247/+246
* Empty svnmerge from trunk to skip the versionadded tags.Christian Heimes2007-12-010-0/+0
* Remove merged versionadded tags from os docs.Georg Brandl2007-12-011-10/+0
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-0110-20/+144
* Correct a failing test after merge from trunk.Amaury Forgeot d'Arc2007-11-301-2/+2
* Marc-Andre Lemburg has found the culprit of the problem in r57142.Christian Heimes2007-11-301-1/+1
* Rename the internal name of dictproxy -> dict_proxy,Guido van Rossum2007-11-301-1/+1
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-303-23/+8
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-307-11/+128
* abc's are subclasses of _Abstract, not instances.Christian Heimes2007-11-301-2/+2
* Fixed problem with regrtest caused by the additional of objects to _abcoll.Christian Heimes2007-11-301-1/+6
* Merged revisions 59234-59238 via svnmerge fromChristian Heimes2007-11-3014-146/+172
* Backmerge -r59233:59232Christian Heimes2007-11-302-11/+1