| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. | Martin v. Löwis | 2013-11-07 | 1 | -3/+2 |
|
|
* | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)... | Antoine Pitrou | 2012-05-16 | 1 | -2/+2 |
|\ |
|
| * | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)... | Antoine Pitrou | 2012-05-16 | 1 | -1/+2 |
|
|
* | | Issue #13496: Merge from 3.2 | Mark Dickinson | 2012-04-15 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | Issue 13496: Fix bisect.bisect overflow bug for large collections. | Mark Dickinson | 2012-04-15 | 1 | -2/+8 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -2/+2 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -2/+6 |
|/ |
|
* | Fix line wrapping | Raymond Hettinger | 2010-09-01 | 1 | -4/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -151/+151 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -2/+2 |
|
|
* | Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ... | Benjamin Peterson | 2008-07-31 | 1 | -23/+23 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+8 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+15 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | More unconsting. | Martin v. Löwis | 2006-02-27 | 1 | -4/+4 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -2/+2 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -5/+4 |
|
|
* | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 1 | -22/+26 |
|
|
* | Any call to insort_{left,right} with a non-list leaked a reference to None | Michael W. Hudson | 2004-08-02 | 1 | -6/+10 |
|
|
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 1 | -0/+228 |
|
|