| Commit message (Expand) | Author | Age | Files | Lines |
* | Add UUIDs for 3.0.1 and 3.0.2. | Martin v. Löwis | 2008-12-08 | 1 | -0/+4 |
|
|
* | Merged revisions 67658-67659 via svnmerge from | Martin v. Löwis | 2008-12-08 | 2 | -0/+5 |
|
|
* | #4586: fix usage of Py_InitModule. | Georg Brandl | 2008-12-07 | 1 | -1/+6 |
|
|
* | Remove unnecessary import | Neal Norwitz | 2008-12-07 | 1 | -1/+0 |
|
|
* | Issue #4569: Interpreter crash when mutating a memoryview with an item size l... | Antoine Pitrou | 2008-12-07 | 3 | -93/+117 |
|
|
* | Merged revisions 67511,67536-67537,67543 via svnmerge from | Georg Brandl | 2008-12-07 | 7 | -18/+239 |
|
|
* | Forward-port r67624 and r67627. | Georg Brandl | 2008-12-07 | 2 | -8/+1 |
|
|
* | Blocked revisions 67614 via svnmerge | Georg Brandl | 2008-12-07 | 0 | -0/+0 |
|
|
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 | 6 | -25/+49 |
|
|
* | remove extraneous 'text' | Benjamin Peterson | 2008-12-07 | 1 | -3/+3 |
|
|
* | Blocked revisions 67498,67521,67581,67584,67587 via svnmerge | Georg Brandl | 2008-12-07 | 0 | -0/+0 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 12 | -42/+94 |
|
|
* | document how to deal with binary standard streams | Benjamin Peterson | 2008-12-07 | 1 | -0/+6 |
|
|
* | #4576: fix ob_type access. | Georg Brandl | 2008-12-07 | 1 | -4/+4 |
|
|
* | Blocked revisions 67619 via svnmerge | Antoine Pitrou | 2008-12-06 | 0 | -0/+0 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 3 | -11/+65 |
|
|
* | update version number | Benjamin Peterson | 2008-12-06 | 1 | -2/+2 |
|
|
* | there are only four asdl builtin types in py3k | Benjamin Peterson | 2008-12-06 | 1 | -1/+1 |
|
|
* | issue 4483 - _dbm build failures on systems with gdbm_compat lib. | Skip Montanaro | 2008-12-06 | 3 | -5/+20 |
|
|
* | Merged revisions 67494 via svnmerge from | Jeffrey Yasskin | 2008-12-06 | 1 | -1/+10 |
|
|
* | Issue #4445: save 3 bytes of memory (on average) per bytes allocation. | Mark Dickinson | 2008-12-06 | 2 | -10/+23 |
|
|
* | #4562: fix zip() examples. | Georg Brandl | 2008-12-06 | 1 | -2/+2 |
|
|
* | Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. | Raymond Hettinger | 2008-12-06 | 1 | -8/+9 |
|
|
* | cmp() is not really gone. | Georg Brandl | 2008-12-06 | 1 | -6/+5 |
|
|
* | #4557: remove 'c' typecode from array docs and add a note in whatsnew. | Georg Brandl | 2008-12-06 | 2 | -6/+5 |
|
|
* | Blocked revisions 67601 via svnmerge | Mark Dickinson | 2008-12-05 | 0 | -0/+0 |
|
|
* | Use :samp: role. | Georg Brandl | 2008-12-05 | 1 | -7/+6 |
|
|
* | Merged revisions 67590 via svnmerge from | Mark Dickinson | 2008-12-05 | 1 | -0/+1 |
|
|
* | #4549: Mention nonlocal statement in tutorial section about scoping. | Georg Brandl | 2008-12-05 | 1 | -6/+5 |
|
|
* | #4550: fix 2.x syntax in webservers howto. | Georg Brandl | 2008-12-05 | 1 | -7/+8 |
|
|
* | Issue 4497: silence compiler warnings on Windows. | Mark Dickinson | 2008-12-05 | 1 | -4/+4 |
|
|
* | Manually merged r67583: move __import__ doc to the bottom. | Georg Brandl | 2008-12-05 | 1 | -53/+53 |
|
|
* | Blocked revisions 67583 via svnmerge | Georg Brandl | 2008-12-05 | 0 | -0/+0 |
|
|
* | #4504, #4505: Update noddy examples in "Extending & Embedding". | Georg Brandl | 2008-12-05 | 7 | -219/+215 |
|
|
* | Fixed issue #4533: File read operation was dreadfully slow | Christian Heimes | 2008-12-05 | 2 | -4/+31 |
|
|
* | #4427: fix arguments for "y" BuildValue type. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | #4401: Re-add os.extsep. | Georg Brandl | 2008-12-05 | 1 | -1/+3 |
|
|
* | #4355: refer to urlencode in the correct module. | Georg Brandl | 2008-12-05 | 2 | -6/+6 |
|
|
* | Update build URL. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | Send mails to python-checkins now. | Martin v. Löwis | 2008-12-05 | 1 | -1/+1 |
|
|
* | Tweak verbiage and markup for relative/absolute import. Backport candidate. | Guido van Rossum | 2008-12-05 | 1 | -4/+3 |
|
|
* | fix Sphinx warnings | Benjamin Peterson | 2008-12-05 | 1 | -2/+2 |
|
|
* | add missing import | Fred Drake | 2008-12-05 | 1 | -0/+1 |
|
|
* | #4542: On Windows, binascii.crc32 still accepted str as binary input. | Amaury Forgeot d'Arc | 2008-12-05 | 2 | -1/+4 |
|
|
* | Issue #4537: webbrowser.UnixBrowser failed because this module defines an open() | Amaury Forgeot d'Arc | 2008-12-05 | 2 | -1/+4 |
|
|
* | Merged revisions 67528 via svnmerge from | Fred Drake | 2008-12-04 | 3 | -3/+46 |
|
|
* | Add a skeleton 3.1 whatsnew document. | Georg Brandl | 2008-12-04 | 2 | -0/+70 |
|
|
* | #4513: remove traces of zip() docstring from when it was izip(). | Georg Brandl | 2008-12-04 | 1 | -3/+1 |
|
|
* | #4521: fix getcwdu() vs getcwdb(). | Georg Brandl | 2008-12-04 | 1 | -1/+1 |
|
|
* | #4526: fix typo. | Georg Brandl | 2008-12-04 | 1 | -2/+3 |
|
|