summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* r88840: Prepare for 2.5.6.v2.5.6Martin v. Löwis2011-05-281-3/+3
* r88824: Prepare for 2.5.6c1.v2.5.6c1Martin v. Löwis2011-05-281-3/+3
* Post 2.5.5.Martin v. Löwis2010-01-311-3/+3
* Prepare for 2.5.5.v2.5.5Martin v. Löwis2010-01-311-3/+3
* Prepare for 2.5.5c2.v2.5.5c2Martin v. Löwis2010-01-241-2/+2
* Prepare for 2.5.5c1.v2.5.5c1Martin v. Löwis2010-01-141-4/+4
* Prepare for 2.5.4.v2.5.4Martin v. Löwis2008-12-231-2/+2
* Post 2.5.3.Martin v. Löwis2008-12-201-3/+3
* Prepare for 2.5.3.v2.5.3Martin v. Löwis2008-12-191-3/+3
* Prepare for 2.5.3c1.v2.5.3c1Martin v. Löwis2008-12-131-3/+3
* Backport of r64212Martin v. Löwis2008-12-131-0/+3
* Backport code from r65182:Neal Norwitz2008-07-281-11/+22
* Bump version for 2.5.3a0.Martin v. Löwis2008-02-231-3/+3
* Prepare for 2.5.2.Martin v. Löwis2008-02-211-3/+3
* Preparing for 2.5.2c1.Martin v. Löwis2008-02-141-3/+3
* Added checks for integer overflows, contributed by Google. Some areMartin v. Löwis2008-02-142-4/+19
* when talking about an imminent 2.5.2c1, the build should identify itselfFred Drake2007-11-091-3/+3
* Fix #1752132: wrong comment in opcode description.Georg Brandl2007-07-111-1/+1
* Provide PY_LLONG_MAX on all systems having long long.Martin v. Löwis2007-06-131-4/+10
* Backport r55845: Provide LLONG_MAX for S390.Martin v. Löwis2007-06-091-0/+7
* Patch #1733960: Allow T_LONGLONG to accept ints.Martin v. Löwis2007-06-091-0/+3
* Merge change 54982 from the trunk. This fixes the test_subprocess test in th...Kristján Valur Jónsson2007-05-071-0/+5
* 2.5.1 finalv2.5.1Anthony Baxter2007-04-181-3/+3
* preparing for 2.5.1c1Anthony Baxter2007-04-051-4/+4
* Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-1/+2
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+1
* Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().Raymond Hettinger2007-02-191-0/+3
* Prefix AST symbols with _Py_. Fixes #1637022.Martin v. Löwis2007-01-191-87/+145
* Patch #1580872: Remove duplicate declaration of PyCallable_Check.Martin v. Löwis2006-10-221-1/+2
* Guard uintptr_t test with HAVE_STDINT_H, test forMartin v. Löwis2006-10-021-0/+4
* Backport rev. 51971:Georg Brandl2006-09-251-1/+1
* Preparing for 2.5 final.v2.5Anthony Baxter2006-09-181-3/+3
* preparing for 2.5c2Anthony Baxter2006-09-111-2/+2
* SF #1542693: Remove semi-colon at end of PyImport_ImportModuleEx macroNeal Norwitz2006-08-191-1/+1
* preparing for 2.5c1 - no, really this timeAnthony Baxter2006-08-161-1/+1
* preparing for 2.5c1Anthony Baxter2006-08-161-2/+2
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-142-0/+25
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-122-4/+18
* pre-release machinationsAnthony Baxter2006-08-021-2/+2
* _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.Neal Norwitz2006-08-021-1/+1
* Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().Neal Norwitz2006-07-301-1/+5
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-0/+5
* preparing for 2.5b2Anthony Baxter2006-07-101-2/+2
* Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).Trent Mick2006-06-191-2/+2
* Preparing for 2.5b1.Anthony Baxter2006-06-191-3/+3
* Use Py_ssize_tNeal Norwitz2006-06-191-3/+3
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-0/+7
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+3
* Get rid of f_restricted too. Doc the other 4 ints that were already removedNeal Norwitz2006-06-121-2/+2
* Patch #1495999: Part two of Windows CE changes.Martin v. Löwis2006-06-102-5/+5