summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59371-59375 via svnmerge fromChristian Heimes2007-12-051-0/+1
* Merged revisions 59333-59370 via svnmerge fromChristian Heimes2007-12-057-50/+481
* most recent changes to SSL module to support non-blocking sockets properlyBill Janssen2007-12-051-2/+40
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-042-5/+6
* Eliminate outdated usages of PyInt_GetMax.Martin v. Löwis2007-12-041-4/+2
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-5/+10
* Merged revisions 59323-59332 via svnmerge fromChristian Heimes2007-12-044-13/+747
* Document nonlocal statement. Written for GHOP by "Canadabear".Georg Brandl2007-12-042-7/+85
* Merged revisions 59304-59312 via svnmerge fromGuido van Rossum2007-12-041-1/+1
* Fix merging glitch.Georg Brandl2007-12-031-1/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-0312-17/+259
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-032-7/+3
* Patch #1537 from Chad AustinChristian Heimes2007-12-032-3/+7
* 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
* 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-021-0/+2
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-0231-431/+1093
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-022-3/+3
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-0215-36/+36
* Remove merged versionadded tags from os docs.Georg Brandl2007-12-011-10/+0
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-013-7/+72
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-302-22/+8
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-0/+20
* Merged revisions 59226-59233 via svnmerge fromChristian Heimes2007-11-302-1/+89
* Merged revisions 59212-59225 via svnmerge fromGuido van Rossum2007-11-292-0/+88
* Remove further mentions of long integers.Georg Brandl2007-11-2913-71/+53
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-2914-70/+31
* Removed more types from the types moduleChristian Heimes2007-11-291-5/+0
* Removed the new moduleChristian Heimes2007-11-283-153/+4
* #1496: revert str.translate() to the old version, and addGeorg Brandl2007-11-271-6/+23
* Futher update docs after unbound method removal.Georg Brandl2007-11-277-123/+97
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-275-48/+40
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-265-24/+37
* Fix, thanks to Nick.Georg Brandl2007-11-221-1/+1
* Update docs for buffer -> bytearray rename.Georg Brandl2007-11-222-35/+34
* The Identifiers and keywords syntax diagram did not appear correctly in theMark Summerfield2007-11-201-4/+4
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-191-2/+2
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-182-3/+2
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-162-19/+34
* Fix for #1415 pythonw.exe fails because std streams a missingChristian Heimes2007-11-131-0/+8
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-121-1/+1
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-103-7/+9
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-066-22/+43
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-061-1/+9
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-056-14/+33
* Re-add two paragraphs that seem to have been lost during the merge from trunk.Georg Brandl2007-11-031-4/+13
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-0212-65/+88