Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merged upstream changes. | Vinay Sajip | 2012-02-23 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merged upstream changes. | Vinay Sajip | 2012-02-23 | 3 | -17/+19 | |
| | |\ \ | ||||||
| * | \ \ | Merged upstream changes. | Vinay Sajip | 2012-02-23 | 2 | -3/+4 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | merge with 3.2 | Georg Brandl | 2012-02-23 | 2 | -3/+4 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | merge heads | Georg Brandl | 2012-02-23 | 3 | -17/+19 | |
| | | |\ \ \ | | | | | |/ | | | | |/| | ||||||
| | | | * | | Update pydoc topics. | Georg Brandl | 2012-02-23 | 1 | -14/+14 | |
| | | | * | | Fix markup errors. | Georg Brandl | 2012-02-23 | 2 | -3/+5 | |
| * | | | | | Merged fix added for recent changes in non-threading environments. | Vinay Sajip | 2012-02-23 | 2 | -7/+28 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | ||||||
| | * | | | Fix added for recent changes in non-threading environments. | Vinay Sajip | 2012-02-23 | 2 | -7/+28 | |
| | |/ / | ||||||
| * | | | Merged logging flush/close changes from 3.2. | Vinay Sajip | 2012-02-23 | 2 | -27/+33 | |
| |\ \ \ | | |/ / | ||||||
| | * | | logging: Added locking in flush() and close() handler methods. Thanks to Faya... | Vinay Sajip | 2012-02-23 | 2 | -29/+35 | |
| | |/ | ||||||
| * | | merge 3.2 | Benjamin Peterson | 2012-02-23 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | merge 3.1 | Benjamin Peterson | 2012-02-23 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | update copyright year | Benjamin Peterson | 2012-02-23 | 1 | -1/+1 | |
| * | | | merge 3.2 | Benjamin Peterson | 2012-02-23 | 1 | -0/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.1 (with 3.1.5rc1 release tag) | Benjamin Peterson | 2012-02-23 | 1 | -0/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | Added tag v3.1.5rc1 for changeset ee26aca3219c | Benjamin Peterson | 2012-02-23 | 1 | -0/+1 | |
| | | * | version now 3.1.5rc1v3.1.5rc1 | Benjamin Peterson | 2012-02-23 | 6 | -9/+9 | |
* | | | | Improper type for __package__ should raise TypeError, not ValueError. | Brett Cannon | 2012-02-23 | 2 | -2/+2 | |
* | | | | Do a type check instead of an interface check. | Brett Cannon | 2012-02-23 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge | Brett Cannon | 2012-02-23 | 1 | -29/+7 | |
|\ \ \ | ||||||
| * | | | Simplify zlib bigmem tests. | Nadeem Vawda | 2012-02-23 | 1 | -6/+2 | |
| * | | | Fix previous fix (for test_zlib) to work on 32-bit systems. | Nadeem Vawda | 2012-02-23 | 1 | -2/+2 | |
| * | | | Issue #13873: Fix crash in test_zlib on bigmem buildbot. | Nadeem Vawda | 2012-02-23 | 1 | -23/+5 | |
* | | | | Refactor importlib to make it easier to re-implement in C. | Brett Cannon | 2012-02-22 | 1 | -45/+31 | |
|/ / / | ||||||
* | | | Fix doc of an internal function: unicode_write_cstr() | Victor Stinner | 2012-02-22 | 1 | -2/+3 | |
* | | | Issue #14077: importlib: Fix regression introduced by de6703671386. | Charles-François Natali | 2012-02-22 | 1 | -3/+6 | |
* | | | Null merge | Antoine Pitrou | 2012-02-22 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix (presumably) test_hash under big-endian systems (PPC). | Antoine Pitrou | 2012-02-22 | 1 | -2/+8 | |
* | | | Issue #14084: Fix a file descriptor leak when importing a module with a bad e... | Antoine Pitrou | 2012-02-22 | 2 | -4/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #14084: Fix a file descriptor leak when importing a module with a bad e... | Antoine Pitrou | 2012-02-22 | 2 | -1/+6 | |
| * | | In find_module(), do not silence fileno() and dup() errors. | Antoine Pitrou | 2012-02-22 | 1 | -0/+2 | |
* | | | Fix compile failure under Windows | Antoine Pitrou | 2012-02-22 | 1 | -1/+1 | |
* | | | Optimize str%arg for number formats: %i, %d, %u, %x, %p | Victor Stinner | 2012-02-22 | 1 | -4/+52 | |
* | | | Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII() | Victor Stinner | 2012-02-22 | 1 | -2/+2 | |
* | | | Micro-optimize unicode_expandtabs(): use FILL() macro to write N spaces | Victor Stinner | 2012-02-22 | 1 | -5/+2 | |
* | | | PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF) | Victor Stinner | 2012-02-22 | 1 | -0/+2 | |
* | | | Merge: #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 2 | -0/+15 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 2 | -0/+15 | |
* | | | Fix sporadic test_subprocess regression introduced by 834650d63130. | Ross Lagerwall | 2012-02-22 | 1 | -2/+2 | |
* | | | Fix (presumably) test_hash under big-endian systems (PPC). | Antoine Pitrou | 2012-02-22 | 1 | -2/+8 | |
* | | | Additional debug info in case of failure | Antoine Pitrou | 2012-02-22 | 1 | -2/+1 | |
* | | | unload() should be sufficient | Antoine Pitrou | 2012-02-22 | 1 | -2/+2 | |
* | | | Try to debug sporadic test failures | Antoine Pitrou | 2012-02-22 | 1 | -2/+5 | |
* | | | remove unapplicable statement | Benjamin Peterson | 2012-02-21 | 1 | -4/+2 | |
* | | | merge with 3.2 | Georg Brandl | 2012-02-21 | 2 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | merge with 3.2 | Georg Brandl | 2012-02-21 | 3 | -5/+5 | |
| |\ \ | | |/ | ||||||
| | * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 3 | -5/+5 | |
* | | | site: don't import traceback at startup to speed up Python startup | Victor Stinner | 2012-02-21 | 1 | -1/+1 | |
* | | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 9 | -65/+44 | |