summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-173-0/+31
* Implemented Martin's suggestion to clear the free lists during the garbage co...Christian Heimes2008-02-145-0/+11
* Forgot to modify header file in r60707.Eric Smith2008-02-101-0/+9
* Added PyNumber_ToBase and supporting routines _PyInt_Format andEric Smith2008-02-102-0/+13
* Deallocate content of the dict free list on interpreter shutdownChristian Heimes2008-02-081-0/+1
* Patch #1953Christian Heimes2008-02-042-0/+5
* Make int() and long() fall back to __trunc__(). See issue 2002.Jeffrey Yasskin2008-02-041-0/+13
* Nasty typo in setobject.hAmaury Forgeot d'Arc2008-02-031-1/+1
* Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...Amaury Forgeot d'Arc2008-02-031-1/+5
* Fixed bug #1983: Return from fork() is pid_t, not intChristian Heimes2008-01-311-1/+5
* Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detec...Christian Heimes2008-01-301-1/+8
* Factor-out common code with a new macroRaymond Hettinger2008-01-281-0/+2
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-271-0/+1
* Add stdarg include for va_list to get this to compile on cygwinNeal Norwitz2008-01-271-0/+2
* #1473257: add generator.gi_code attribute that refers toGeorg Brandl2008-01-261-0/+3
* Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...Christian Heimes2008-01-253-7/+33
* Don't repeat yourselfChristian Heimes2008-01-221-1/+2
* Fixed a missing (X) in defineChristian Heimes2008-01-221-1/+1
* Patch #1720595: add T_BOOL to the range of structmember types.Georg Brandl2008-01-211-0/+3
* Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ...Christian Heimes2008-01-201-2/+2
* Re-apply patch #1700288 (first applied in r59931, rolled back in r59940)Amaury Forgeot d'Arc2008-01-141-0/+8
* Back out r59931 - test_ctypes fails with it.Georg Brandl2008-01-131-8/+0
* Patch #1700288: Method cache optimization, by Armin Rigo, ported toGeorg Brandl2008-01-121-0/+8
* Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO...Georg Brandl2008-01-071-0/+1
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-032-5/+2
* Some build bots don't compile mathmodule. There is an issue with the long def...Christian Heimes2008-01-031-2/+9
* Patch #1583 by Adam Olsen.Guido van Rossum2007-12-191-0/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-1932-74/+79
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-183-0/+56
* Give meaning to the oparg for BUILD_MAP: estimated size of the dictionary.Raymond Hettinger2007-12-181-0/+1
* Speed-up dictionary constructor by about 10%.Raymond Hettinger2007-12-181-0/+1
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-101-0/+4
* Fix Issue 1045.Raymond Hettinger2007-12-061-17/+4
* Feature #1534Christian Heimes2007-12-011-0/+4
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-221-2/+2
* The incremental decoder for utf-7 must preserve its state between calls.Amaury Forgeot d'Arc2007-11-201-0/+7
* Patch #1739468: Directories and zipfiles containing __main__.py are now execu...Nick Coghlan2007-11-181-0/+2
* Fix a crasher where Python code managed to infinitely recurse in C code withoutBrett Cannon2007-09-071-0/+1
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-0/+82
* Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backportNeal Norwitz2007-08-031-1/+3
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-2132-74/+80
* Fix #1752132: wrong comment in opcode description.Georg Brandl2007-07-111-1/+1
* Add T_PYSSIZET in structmember.h: This can be used forWalter Dörwald2007-06-132-2/+3
* Provide PY_LLONG_MAX on all systems having long long.Martin v. Löwis2007-06-131-4/+10
* 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
* Add -3 option to the interpreter to warn about features that areNeal Norwitz2007-05-231-0/+2
* Stop using PyMem_FREE while the GIL is not held. For details see:Neal Norwitz2007-05-021-0/+2
* Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode()...Kristján Valur Jónsson2007-04-261-0/+5
* Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-1/+2