| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+13 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | follow up to #9778: define and use an unsigned hash type | Benjamin Peterson | 2010-10-23 | 1 | -4/+4 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -7/+7 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 1 | -4/+0 |
|
|
* | Issue #9630: Redecode filenames when setting the filesystem encoding | Victor Stinner | 2010-09-29 | 1 | -0/+4 |
|
|
* | fix formatting | Benjamin Peterson | 2010-09-11 | 1 | -6/+6 |
|
|
* | Issue #1868: Eliminate subtle timing issues in thread-local objects by | Antoine Pitrou | 2010-08-28 | 1 | -48/+65 |
|
|
* | Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. | Antoine Pitrou | 2010-07-27 | 1 | -13/+2 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -49/+87 |
|
|
* | Issue #8749: remove unused code in Objects/object.c. Thanks Yaniv Aknin. | Mark Dickinson | 2010-05-22 | 1 | -24/+0 |
|
|
* | Fix refleak in internal_print() introduced by myself in r81251 | Victor Stinner | 2010-05-17 | 1 | -0/+1 |
|
|
* | PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead | Victor Stinner | 2010-05-17 | 1 | -1/+3 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1226/+1226 |
|
|
* | Merged revisions 79809 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -3/+6 |
|
|
* | Merged revisions 79804 via svnmerge from | Mark Dickinson | 2010-04-05 | 1 | -3/+3 |
|
|
* | Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() | Victor Stinner | 2010-03-12 | 1 | -5/+12 |
|
|
* | Issue #7430: Remove lingering reference to cmp in recursion error message. | Mark Dickinson | 2009-12-04 | 1 | -1/+1 |
|
|
* | Issue #6970: Remove redundant calls made when comparing objects. | Mark Dickinson | 2009-11-15 | 1 | -1/+3 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -2/+1 |
|
|
* | Merged revisions 74457 via svnmerge from | Benjamin Peterson | 2009-08-15 | 1 | -3/+5 |
|
|
* | remove reference to PyCObject | Benjamin Peterson | 2009-07-01 | 1 | -3/+0 |
|
|
* | Merged revisions 72907 via svnmerge from | Benjamin Peterson | 2009-05-25 | 1 | -0/+2 |
|
|
* | these builtins have to be initialized | Benjamin Peterson | 2009-05-09 | 1 | -0/+9 |
|
|
* | this is now a bound method | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | Merged revisions 72461 via svnmerge from | Benjamin Peterson | 2009-05-08 | 1 | -9/+2 |
|
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -1/+4 |
|
|
* | Merged revisions 71734,71738-71739 via svnmerge from | Benjamin Peterson | 2009-04-20 | 1 | -6/+44 |
|
|
* | Merged revisions 71722 via svnmerge from | Benjamin Peterson | 2009-04-18 | 1 | -7/+61 |
|
|
* | Merge revision 71222 from trunk: #5615: make it possible to configure --witho... | Georg Brandl | 2009-04-05 | 1 | -0/+6 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | Merged revisions 69582-69583 via svnmerge from | Antoine Pitrou | 2009-02-13 | 1 | -15/+7 |
|
|
* | Merged revisions 69436 via svnmerge from | Mark Dickinson | 2009-02-08 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 1 | -28/+9 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -100/+0 |
|
|
* | Merged revisions 68560 via svnmerge from | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+14 |
|
|
* | Merged revisions 68381 via svnmerge from | Benjamin Peterson | 2009-01-11 | 1 | -8/+13 |
|
|
* | Recorded merge of revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+11 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -0/+3 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 1 | -0/+9 |
|
|
* | Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and c... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+39 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -3/+3 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -4/+9 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+27 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -6/+6 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -0/+5 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -0/+4 |
|
|