- ad4b263 Fix #1752132: wrong comment in opcode description. (backport from rev. 56280) by Georg Brandl · 17 years ago
- 7d18356 Provide PY_LLONG_MAX on all systems having long long. by Martin v. Löwis · 17 years ago
- 390240d Backport r55845: Provide LLONG_MAX for S390. by Martin v. Löwis · 17 years ago
- 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
- a1392d5 Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed. by Kristján Valur Jónsson · 18 years ago
- ef57abd 2.5.1 final by Anthony Baxter · 18 years ago
- 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
- f94e89c Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
- e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
- 1bff796 Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
- 9d179ce Prefix AST symbols with _Py_. Fixes #1637022. by Martin v. Löwis · 18 years ago
- e67b349 Patch #1580872: Remove duplicate declaration of PyCallable_Check. by Martin v. Löwis · 18 years ago
- 33bb610 Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. by Martin v. Löwis · 18 years ago
- 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
- 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
- 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
- d6f8629 SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macro by Neal Norwitz · 18 years ago
- 798ed8f preparing for 2.5c1 - no, really this time by Anthony Baxter · 18 years ago
- b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
- 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
- 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
- 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
- c5e060d _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. by Neal Norwitz · 18 years ago
- 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 18 years ago
- 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 18 years ago
- 70e8e87 preparing for 2.5b2 by Anthony Baxter · 18 years ago
- f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). by Trent Mick · 18 years ago
- d113680 Preparing for 2.5b1. by Anthony Baxter · 18 years ago
- 0f2783c Use Py_ssize_t by Neal Norwitz · 18 years ago
- d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 18 years ago
- 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
- b9845e7 Get rid of f_restricted too. Doc the other 4 ints that were already removed by Neal Norwitz · 18 years ago
- 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
- 28eeefe Revert revisions: by Tim Peters · 18 years ago
- ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 18 years ago
- 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 18 years ago
- 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 18 years ago
- 9b10f7e Convert relevant dict internals to Py_ssize_t. by Tim Peters · 18 years ago
- 80f8e80 needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only), by Fredrik Lundh · 18 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 18 years ago
- 7a83089 needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- by Fredrik Lundh · 18 years ago
- 7df5e7f Patch 1145039. by Tim Peters · 18 years ago
- b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 18 years ago
- 57640f5 needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" by Fredrik Lundh · 18 years ago
- 95e2a91 use Py_LOCAL also for string and unicode objects by Fredrik Lundh · 18 years ago
- b8b3c8e needforspeed: added Py_LOCAL macro, based on the LOCAL macro used by Fredrik Lundh · 18 years ago
- 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 18 years ago
- da53afa A new table to help string->integer conversion was added yesterday to by Tim Peters · 18 years ago
- 44aa9f71 Fix incorrect documentation for the Py_IS_FINITE(X) macro. by Kristján Valur Jónsson · 18 years ago
- cc1ecf4 Fix another typo by Andrew M. Kuchling · 18 years ago
- 1d2576d Fix comment typos by Andrew M. Kuchling · 18 years ago
- f94323f Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this and it is more efficient than to use !Py_IS_INFINITE(X) && !Py_IS_NAN(X). No change on other platforms by Kristján Valur Jónsson · 18 years ago
- cebbefc Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. by Richard Jones · 18 years ago
- 7c88dcc Merge from rjones-funccall branch. by Richard Jones · 18 years ago
- 3d885e0 needforspeed: check first *and* last character before doing a full memcmp by Fredrik Lundh · 18 years ago
- 8a8e05a needforspeed: use memcpy for "long" strings; use a better algorithm by Fredrik Lundh · 18 years ago
- f1d60a5 needforspeed: speed up unicode repeat, unicode string copy by Fredrik Lundh · 18 years ago
- a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
- 9df4e6f - Add new Warning class, ImportWarning by Thomas Wouters · 19 years ago
- c7d0032 2.5a2 by Anthony Baxter · 19 years ago
- 1ddba60 Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses by Thomas Wouters · 19 years ago
- a4ebc13 Refactor: Move code that uses co_lnotab from ceval to codeobject by Jeremy Hylton · 19 years ago
- 45294a9 Remove types from type_list if they have no objects by Martin v. Löwis · 19 years ago
- 3fca463 C++ compile cleanup: proper declaration of _Py_BuildValue_SizeT by Skip Montanaro · 19 years ago
- 54e964d C++ compilation cleanup: Migrate declaration of by Skip Montanaro · 19 years ago
- de2acf6 frame_traverse(): Use the standard Py_VISIT macro. by Tim Peters · 19 years ago
- 9d2ced8 There were no comments explaining what Py_CLEAR() did or by Tim Peters · 19 years ago
- 5cb6936 Make Py_BuildValue, PyObject_CallFunction and by Martin v. Löwis · 19 years ago
- 0cc56e5 Introduce asdl_int_seq, to hold cmpop_ty. by Martin v. Löwis · 19 years ago
- 869bacd revert - breaks build of Python/ast.c w/ gcc by Skip Montanaro · 19 years ago
- b940671 Use union to discriminate pointer types from enum/int types. by Skip Montanaro · 19 years ago
- 8920bf2 Don't set gi_frame to Py_None, use NULL instead, eliminating some insane by Phillip J. Eby · 19 years ago
- e170937 Ignore the references to the dummy objects used as deleted keys by Armin Rigo · 19 years ago
- 01b8101 Make _kind types global for C++ compilation. by Martin v. Löwis · 19 years ago
- 1cf3964 C++ already defines a perfectly good 'bool'. Use that. by Anthony Baxter · 19 years ago
- 2ba9661 SF Patch #1463867: Improved generator finalization to allow generators by Phillip J. Eby · 19 years ago
- 3b1c01d Fixed error in comment for new PY_SSIZE_T_MIN. by Tim Peters · 19 years ago
- c48c8db Add PY_SSIZE_T_MIN, as suggested by Ralf W. Grosse-Kunstleve. by Martin v. Löwis · 19 years ago
- 36458ee aargh. Don't make last minute re-organisations before checkin! by Anthony Baxter · 19 years ago
- 46854bc PyAPI_FUNC() the PyArg_.*SizeT forms. Without this, cygwin has hysterics. by Anthony Baxter · 19 years ago
- 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 19 years ago
- ebed3f6 preparation for 2.5a1 by Anthony Baxter · 19 years ago
- cbce280 Don't abbreviate ABS, use long name ABSOLUTE. by Neal Norwitz · 19 years ago
- c7403ed Add a clause to the PY_FORMAT_SIZE_T to stop warnings on 32 bit intel by Anthony Baxter · 19 years ago
- 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 19 years ago
- c9d78aa Years in the making. by Tim Peters · 19 years ago
- badc086 Stop duplicating code and handle slice indices consistently and correctly by Neal Norwitz · 19 years ago
- f303261 Remove false information from the comment and reformat it like other by Hye-Shik Chang · 19 years ago
- 3dd8be4 Get Py_DEPRECATED to work with gcc 4.x too by Neal Norwitz · 19 years ago
- ae1d0c9 Introduced symbol PY_FORMAT_SIZE_T. See the new comments by Tim Peters · 19 years ago
- abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 19 years ago
- 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 19 years ago
- 1fc4b77 Change some sequnce APIs to use Py_ssize_t. by Neal Norwitz · 19 years ago
- 8c49c82 Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions. by Neal Norwitz · 19 years ago
- 6fd92dc Added words about what PyArena_Malloc() does. by Tim Peters · 19 years ago
- cb9426b Beefed up description of what this does; new XXX. by Tim Peters · 19 years ago