| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Patch #966493: Cleanup generator/eval_frame exposure. | Martin v. Löwis | 2004-06-27 | 1 | -0/+1 |
|
|
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -0/+2 |
|
|
* | compile.h and eval.h weren't being included which kept a fair bit of the | Skip Montanaro | 2004-03-13 | 1 | -0/+3 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -6/+0 |
|
|
* | Changed the UCHAR_MAX error msg a bit: we don't really assume anything | Tim Peters | 2003-12-22 | 1 | -1/+1 |
|
|
* | There are places in Python which assume bytes have 8-bits. Formalize that a | Skip Montanaro | 2003-12-22 | 1 | -0/+8 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+1 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -1/+1 |
|
|
* | Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them | Martin v. Löwis | 2002-07-20 | 1 | -11/+0 |
|
|
* | Define _XOPEN_SOURCE in configure and Python.h. | Jeremy Hylton | 2002-07-18 | 1 | -6/+1 |
|
|
* | HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C | Tim Peters | 2002-07-12 | 1 | -0/+2 |
|
|
* | Removed WITH_CYCLE_GC #ifdef-ery. Holes: | Tim Peters | 2002-07-07 | 1 | -0/+8 |
|
|
* | SF 569257 -- Name mangle double underscored variable names in __slots__. | Raymond Hettinger | 2002-06-20 | 1 | -0/+4 |
|
|
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -0/+10 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) | Jason Tishler | 2002-06-04 | 1 | -8/+8 |
|
|
* | Silly typo. | Michael W. Hudson | 2002-05-27 | 1 | -1/+1 |
|
|
* | Back out #555929 | Martin v. Löwis | 2002-05-15 | 1 | -2/+3 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch | Jason Tishler | 2002-05-15 | 1 | -3/+2 |
|
|
* | - New builtin function enumerate(x), from PEP 279. Example: | Guido van Rossum | 2002-04-26 | 1 | -0/+1 |
|
|