| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers | Antoine Pitrou | 2011-02-21 | 3 | -2/+57 |
|
|
* | Issue 10160: Both single-arg and multi-arg calls have been sped-up. | Raymond Hettinger | 2011-02-21 | 1 | -3/+3 |
|
|
* | - Check for NULL result in PyType_FromSpec. | Martin v. Löwis | 2011-02-21 | 2 | -0/+7 |
|
|
* | Remove unittest methods scheduled for removal in 3.3 -- makes the unittest te... | Georg Brandl | 2011-02-20 | 5 | -152/+9 |
|
|
* | More automated version replacement. | Georg Brandl | 2011-02-20 | 21 | -864/+864 |
|
|
* | Bump trunk to 3.3 alpha 0. | Georg Brandl | 2011-02-20 | 13 | -30/+39 |
|
|
* | Bump to 3.3a0. | Georg Brandl | 2011-02-20 | 1 | -0/+0 |
|
|
* | Version bump to 3.2 final. | Georg Brandl | 2011-02-20 | 6 | -46/+37 |
|
|
* | Topic and suspicious update. | Georg Brandl | 2011-02-20 | 2 | -30/+16 |
|
|
* | #11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a... | Georg Brandl | 2011-02-19 | 2 | -0/+13 |
|
|
* | Fix two typos in what’s new (#11234). | Éric Araujo | 2011-02-19 | 1 | -2/+2 |
|
|
* | Some more grammar fixes/typos for what’s new (approved by Raymond; #11071) | Éric Araujo | 2011-02-19 | 1 | -6/+6 |
|
|
* | #11184: Fix large file support on AIX. | Georg Brandl | 2011-02-19 | 3 | -1/+16 |
|
|
* | #11222: fix non-framework shared library build on Mac, patch by Ned Deily. | Georg Brandl | 2011-02-19 | 2 | -2/+4 |
|
|
* | #10709: add back an updated AIX-NOTES (as README.AIX). | Georg Brandl | 2011-02-19 | 2 | -0/+142 |
|
|
* | Update the porting HOWTO to be a little less harsh on using 2to3. | Brett Cannon | 2011-02-18 | 1 | -23/+20 |
|
|
* | Doc fixups. | Raymond Hettinger | 2011-02-18 | 2 | -3/+6 |
|
|
* | Fix-up logging.dictConfig() example. | Raymond Hettinger | 2011-02-17 | 1 | -3/+5 |
|
|
* | Fix an import and add a citation. | Raymond Hettinger | 2011-02-17 | 1 | -4/+7 |
|
|
* | #730467: Another small AIX fix. | Georg Brandl | 2011-02-15 | 3 | -4/+4 |
|
|
* | #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re... | Georg Brandl | 2011-02-15 | 5 | -5/+10 |
|
|
* | Remove editing slip. | Georg Brandl | 2011-02-15 | 1 | -1/+3 |
|
|
* | Apply logging SocketHandler doc update by Vinay. | Georg Brandl | 2011-02-15 | 1 | -0/+21 |
|
|
* | Fix accumulate() example. (Reported by David Murray.) | Raymond Hettinger | 2011-02-14 | 1 | -1/+1 |
|
|
* | Post-release updates. | Georg Brandl | 2011-02-14 | 2 | -1/+13 |
|
|
* | Tag 3.2rc3. | Georg Brandl | 2011-02-13 | 1 | -0/+1 |
|
|
* | Bump for 3.2rc3.v3.2rc3 | Georg Brandl | 2011-02-13 | 6 | -10/+10 |
|
|
* | Fix markup error and update suspicious ignores. | Georg Brandl | 2011-02-13 | 2 | -2/+19 |
|
|
* | Update pydoc topics. | Georg Brandl | 2011-02-13 | 1 | -2/+2 |
|
|
* | Fix #11116 fix on Windows (close file before removing in MH code) | R. David Murray | 2011-02-12 | 1 | -1/+8 |
|
|
* | #11116: roll back on error during add so mailbox isn't left corrupted. | R. David Murray | 2011-02-11 | 3 | -7/+52 |
|
|
* | Fix argument name typo in compileall docs. | R. David Murray | 2011-02-11 | 1 | -1/+1 |
|
|
* | Issue #11134: Add missing fields to typeslots.h. | Martin v. Löwis | 2011-02-11 | 3 | -0/+8 |
|
|
* | Issue #11135: Remove redundant doc field from PyType_Spec. | Martin v. Löwis | 2011-02-11 | 4 | -9/+7 |
|
|
* | Add uuid for 3.2rc3. | Martin v. Löwis | 2011-02-11 | 1 | -0/+1 |
|
|
* | reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-de... | Giampaolo Rodolà | 2011-02-11 | 1 | -11/+12 |
|
|
* | asyncore: introduce a new 'closed' attribute to make sure that dispatcher get... | Giampaolo Rodolà | 2011-02-11 | 1 | -9/+11 |
|
|
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne... | Senthil Kumaran | 2011-02-11 | 4 | -9/+23 |
|
|
* | Missing paren. | Raymond Hettinger | 2011-02-11 | 1 | -1/+1 |
|
|
* | Insert missing section heading (noticed by Victor Stinner). | Raymond Hettinger | 2011-02-11 | 1 | -12/+15 |
|
|
* | get rid of asyncore.dispatcher's debug attribute, which is no longer used (as... | Giampaolo Rodolà | 2011-02-10 | 1 | -3/+0 |
|
|
* | Fix nits. | Raymond Hettinger | 2011-02-10 | 1 | -8/+8 |
|
|
* | Add an entry for logging. | Raymond Hettinger | 2011-02-10 | 1 | -2/+39 |
|
|
* | Add missing source links. | Raymond Hettinger | 2011-02-10 | 7 | -0/+22 |
|
|
* | Tweak wording about equality comparison. | Brett Cannon | 2011-02-09 | 1 | -1/+1 |
|
|
* | Add 'pysqlite' before version 2.6.0 | Terry Reedy | 2011-02-09 | 1 | -1/+1 |
|
|
* | Typo. | Raymond Hettinger | 2011-02-09 | 1 | -1/+1 |
|
|
* | Issue #11141: Fix the shelve documentation to use a list, not a range object. | Antoine Pitrou | 2011-02-07 | 2 | -2/+3 |
|
|
* | - Issue #11079: The /Applications/Python x.x folder created by the Mac | Ned Deily | 2011-02-07 | 1 | -5/+26 |
|
|
* | Issue #11079: The /Applications/Python x.x folder created by the Mac | Ned Deily | 2011-02-07 | 4 | -10/+10 |
|
|