| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 69806 via svnmerge from | Eric Smith | 2009-02-20 | 1 | -17/+31 |
|
|
* | Merged revisions 69433,69436 via svnmerge from | Mark Dickinson | 2009-02-08 | 2 | -2/+2 |
|
|
* | Validate that __length_hint__ returns a usable result. | Raymond Hettinger | 2009-02-03 | 1 | -1/+1 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2009-02-02 | 3 | -14/+27 |
|
|
* | reindent, again | Benjamin Peterson | 2009-01-31 | 1 | -2560/+2560 |
|
|
* | expand tabs in unicodeobject.c | Benjamin Peterson | 2009-01-31 | 1 | -3010/+3010 |
|
|
* | Merged revisions 68974-68975 via svnmerge from | Mark Dickinson | 2009-01-26 | 1 | -8/+9 |
|
|
* | Merged revisions 68947 via svnmerge from | Mark Dickinson | 2009-01-25 | 1 | -1/+1 |
|
|
* | Merged revisions 68890 via svnmerge from | Mark Dickinson | 2009-01-24 | 1 | -23/+20 |
|
|
* | Merged revisions 68589 via svnmerge from | Antoine Pitrou | 2009-01-13 | 1 | -37/+30 |
|
|
* | Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,... | Georg Brandl | 2009-01-01 | 3 | -14/+31 |
|
|
* | Merged revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+11 |
|
|
* | Backport r67975: #4759: fix segfault in bytearray.translate(x, None). | Georg Brandl | 2008-12-28 | 1 | -0/+1 |
|
|
* | Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,... | Benjamin Peterson | 2008-12-27 | 1 | -27/+29 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-... | Benjamin Peterson | 2008-12-21 | 1 | -0/+3 |
|
|
* | Merged revisions 67619 via svnmerge from | Antoine Pitrou | 2008-12-07 | 1 | -11/+31 |
|
|
* | Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv... | Georg Brandl | 2008-12-05 | 1 | -8/+9 |
|
|
* | Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,... | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | Merged revisions 67291 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -21/+3 |
|
|
* | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -3/+36 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -4/+6 |
|
|
* | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -4/+7 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 6 | -20/+26 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -15/+15 |
|
|
* | Merged revisions 66739 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
|
|
* | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 2 | -8/+6 |
|
|
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -4/+11 |
|
|
* | Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. | Martin v. Löwis | 2008-09-25 | 1 | -1/+1 |
|
|
* | should use macro'ed symbols not direct | Andrew MacIntyre | 2008-09-22 | 1 | -3/+3 |
|
|
* | Issue #3642: Suppress warning in obmalloc when size_t is | Martin v. Löwis | 2008-09-11 | 1 | -1/+3 |
|
|
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 2 | -758/+921 |
|
|
* | Fix #3634 invalid return value from _weakref.ref(Exception).__init__ | Benjamin Peterson | 2008-09-09 | 1 | -1/+1 |
|
|
* | Fix varname in docstring. #3822. | Georg Brandl | 2008-09-09 | 1 | -2/+2 |
|
|
* | #3777: long(4.2) returned an int, and broke backward compatibility. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -1/+8 |
|
|
* | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -1/+1 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -7/+0 |
|
|
* | Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to | Antoine Pitrou | 2008-08-26 | 2 | -80/+136 |
|
|
* | generate py3k warnings on __getslice__, __delslice__, and __setslice__ | Benjamin Peterson | 2008-08-24 | 2 | -8/+47 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 2 | -7/+18 |
|
|
* | Silenced compiler warning | Christian Heimes | 2008-08-22 | 2 | -1/+2 |
|
|
* | Changed type of numarenas from uint to size_t to silence a GCC warning on 64b... | Christian Heimes | 2008-08-22 | 1 | -1/+1 |
|
|
* | issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so | Mark Dickinson | 2008-08-21 | 1 | -5/+4 |
|
|
* | Backport of r63826. | Eric Smith | 2008-08-18 | 1 | -6/+42 |
|
|
* | Fix a refleak in bytearray.split and bytearray.rsplit, detected by | Amaury Forgeot d'Arc | 2008-08-17 | 1 | -4/+10 |
|
|
* | Fix memory leak: Always DECREF obj in PyBuffer_Release. | Martin v. Löwis | 2008-08-14 | 1 | -5/+3 |
|
|
* | Make obj an owned reference in Py_buffer; this checkin | Martin v. Löwis | 2008-08-14 | 1 | -1/+4 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 4 | -57/+79 |
|
|
* | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+35 |
|
|
* | - Issue #3537: Fix an assertion failure when an empty but presized dict | Georg Brandl | 2008-08-11 | 1 | -0/+4 |
|
|
* | Change the warning emitted for using the buffer() object; memoryview() in 3.0 | Brett Cannon | 2008-08-08 | 1 | -2/+1 |
|
|