- 327858e Eliminate outdated usages of PyInt_GetMax. by Martin v. Löwis · 18 years ago
- d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 18 years ago
- 0fbab7f Removed another occurrence of PyInt_ExactCheck() by Christian Heimes · 18 years ago
- 3267f87 Remove special-casing of integer operations, to stop using PyInt_CheckExact. by Martin v. Löwis · 18 years ago
- 8b0facf Merged revisions 59323-59332 via svnmerge from by Christian Heimes · 18 years ago
- 43f827b These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno. by Christian Heimes · 18 years ago
- c5d98b4 Document nonlocal statement. Written for GHOP by "Canadabear". by Georg Brandl · 18 years ago
- 52ca6cc Merged revisions 59321-59322 via svnmerge from by Christian Heimes · 18 years ago
- d0764e2 Merged revisions 59313-59320 via svnmerge from by Christian Heimes · 18 years ago
- de10c85 Manual merge of PEP 366 implementation from trunk (the automatic merge choked on the PyString->PyUnicode changes) by Nick Coghlan · 18 years ago
- 79a082b Fix issue #1553: An errornous __length_hint__ can make list() raise a by Alexandre Vassalotti · 18 years ago
- a74169b Remove a few tab characters introduced by r59314. by Alexandre Vassalotti · 18 years ago
- 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 18 years ago
- b00324f Merged revisions 59304-59312 via svnmerge from by Guido van Rossum · 18 years ago
- e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 18 years ago
- c6fe37b Fix merging glitch. by Georg Brandl · 18 years ago
- cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 18 years ago
- f929077 Reverting last commit. I had some staled data from an attempted svnmerge in my local sandbox by Christian Heimes · 18 years ago
- e69c320 Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
- 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 18 years ago
- aacc089 Remove mentions of "long integer" in the API docs. by Georg Brandl · 18 years ago
- 9914dd3 Remove PyInt API from the docs. Extend PyLong docs to cover all public functions in longobject.c. by Georg Brandl · 18 years ago
- 8d5c392 Remove all definitions of raw_input() that were still scattered throughout the docs by Georg Brandl · 18 years ago
- 2b1c592 Fixed a problem found by Bill Janssen on Mac OS X by Christian Heimes · 18 years ago
- a09ca38 Fix some 2.xisms in merged docs. by Georg Brandl · 18 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 · 18 years ago
- 2137b6a Fixed merge accident. Next time I'm going to run the entire test suite ... by Christian Heimes · 18 years ago
- b981995 The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past. by Christian Heimes · 18 years ago
- d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 18 years ago
- b27ce7e Changed #ifdef 0 to #if 0. by Christian Heimes · 18 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
- 87f9c53 Empty svnmerge from trunk to skip the versionadded tags. by Christian Heimes · 18 years ago
- 7e9df35 Remove merged versionadded tags from os docs. by Georg Brandl · 18 years ago
- 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 18 years ago
- 8598422 Correct a failing test after merge from trunk. by Amaury Forgeot d'Arc · 18 years ago
- b5daaed Marc-Andre Lemburg has found the culprit of the problem in r57142. by Christian Heimes · 18 years ago
- f77c929 Rename the internal name of dictproxy -> dict_proxy, by Guido van Rossum · 18 years ago
- 05a2fc2 Cleanups and documentation updates related to the removal of unbound methods. by Christian Heimes · 18 years ago
- 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 18 years ago
- 04a4eb3 abc's are subclasses of _Abstract, not instances. by Christian Heimes · 18 years ago
- 941973a Fixed problem with regrtest caused by the additional of objects to _abcoll. by Christian Heimes · 18 years ago
- d59c64c Merged revisions 59234-59238 via svnmerge from by Christian Heimes · 18 years ago
- 45031df Backmerge -r59233:59232 by Christian Heimes · 18 years ago
- 7d2ff88 Merged revisions 59226-59233 via svnmerge from by Christian Heimes · 18 years ago
- 2e510fb Fix for bug #1109 by Christian Heimes · 18 years ago
- c896700 Partial fix for bug #1306 by Christian Heimes · 18 years ago
- a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 18 years ago
- 513b2ac long integer -> integer. by Georg Brandl · 18 years ago
- 2fd4f37 Merged revisions 59212-59225 via svnmerge from by Guido van Rossum · 18 years ago
- 5c10664 Remove further mentions of long integers. by Georg Brandl · 18 years ago
- ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 18 years ago
- 0db3853 Removed more types from the types module by Christian Heimes · 18 years ago
- 043c8f8 Removed iter* methods from dictproxy. by Christian Heimes · 18 years ago
- c0ac106 Fixed bug #1505 Changes to PyMethod_New breaks ctypes on Windows by Christian Heimes · 18 years ago
- 218a5ed Fixed #1508 Removal of stale code in _csv.c / pyexpat.c by Christian Heimes · 18 years ago
- 69a7963 Merged revisions 59202-59211 via svnmerge from by Christian Heimes · 18 years ago
- 084dc4c I forgot to remove the tests for new *blush* by Christian Heimes · 18 years ago
- f83be4e Added view and iterator types to collections / _abcoll by Christian Heimes · 18 years ago
- c9543e4 Removed the new module by Christian Heimes · 18 years ago
- ceee077 #1496: revert str.translate() to the old version, and add by Georg Brandl · 18 years ago
- 45f9af3 Merged revisions 59193-59201 via svnmerge from by Christian Heimes · 18 years ago
- 1c280ab Rewrap error message. by Georg Brandl · 18 years ago
- 8b2b8db Merged revisions 59187-59192 via svnmerge from by Christian Heimes · 18 years ago
- 578d7ab The changes to PyMethod_New and the removal of unbound methods breaks ctypes' COMError on Windows. This patch doesn't address the problem but re-enables the import of _ctypes until somebody has time to fix it right. I've no time to dig into it. Also see http://bugs.python.org/issue1505 by Christian Heimes · 18 years ago
- 2e0b755 Futher update docs after unbound method removal. by Georg Brandl · 18 years ago
- ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 18 years ago
- 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 18 years ago
- 4975a1f Minor cleanup by Christian Heimes · 18 years ago
- 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 18 years ago
- 91c7730 Fixed bug in input() which broke pdb by Christian Heimes · 18 years ago
- f519261 #1479: Fix refleak in csv module (from rev 59062). by Georg Brandl · 18 years ago
- ceab610 #1480: fix refleak in the sqlite module. by Georg Brandl · 18 years ago
- 0d84d13 Remove unused variable. by Georg Brandl · 18 years ago
- 5fb8eb9 Use proper API for iter.__next__(). by Georg Brandl · 18 years ago
- b078925 Added a simple helper script to build the dependencies of _tkinter. by Christian Heimes · 18 years ago
- 3d9b5a5 Updated readme.txt by Christian Heimes · 18 years ago
- e39439e Fixed a newline problem by Christian Heimes · 18 years ago
- e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 18 years ago
- 2af1d89 Open output files in text mode, after all they are text files. by Guido van Rossum · 18 years ago
- ad3562e Paul had the great idea to add /DNO_TCL to the pre-build step. by Christian Heimes · 18 years ago
- 0eb2102 Implemented request from Marc-Andre Lemburg by Christian Heimes · 18 years ago
- 62a8ee1 Added code to pre-generate makefiles and assembly files to build_ssl.py by Christian Heimes · 18 years ago
- 5914323 Cleanup Removed unreferenced variable by Christian Heimes · 18 years ago
- e165727 Just inline a function, and discover that it can only raise an exception. by Amaury Forgeot d'Arc · 18 years ago
- 3ee05af Stream functions like read() are supposed to return bytes, not buffer. by Amaury Forgeot d'Arc · 18 years ago
- af59346 Problem found while converting from PyBytes to PyString: by Amaury Forgeot d'Arc · 18 years ago
- 24eac03 Fix, thanks to Nick. by Georg Brandl · 18 years ago
- 9541463 Update docs for buffer -> bytearray rename. by Georg Brandl · 18 years ago
- faddf1f Revert change of bz2.vcproj by Christian Heimes · 18 years ago
- c139a9b Fixed PGO builds by Christian Heimes · 18 years ago
- 6bd238c Use PyString instead of PyBytes in wrap_strftime(). by Walter Dörwald · 18 years ago
- f386311 Removed blocks from several functions in unicodeobject and stringobject where a PyString function was still checking for PyUnicode or the other way around. by Christian Heimes · 18 years ago
- 830a4bc os.environ contains PyUnicode instances and not PyString instances by Christian Heimes · 18 years ago
- b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 18 years ago
- 4d279c1 Typo in bytes.replace(): the buffer interface was always used. by Amaury Forgeot d'Arc · 18 years ago
- 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 18 years ago
- 484fcd4 In audioop, return PyString instead of PyBytes. by Amaury Forgeot d'Arc · 18 years ago
- 3c72836 Merged revisions 59105-59106 via svnmerge from by Guido van Rossum · 18 years ago
- cd4d452 Merged revisions 59077-59104 via svnmerge from by Guido van Rossum · 18 years ago