Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 ↵ | Antoine Pitrou | 2012-02-22 | 2 | -4/+6 | |
|\ \ \ | |/ / | | | | | | | encoding. | |||||
| * | | Issue #14084: Fix a file descriptor leak when importing a module with a bad ↵ | Antoine Pitrou | 2012-02-22 | 2 | -1/+6 | |
| | | | | | | | | | | | | encoding. | |||||
| * | | 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 | |
| | | | | | | | | | | | | | | | Write a specialized function to write an ASCII/latin1 C char* string into a Python Unicode string. | |||||
* | | | 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 | |
|\ \ \ | |/ / | | | | | | | Patch by Francisco Martín Brugué | |||||
| * | | Issue #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 2 | -0/+15 | |
| | | | | | | | | | | | | Patch by Francisco Martín Brugué | |||||
* | | | 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, ↵ | Georg Brandl | 2012-02-21 | 3 | -5/+5 | |
| | | | | | | | | | | | | not single insertion. | |||||
* | | | 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 | |
| | | | ||||||
* | | | Issue #12406: Update list of files. | Martin v. Löwis | 2012-02-21 | 1 | -7/+43 | |
| | | | ||||||
* | | | Actually run the new tests. | Antoine Pitrou | 2012-02-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add a test that memoryviews have hash randomization enabled. | Antoine Pitrou | 2012-02-21 | 1 | -0/+6 | |
| | | | ||||||
* | | | Fix test failure in test_cmd_line by initializing the hash secret at the ↵ | Antoine Pitrou | 2012-02-21 | 5 | -4/+41 | |
|\ \ \ | |/ / | | | | | | | earliest point. | |||||
| * | | Fix test failure in test_cmd_line by initializing the hash secret at the ↵ | Antoine Pitrou | 2012-02-21 | 5 | -4/+41 | |
| | | | | | | | | | | | | earliest point. | |||||
* | | | Issue #12406: prevent case where shortened name could conflict with short name. | Martin v. Löwis | 2012-02-21 | 1 | -8/+10 | |
| | | | ||||||
* | | | merge 2.6 | Martin v. Löwis | 2012-02-21 | 2 | -2/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #6807: Run msisupport.mak earlier. | Martin v. Löwis | 2012-02-21 | 2 | -2/+4 | |
| | | | ||||||
* | | | merge 3.2 | Martin v. Löwis | 2012-02-21 | 2 | -1/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #10580: Minor grammar change in Windows installer. | Martin v. Löwis | 2012-02-21 | 2 | -1/+3 | |
| | | | ||||||
* | | | merge 3.2 | Benjamin Peterson | 2012-02-21 | 4 | -4/+14 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.2 | Benjamin Peterson | 2012-02-21 | 5 | -4/+15 | |
| |\ \ | | |/ | ||||||
| | * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 5 | -4/+15 | |
| | | | ||||||
* | | | Merge branch '3.2' | Petri Lehtinen | 2012-02-21 | 4 | -6/+24 | |
|\ \ \ | |/ / | | | | | | | Closes #8033. | |||||
| * | | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures | Petri Lehtinen | 2012-02-21 | 4 | -6/+24 | |
| | | | | | | | | | | | | Closes #8033. | |||||
* | | | Merge the HTMLParser fix with 3.2. | Ezio Melotti | 2012-02-21 | 3 | -7/+34 | |
|\ \ \ | |/ / | ||||||
| * | | HTMLParser is now able to handle slashes in the start tag. | Ezio Melotti | 2012-02-21 | 3 | -7/+34 | |
| | | | ||||||
* | | | update unicode link | Benjamin Peterson | 2012-02-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | adjust docs for unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -4/+4 | |
| | | | ||||||
* | | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 7 | -22944/+24434 | |
| | | | ||||||
* | | | Forgot the "empty string -> hash == 0" special case for strings. | Georg Brandl | 2012-02-20 | 1 | -0/+8 | |
| | | | ||||||
* | | | Merge more test vs hashing-order fixes from 3.2. | Georg Brandl | 2012-02-20 | 2 | -1/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Disable an inspect test: it depends on dict ordering which parameter is ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+2 | |
| | | | | | | | | | | | | reported as duplicate. | |||||
| * | | Delete the iterator, which could accidentally keep a temporary reference to ↵ | Antoine Pitrou | 2012-02-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | the yielded element. | |||||
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 38 | -174/+706 | |
|\ \ \ | |/ / |