| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 2 | -20/+8 |
|
|
* | Issue #2620: Overflow checking when allocating or reallocating memory | Gregory P. Smith | 2008-07-22 | 1 | -11/+22 |
|
|
* | Post release cleanup | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
|
|
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 1 | -2/+2 |
|
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -0/+1 |
|
|
* | Issue #3274: Use a less common identifier for the temporary variable | Alexandre Vassalotti | 2008-07-13 | 1 | -2/+2 |
|
|
* | #3342: In tracebacks, printed source lines were not indented since r62555. | Amaury Forgeot d'Arc | 2008-07-11 | 1 | -1/+1 |
|
|
* | - Issue #2862: Make int and float freelist management consistent with other | Gregory P. Smith | 2008-07-06 | 2 | -2/+2 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 1 | -3/+0 |
|
|
* | Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip... | Eric Smith | 2008-06-24 | 1 | -2/+2 |
|
|
* | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -0/+3 |
|
|
* | Post release changes | Barry Warsaw | 2008-06-19 | 1 | -1/+1 |
|
|
* | Bumping to 2.6b1v2.6b1 | Barry Warsaw | 2008-06-19 | 1 | -3/+3 |
|
|
* | Restore support for Microsoft VC6 compiler. | Amaury Forgeot d'Arc | 2008-06-13 | 1 | -1/+1 |
|
|
* | #1683 prevent forking from interfering in threading storage | Benjamin Peterson | 2008-06-13 | 1 | -0/+3 |
|
|
* | Correct an incorrect comment about our #include of stddef.h. | Gregory P. Smith | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 2 | -4/+19 |
|
|
* | swap stringobject.h and bytesobject.h contents to make sense. PyString in | Gregory P. Smith | 2008-06-11 | 2 | -233/+233 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 7 | -55/+51 |
|
|
* | Remove locking part of new buffer protocol. | Travis E. Oliphant | 2008-06-06 | 1 | -11/+0 |
|
|
* | Fix preprocessor statement. | Thomas Heller | 2008-06-05 | 1 | -1/+2 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 3 | -2/+89 |
|
|
* | Make the _H #define's match the header file names. Fix comments to | Gregory P. Smith | 2008-06-01 | 2 | -8/+8 |
|
|
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+2 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 7 | -24/+30 |
|
|
* | #2989: add PyType_Modified(). | Georg Brandl | 2008-05-28 | 1 | -0/+1 |
|
|
* | wrap line | Benjamin Peterson | 2008-05-26 | 1 | -1/+2 |
|
|
* | turn PyErr_WarnPy3k into a macro | Benjamin Peterson | 2008-05-26 | 1 | -1/+2 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 7 | -50/+51 |
|
|
* | First step of the C API rename: | Christian Heimes | 2008-05-26 | 5 | -236/+273 |
|
|
* | Patch #1722225: Support QNX 6. | Martin v. Löwis | 2008-05-23 | 1 | -0/+7 |
|
|
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 | 1 | -1/+11 |
|
|
* | Post tag updates. | Barry Warsaw | 2008-05-08 | 1 | -1/+1 |
|
|
* | Bump to 2.6a3v2.6a3 | Barry Warsaw | 2008-05-08 | 1 | -2/+2 |
|
|
* | Implemented PEP 370 | Christian Heimes | 2008-05-06 | 1 | -0/+1 |
|
|
* | Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k... | Benjamin Peterson | 2008-04-27 | 1 | -0/+1 |
|
|
* | Remove Py_Refcnt, Py_Type, Py_Size, as they were added only | Martin v. Löwis | 2008-04-24 | 1 | -5/+0 |
|
|
* | Stupid me. Py_RETURN_NAN should actually return something ... | Christian Heimes | 2008-04-18 | 1 | -1/+1 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 5 | -126/+196 |
|
|
* | #2627 Let it be known what pgen generates | Benjamin Peterson | 2008-04-13 | 1 | -0/+2 |
|
|
* | Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of ... | Christian Heimes | 2008-04-13 | 1 | -1/+2 |
|
|
* | Re-implement the 'warnings' module in C. This allows for usage of the | Brett Cannon | 2008-04-12 | 5 | -10/+22 |
|
|
* | Make file objects as thread safe as the underlying libc FILE* implementation. | Gregory P. Smith | 2008-04-06 | 1 | -0/+4 |
|
|
* | Post tag version tweak | Barry Warsaw | 2008-04-03 | 1 | -1/+1 |
|
|
* | Updating for 2.6a2v2.6a2 | Barry Warsaw | 2008-04-03 | 1 | -2/+4 |
|
|
* | Patch #2511: Give the "excepthandler" AST item proper attributes by making it... | Georg Brandl | 2008-03-30 | 1 | -5/+12 |
|
|
* | Properly check for consistency with the third argument of | Georg Brandl | 2008-03-29 | 1 | -1/+1 |
|
|
* | NIL => NULL | Benjamin Peterson | 2008-03-28 | 1 | -1/+1 |
|
|
* | Patch #1810 by Thomas Lee, reviewed by myself: | Georg Brandl | 2008-03-28 | 1 | -0/+2 |
|
|
* | Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. | Neal Norwitz | 2008-03-28 | 2 | -8/+8 |
|
|