| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 1 | -5/+5 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 1 | -1/+1 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -3/+3 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+20 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -5/+5 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -1/+4 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+4 |
|
|
* | Merged revisions 60284-60349 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -23/+21 |
|
|
* | Merged revisions 60176-60209 via svnmerge from | Christian Heimes | 2008-01-23 | 1 | -1/+1 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -20/+27 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 1 | -10/+36 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -5/+34 |
|
|
* | Merged revisions 59883-59920 via svnmerge from | Christian Heimes | 2008-01-11 | 1 | -2/+4 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -10/+10 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -47/+48 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -36/+77 |
|
|
* | Change PyBuffer to Py_buffer to be consistent with other non-object structure... | Travis E. Oliphant | 2007-09-23 | 1 | -2/+2 |
|
|
* | Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. | Sean Reifscheider | 2007-09-17 | 1 | -7/+7 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -59/+2 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -2/+152 |
|
|
* | Merged in py3k-buffer branch to main line. All objects now use the buffer pr... | Travis E. Oliphant | 2007-08-18 | 1 | -47/+26 |
|
|
* | PyErr_Warn is deprecated in 2.5 - goes away for 3.0 | Skip Montanaro | 2007-08-12 | 1 | -2/+3 |
|
|
* | Return bytes, not string from read(). Makes test_mmap.py pass. | Guido van Rossum | 2007-07-26 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | SF patch# 1752647 by Joe Gregorio. | Guido van Rossum | 2007-07-16 | 1 | -9/+9 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -42/+32 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+3 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -4/+2 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -23/+13 |
|
|
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -17/+8 |
|
|
* | More unconsting. | Martin v. Löwis | 2006-02-27 | 1 | -2/+2 |
|
|
* | Fix typo. | Martin v. Löwis | 2006-02-18 | 1 | -1/+1 |
|
|
* | Fix size computation on Win64. | Martin v. Löwis | 2006-02-18 | 1 | -12/+46 |
|
|
* | Fix typo. | Thomas Wouters | 2006-02-17 | 1 | -1/+1 |
|
|
* | Remove size restrictions. | Martin v. Löwis | 2006-02-17 | 1 | -29/+19 |
|
|
* | mmap_flush_method(): Squash compiler warning about | Tim Peters | 2006-02-17 | 1 | -2/+2 |
|
|
* | Remove space between function name and left paren | Tim Peters | 2006-02-17 | 1 | -94/+92 |
|
|
* | Removed pointless parens around `return` expressions; | Tim Peters | 2006-02-16 | 1 | -22/+20 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2006-02-16 | 1 | -41/+41 |
|
|
* | new_mmap_object(), Windows flavor. | Tim Peters | 2006-02-16 | 1 | -2/+16 |
|
|
* | More Py_ssize_t format characters. | Thomas Wouters | 2006-02-16 | 1 | -1/+1 |
|
|
* | Use Py_ssize_t for counts and sizes. | Martin v. Löwis | 2006-02-16 | 1 | -8/+8 |
|
|
* | Update comment and make accurate. | Neal Norwitz | 2006-02-16 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -24/+24 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 1 | -10/+49 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-02-05 | 1 | -2/+2 |
|
|