| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
|
|
* | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -8/+5 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | Merged revisions 88735 via svnmerge from | Eli Bendersky | 2011-03-04 | 1 | -2/+2 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
* | Issue #8930: fix some C code indentation | Antoine Pitrou | 2010-06-09 | 1 | -45/+45 |
|
|
* | tiny simplification | Benjamin Peterson | 2010-04-16 | 1 | -2/+1 |
|
|
* | have a clear error when passing something > sys.maxsize to bytearray | Benjamin Peterson | 2010-04-16 | 1 | -7/+11 |
|
|
* | Silence more compiler warnings; fix an instance of potential undefined behav... | Mark Dickinson | 2010-02-14 | 1 | -4/+5 |
|
|
* | Issue #7788: Fix a crash produced by deleting a list slice with huge | Mark Dickinson | 2010-01-29 | 1 | -1/+2 |
|
|
* | #7775: fixed docstring for rpartition | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
|
|
* | Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) | Antoine Pitrou | 2010-01-17 | 1 | -17/+6 |
|
|
* | Fixed typo | Ezio Melotti | 2010-01-14 | 1 | -1/+1 |
|
|
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 1 | -429/+77 |
|
|
* | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 | 1 | -30/+9 |
|
|
* | Fix missing semicolon | Mark Dickinson | 2009-10-15 | 1 | -1/+1 |
|
|
* | backport keyword argument support for bytearray.decode | Benjamin Peterson | 2009-09-18 | 1 | -3/+4 |
|
|
* | Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hag... | Mark Dickinson | 2009-09-06 | 1 | -4/+4 |
|
|
* | Issue #6846: bytearray.pop was returning ints in the range [-128, 128) | Mark Dickinson | 2009-09-06 | 1 | -1/+1 |
|
|
* | Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. | Georg Brandl | 2009-07-22 | 1 | -3/+5 |
|
|
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 1 | -9/+9 |
|
|
* | rename internal bytes_ functions to bytearray | Benjamin Peterson | 2009-04-18 | 1 | -153/+153 |
|
|
* | Whitespace normalization. | Georg Brandl | 2009-04-05 | 1 | -8/+8 |
|
|
* | fix funky indentation | Benjamin Peterson | 2009-03-08 | 1 | -4/+4 |
|
|
* | Fixed memory leak on failure. | Hirokazu Yamamoto | 2009-03-05 | 1 | -1/+1 |
|
|
* | Issue 1242657: list(obj) can swallow KeyboardInterrupt. | Raymond Hettinger | 2009-02-02 | 1 | -0/+4 |
|
|
* | fix building the core with --disable-unicode | Benjamin Peterson | 2009-01-25 | 1 | -17/+30 |
|
|
* | Backport r67974: | Georg Brandl | 2008-12-28 | 1 | -16/+25 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -11/+31 |
|
|
* | make sure that bytearray methods return a new bytearray even if there is no c... | Benjamin Peterson | 2008-11-19 | 1 | -21/+3 |
|
|
* | Silenced compiler warning | Christian Heimes | 2008-08-22 | 1 | -0/+1 |
|
|
* | Fix a refleak in bytearray.split and bytearray.rsplit, detected by | Amaury Forgeot d'Arc | 2008-08-17 | 1 | -4/+10 |
|
|
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -32/+37 |
|
|
* | Fix a couple of names in error messages that were wrong | Neal Norwitz | 2008-07-20 | 1 | -2/+2 |
|
|
* | Backport part of r65043. | Georg Brandl | 2008-07-16 | 1 | -2/+1 |
|
|
* | Use _getbytevalue() in init too. | Georg Brandl | 2008-07-16 | 1 | -10/+3 |
|
|
* | #3156: fix consistency in what type bytearray methods accept as items. | Georg Brandl | 2008-07-16 | 1 | -40/+38 |
|
|
* | Added additional __sizeof__ implementations and addressed comments made in | Robert Schuppenies | 2008-07-10 | 1 | -0/+14 |
|
|
* | Docstring typo | Andrew M. Kuchling | 2008-06-21 | 1 | -1/+1 |
|
|
* | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 1 | -0/+3379 |
|
|