summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59565-59594 via svnmerge fromChristian Heimes2007-12-243-3/+49
* Document os.device_encoding.Georg Brandl2007-12-211-0/+6
* Fix role usage.Georg Brandl2007-12-211-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-4/+157
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-194-26/+58
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-178-30/+49
* Fix sys.maxsize docs.Georg Brandl2007-12-151-3/+4
* Merged revisions 59488-59511 via svnmerge fromChristian Heimes2007-12-155-38/+96
* Couple of corrections to open() doc as per email from GvR.Mark Summerfield2007-12-141-6/+8
* Updated open() to more accurately reflect io.open()'s documentation.Mark Summerfield2007-12-141-38/+72
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-142-1/+2
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+41
* Minor cleanup in the gc module.Amaury Forgeot d'Arc2007-12-101-18/+2
* Merged revisions 59441-59449 via svnmerge fromChristian Heimes2007-12-101-0/+32
* Merged revisions 59423-59440 via svnmerge fromChristian Heimes2007-12-092-3/+3
* #1571: clarify removal of ``L`` suffix from long int repr.Georg Brandl2007-12-091-3/+5
* Fix one more PyInt occurrence.Georg Brandl2007-12-081-3/+3
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-082-21/+15
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-0812-249/+514
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-0810-28/+38
* Added -b option to the list of command line optionsChristian Heimes2007-12-071-1/+7
* No -Q flag anymore in Py3k.Georg Brandl2007-12-071-21/+1
* 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