| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle. | Alexandre Vassalotti | 2013-12-01 | 1 | -2/+2 |
|
|
* | Issue #6477: Added pickling support for singletons and their types. | Alexandre Vassalotti | 2013-12-01 | 1 | -2/+2 |
|
|
* | ensure the attribute name string is initalized before using it (closes #16839) | Benjamin Peterson | 2013-01-02 | 1 | -1/+6 |
|
|
* | initialize more global type objects (closes #16369) | Benjamin Peterson | 2012-10-31 | 1 | -0/+12 |
|
|
* | Issue #13992: The trashcan mechanism is now thread-safe. This eliminates | Antoine Pitrou | 2012-09-05 | 1 | -0/+37 |
|
|
* | Issue #8767: Restore building with --disable-unicode. | Martin v. Löwis | 2012-05-20 | 1 | -0/+2 |
|
|
* | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -0/+2 |
|\ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -0/+2 |
|
|
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1605/+1605 |
|
|
| * | Merged revisions 74457 via svnmerge from | Benjamin Peterson | 2009-08-15 | 1 | -3/+5 |
|
|
| * | Merged revisions 69846 via svnmerge from | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
| * | Merged revisions 71734,71738-71739 via svnmerge from | Benjamin Peterson | 2009-04-20 | 1 | -3/+51 |
|
|
| * | Merged revisions 71722,71725 via svnmerge from | Benjamin Peterson | 2009-04-18 | 1 | -8/+65 |
|
|
| * | Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-... | Georg Brandl | 2009-04-05 | 1 | -0/+6 |
|
|
| * | Merged revisions 69433,69436 via svnmerge from | Mark Dickinson | 2009-02-08 | 1 | -1/+1 |
|
|
| * | Merged revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+11 |
|
|
| * | Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-... | Benjamin Peterson | 2008-12-21 | 1 | -0/+3 |
|
|
* | | must clear an AttributeError if it is set | Benjamin Peterson | 2011-05-23 | 1 | -2/+6 |
|
|
* | | handle old-style instances | Benjamin Peterson | 2011-05-23 | 1 | -3/+10 |
|
|
* | | correctly lookup __dir__ | Benjamin Peterson | 2011-05-23 | 1 | -3/+5 |
|
|
* | | Merged revisions 84344 via svnmerge from | Antoine Pitrou | 2010-08-28 | 1 | -48/+65 |
|
|
* | | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -1613/+1613 |
|
|
* | | Use a better NaN test in _Py_HashDouble as well. | Mark Dickinson | 2010-04-05 | 1 | -3/+6 |
|
|
* | | Use a more robust infinity check in _Py_HashDouble. | Mark Dickinson | 2010-04-05 | 1 | -3/+3 |
|
|
* | | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+4 |
|
|
* | | #6707 fix a crash with dir() on an uninitialized module | Benjamin Peterson | 2009-08-15 | 1 | -3/+5 |
|
|
* | | Uninitialized file type would lead to __exit__ lookup failure when site.py | Antoine Pitrou | 2009-05-31 | 1 | -0/+3 |
|
|
* | | handle errors from _PyObject_LookupSpecial when __get__ fails | Benjamin Peterson | 2009-05-25 | 1 | -0/+2 |
|
|
* | | this is now a bound method | Benjamin Peterson | 2009-05-08 | 1 | -1/+1 |
|
|
* | | add _PyObject_LookupSpecial to handle fetching special method lookup | Benjamin Peterson | 2009-05-08 | 1 | -12/+3 |
|
|
* | | make errors consistent | Benjamin Peterson | 2009-04-19 | 1 | -2/+2 |
|
|
* | | initialize weakref some weakref types | Benjamin Peterson | 2009-04-19 | 1 | -0/+6 |
|
|
* | | many more types to initialize (I had to expose some of them) | Benjamin Peterson | 2009-04-18 | 1 | -1/+43 |
|
|
* | | initalize -> initialize | Benjamin Peterson | 2009-04-18 | 1 | -4/+4 |
|
|
* | | try to initalize all builtin types with PyType_Ready to avoid problems like #... | Benjamin Peterson | 2009-04-18 | 1 | -8/+68 |
|
|
* | | #5615: make it possible to configure --without-threads again. | Georg Brandl | 2009-04-05 | 1 | -0/+6 |
|
|
* | | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
|
|
* | | Fix compiler warning (gcc) | Antoine Pitrou | 2009-02-13 | 1 | -1/+1 |
|
|
* | | Issue #5186: Reduce hash collisions for objects with no __hash__ method by | Antoine Pitrou | 2009-02-13 | 1 | -15/+7 |
|
|
* | | Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit | Mark Dickinson | 2009-02-08 | 1 | -1/+1 |
|
|
* | | #3720: Interpreter crashes when an evil iterator removes its own next function. | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+14 |
|
|
* | | Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. | Martin v. Löwis | 2009-01-07 | 1 | -8/+13 |
|
|
* | | Issue #4701: implicitly call PyType_Ready from PyObject_Hash | Nick Coghlan | 2008-12-30 | 1 | -0/+11 |
|
|
* | | #3632: the "pyo" macro from gdbinit can now run when the GIL is released. | Amaury Forgeot d'Arc | 2008-12-15 | 1 | -0/+3 |
|/ |
|
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -3/+8 |
|
|
* | Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing... | Nick Coghlan | 2008-07-08 | 1 | -9/+31 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -29/+29 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -29/+29 |
|
|
* | First step of the C API rename: | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 1 | -4/+4 |
|
|