| Commit message (Expand) | Author | Age | Files | Lines |
* | Eric Snow's implementation of PEP 421. | Barry Warsaw | 2012-06-03 | 1 | -0/+1 |
|
|
* | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -1/+0 |
|\ |
|
| * | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -1/+0 |
|
|
* | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -2/+2 |
|
|
* | | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array | Victor Stinner | 2011-09-28 | 1 | -18/+1 |
|
|
* | | Move code related to compile from Python.h to compile.h | Victor Stinner | 2011-09-28 | 1 | -19/+0 |
|
|
* | | Clean up a few tabs that went in with PEP393. | Ezio Melotti | 2011-09-28 | 1 | -1/+1 |
|
|
* | | Rename new macros to conform to naming rules (function macros have "Py" prefi... | Georg Brandl | 2011-09-28 | 1 | -3/+3 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -0/+5 |
|
|
* | | Issue #11863: Remove support for legacy systems deprecated in Python 3.2 | Antoine Pitrou | 2011-07-08 | 1 | -5/+0 |
|/ |
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+4 |
|
|
* | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -0/+1 |
|
|
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -11/+1 |
|
|
* | Create _Py_fopen() for PyUnicodeObject path | Victor Stinner | 2010-08-14 | 1 | -1/+2 |
|
|
* | Issue #9425: Create private _Py_stat() function | Victor Stinner | 2010-08-14 | 1 | -0/+5 |
|
|
* | Create _Py_wchar2char() function, reverse of _Py_char2wchar() | Victor Stinner | 2010-08-13 | 1 | -0/+3 |
|
|
* | Reimplement addbuilddir() in C inside getpath.c, so as to execute it | Antoine Pitrou | 2010-08-13 | 1 | -1/+2 |
|
|
* | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API | Alexander Belopolsky | 2010-08-05 | 1 | -0/+1 |
|
|
* | Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide | Stefan Krah | 2010-07-19 | 1 | -6/+1 |
|
|
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+2 |
|
|
* | Move _Py_char2wchar from python.c to main.c. | Ronald Oussoren | 2010-04-18 | 1 | -1/+1 |
|
|
* | Fix the --with-cxx-main build. | Collin Winter | 2010-04-17 | 1 | -0/+6 |
|
|
* | #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values | Philip Jenvey | 2010-04-14 | 1 | -0/+3 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -2/+0 |
|
|
* | remove PyCObject | Benjamin Peterson | 2009-07-01 | 1 | -1/+0 |
|
|
* | these builtins have to be initialized | Benjamin Peterson | 2009-05-09 | 1 | -0/+1 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -0/+1 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 1 | -0/+1 |
|
|
* | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+1 |
|
|
* | Merged revisions 63955 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -0/+1 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
* | Renamed files bytesobject.[ch] and stringobject.[ch] | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -0/+1 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -0/+1 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -1/+1 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -0/+1 |
|
|
* | I've moved the remains of PyInt_ to the longobject.h header file and removed ... | Christian Heimes | 2007-12-02 | 1 | -1/+0 |
|
|
* | Delete bufferobject.[ch]. | Guido van Rossum | 2007-10-08 | 1 | -1/+0 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -0/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+2 |
|
|
* | Cruft removal: | Neal Norwitz | 2006-12-28 | 1 | -8/+0 |
|
|
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -8/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+2 |
|
|
* | Here is a bytes type. It's very minimal but it's a start. | Guido van Rossum | 2006-04-22 | 1 | -0/+1 |
|
|
* | Remove PyArg_NoArgs() and PyArg_GetInt() | Neal Norwitz | 2006-03-17 | 1 | -7/+0 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -0/+1 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -2/+1 |
|
|
* | Use intptr_t/uintptr_t on Windows | Martin v. Löwis | 2004-07-27 | 1 | -0/+5 |
|
|