| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 3.1 (#14509) | Benjamin Peterson | 2012-04-09 | 1 | -0/+2 |
|\ |
|
| * | fix build without Py_DEBUG and DNDEBUG (closes #14509) | Benjamin Peterson | 2012-04-09 | 1 | -0/+2 |
* | | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
* | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -564/+211 |
|\ \
| |/
|/| |
|
| * | Fix #13834: strip() strips leading and trailing whitespace. | Georg Brandl | 2012-01-22 | 1 | -1/+1 |
| * | Consolidate the occurrances of the prime used as the multiplier when hashing | Gregory P. Smith | 2012-01-14 | 1 | -1/+1 |
| * | Issue #11231: Fix bytes and bytearray docstrings | Victor Stinner | 2011-12-17 | 1 | -3/+4 |
| * | Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
| * | #6780: merge with 3.1. | Ezio Melotti | 2011-04-26 | 1 | -2/+10 |
| |\ |
|
| * \ | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -557/+203 |
| |\ \ |
|
| | * \ | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| | |\ \ |
|
| | * | | | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 1 | -64/+0 |
| | * | | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
| | * | | | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -0/+64 |
| | * | | | str, bytes, bytearray docstring: remove unnecessary [...] | Victor Stinner | 2010-11-07 | 1 | -1/+1 |
| | * | | | Fix encode/decode method doc of str, bytes, bytearray types | Victor Stinner | 2010-11-07 | 1 | -3/+3 |
| | * | | | Issue #10288: The deprecated family of "char"-handling macros | David Malcolm | 2010-11-05 | 1 | -14/+14 |
| | * | | | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
| | * | | | Revert the doc change done in r83880. str.replace with negative count value i... | Senthil Kumaran | 2010-09-08 | 1 | -2/+1 |
| | * | | | Fix some compilation warnings under 64-bit Windows (issue #9566). | Antoine Pitrou | 2010-08-15 | 1 | -6/+6 |
| | * | | | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | Alexander Belopolsky | 2010-08-11 | 1 | -9/+1 |
| | * | | | Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and b... | Mark Dickinson | 2010-08-10 | 1 | -34/+23 |
| | * | | | spelling mistake. | Senthil Kumaran | 2010-08-09 | 1 | -1/+1 |
| | * | | | Fix Issue5416 - explain negative value for count in bytes object replace. | Senthil Kumaran | 2010-08-09 | 1 | -1/+2 |
| | * | | | Merged revisions 81860 via svnmerge from | Antoine Pitrou | 2010-06-09 | 1 | -19/+19 |
| | * | | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2326/+2326 |
| | * | | | Merged revisions 80126 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -5/+7 |
| | * | | | Merged revisions 77743 via svnmerge from | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
| | * | | | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -447/+76 |
| | * | | | Issue #7382: Fix bytes.__getnewargs__. | Alexandre Vassalotti | 2010-01-12 | 1 | -1/+1 |
| | * | | | Issue #6688: Optimize PyBytes_FromObject(). | Alexandre Vassalotti | 2010-01-09 | 1 | -7/+52 |
| | * | | | Issue #6687: Moved the special-case for integers out of PyBytes_FromObject. | Alexandre Vassalotti | 2009-12-31 | 1 | -21/+25 |
| | * | | | Issue #5748: bytesobject.c should not have its own private defines for string... | Eric Smith | 2009-11-30 | 1 | -16/+2 |
| | * | | | Merged revisions 74929 via svnmerge from | Benjamin Peterson | 2009-09-18 | 1 | -3/+4 |
* | | | | | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+11 |
| |_|_|/
|/| | | |
|
* | | | | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 1 | -2/+10 |
|/ / / |
|
* | | | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -18/+5 |
| |/
|/| |
|
* | | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
* | | Merged revisions 84629 via svnmerge from | Senthil Kumaran | 2010-09-08 | 1 | -2/+1 |
* | | Merged revisions 84070,84074 via svnmerge from | Antoine Pitrou | 2010-08-15 | 1 | -4/+4 |
* | | Merged revisions 83882 via svnmerge from | Senthil Kumaran | 2010-08-09 | 1 | -1/+1 |
* | | Merged revisions 83880 via svnmerge from | Senthil Kumaran | 2010-08-09 | 1 | -1/+2 |
* | | Merged revisions 81862 via svnmerge from | Antoine Pitrou | 2010-06-09 | 1 | -15/+15 |
* | | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2593/+2593 |
* | | Merged revisions 80125,80128,80130 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -5/+7 |
* | | Merged revisions 77745 via svnmerge from | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
|/ |
|
* | rename internal methods of the bytes object to bytes_ | Benjamin Peterson | 2009-04-18 | 1 | -102/+102 |
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 1 | -0/+1 |
* | Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate | Georg Brandl | 2009-04-12 | 1 | -0/+8 |