- 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
- 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
- 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
- fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
- 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
- af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
- 32f523e Fix typo. by Walter Dörwald · 17 years ago
- bad17e7 Added comment about sys.maxint to whatsnew. Issue #1930 by Christian Heimes · 17 years ago
- f534f7b Document that basestring has been replaced by str. Issue #1931. by Christian Heimes · 17 years ago
- b267384 Fix merge glitch. by Georg Brandl · 17 years ago
- e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
- 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 17 years ago
- 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
- e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 17 years ago
- 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
- 78b1187 Fix now-wrong :keyword: markup. Remove the section about by Georg Brandl · 17 years ago
- c31b0f7 Fix two oversights in C API split. by Georg Brandl · 17 years ago
- 7274858 Fix markup. by Georg Brandl · 17 years ago
- 54a3faa Split C API docs in Py3k branch. by Georg Brandl · 17 years ago
- 135bf20 Remove versionadded tag. by Georg Brandl · 17 years ago
- fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
- fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
- 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
- bd84a58 Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. by Georg Brandl · 17 years ago
- 04c420f Merged revisions 60043-60052 via svnmerge from by Christian Heimes · 17 years ago
- 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
- 3564146 Sync-up Queue.py with Py2.6 by Raymond Hettinger · 17 years ago
- 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
- da3caed Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions. by Raymond Hettinger · 17 years ago
- d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
- 1acde19 Take Tim's advice and have random.sample() support only sequences and sets. by Raymond Hettinger · 17 years ago
- 28de64f Remove defunct parts of the random module by Raymond Hettinger · 17 years ago
- a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
- 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
- 222e127 Fix markup. by Georg Brandl · 17 years ago
- 0041223 Fixed print -> print() by Christian Heimes · 17 years ago
- 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
- 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
- 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
- 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
- 22ec03c Fix merge glitch. by Georg Brandl · 17 years ago
- 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
- 8de8e03 Remove paragraph about old-style classes. by Georg Brandl · 17 years ago
- 59d6916 Fix reverse Ximenez symptom. by Georg Brandl · 17 years ago
- 60fe2f1 Fix note markup. by Georg Brandl · 17 years ago
- fd85516 Remove obsolete note. by Georg Brandl · 17 years ago
- 74f3669 Use consistent note numbers. by Georg Brandl · 17 years ago
- a6fa272 Clarify sentence in tutorial. Thanks to Marek Kubica. by Georg Brandl · 17 years ago
- 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
- 60bad0e Big fat todo. by Georg Brandl · 17 years ago
- 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 17 years ago
- 84df79b Typo. by Georg Brandl · 17 years ago
- 3f419af Merged revisions 59696-59702 via svnmerge from by Christian Heimes · 17 years ago
- a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
- 18a499d Two nits. by Georg Brandl · 17 years ago
- 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
- 81f1130 Document os.device_encoding. by Georg Brandl · 17 years ago
- 69aabc0 Fix role usage. by Georg Brandl · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
- 3377055 Fix sys.maxsize docs. by Georg Brandl · 17 years ago
- 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
- 517b9dd Couple of corrections to open() doc as per email from GvR. by Mark Summerfield · 17 years ago
- ecff60e Updated open() to more accurately reflect io.open()'s documentation. by Mark Summerfield · 17 years ago
- 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
- a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 17 years ago
- ad8dcd5 Minor cleanup in the gc module. by Amaury Forgeot d'Arc · 17 years ago
- 2f1019e Merged revisions 59441-59449 via svnmerge from by Christian Heimes · 17 years ago
- 3279b5d Merged revisions 59423-59440 via svnmerge from by Christian Heimes · 17 years ago
- cc595bd #1571: clarify removal of ``L`` suffix from long int repr. by Georg Brandl · 17 years ago
- da65f60 Fix one more PyInt occurrence. by Georg Brandl · 17 years ago
- d019fe2 Replace all remaining occurrences of PyInt_. by Georg Brandl · 17 years ago
- 895627f Merged revisions 59407-59422 via svnmerge from by Christian Heimes · 17 years ago
- 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
- 226679a Added -b option to the list of command line options by Christian Heimes · 17 years ago
- 15c3254 No -Q flag anymore in Py3k. by Georg Brandl · 17 years ago
- 7867208 Merged revisions 59371-59375 via svnmerge from by Christian Heimes · 17 years ago
- b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
- 48dc27c most recent changes to SSL module to support non-blocking sockets properly by Bill Janssen · 17 years ago
- a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
- 327858e Eliminate outdated usages of PyInt_GetMax. by Martin v. Löwis · 17 years ago
- d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
- 8b0facf Merged revisions 59323-59332 via svnmerge from by Christian Heimes · 17 years ago
- c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 17 years ago
- b00324f Merged revisions 59304-59312 via svnmerge from by Guido van Rossum · 17 years ago
- c6fe37b Fix merging glitch. by Georg Brandl · 17 years ago
- cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
- f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 17 years ago
- e69c320 Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
- 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 17 years ago
- aacc089 Remove mentions of "long integer" in the API docs. by Georg Brandl · 17 years ago
- 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 17 years ago
- 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 17 years ago
- a09ca38 Fix some 2.xisms in merged docs. by Georg Brandl · 17 years ago
- f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 17 years ago