summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-1/+11
* Post tag updates.Barry Warsaw2008-05-081-1/+1
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-081-2/+2
* Implemented PEP 370Christian Heimes2008-05-061-0/+1
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-271-0/+1
* Remove Py_Refcnt, Py_Type, Py_Size, as they were added onlyMartin v. Löwis2008-04-241-5/+0
* Stupid me. Py_RETURN_NAN should actually return something ...Christian Heimes2008-04-181-1/+1
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-185-126/+196
* #2627 Let it be known what pgen generatesBenjamin Peterson2008-04-131-0/+2
* Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of ...Christian Heimes2008-04-131-1/+2
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-125-10/+22
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-061-0/+4
* Post tag version tweakBarry Warsaw2008-04-031-1/+1
* Updating for 2.6a2v2.6a2Barry Warsaw2008-04-031-2/+4
* Patch #2511: Give the "excepthandler" AST item proper attributes by making it...Georg Brandl2008-03-301-5/+12
* Properly check for consistency with the third argument ofGeorg Brandl2008-03-291-1/+1
* NIL => NULLBenjamin Peterson2008-03-281-1/+1
* Patch #1810 by Thomas Lee, reviewed by myself:Georg Brandl2008-03-281-0/+2
* Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings.Neal Norwitz2008-03-282-8/+8
* Fix warnings about using char as an array subscript. This is not portableNeal Norwitz2008-03-271-7/+7
* Patch #2477: Added from __future__ import unicode_literalsChristian Heimes2008-03-264-1/+12
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-266-0/+142
* Backport of the print function, using a __future__ import.Eric Smith2008-03-184-2/+9
* Finish backporting new buffer API to Python 2.6. Left to do: memoryview obje...Travis E. Oliphant2008-03-182-3/+5
* Add necessary headers to back-port new buffer protocol to Python 2.6Travis E. Oliphant2008-03-173-0/+173
* Set things up for 2.6a2.Barry Warsaw2008-03-011-1/+1
* Bump to version 2.6a1Barry Warsaw2008-03-011-2/+2
* Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT,Jeffrey Yasskin2008-02-281-0/+3
* Thomas Herve explained to me that PyCrypto depends on the constants. I'm addi...Christian Heimes2008-02-251-1/+6
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-232-84/+87
* 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