summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix doc of an internal function: unicode_write_cstr()Victor Stinner2012-02-221-2/+3
* | | Issue #14077: importlib: Fix regression introduced by de6703671386.Charles-François Natali2012-02-221-3/+6
* | | Null mergeAntoine Pitrou2012-02-220-0/+0
|\ \ \ | |/ /
| * | Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* | | Issue #14084: Fix a file descriptor leak when importing a module with a bad e...Antoine Pitrou2012-02-222-4/+6
|\ \ \ | |/ /
| * | Issue #14084: Fix a file descriptor leak when importing a module with a bad e...Antoine Pitrou2012-02-222-1/+6
| * | In find_module(), do not silence fileno() and dup() errors.Antoine Pitrou2012-02-221-0/+2
* | | Fix compile failure under WindowsAntoine Pitrou2012-02-221-1/+1
* | | Optimize str%arg for number formats: %i, %d, %u, %x, %pVictor Stinner2012-02-221-4/+52
* | | Micro-optimize computation of maxchar in PyUnicode_TransformDecimalToASCII()Victor Stinner2012-02-221-2/+2
* | | Micro-optimize unicode_expandtabs(): use FILL() macro to write N spacesVictor Stinner2012-02-221-5/+2
* | | PyUnicode_New() and unicode_putchar() check for MAX_UNICODE maximum (U+10FFFF)Victor Stinner2012-02-221-0/+2
* | | Merge: #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-222-0/+15
|\ \ \ | |/ /
| * | Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-222-0/+15
* | | Fix sporadic test_subprocess regression introduced by 834650d63130.Ross Lagerwall2012-02-221-2/+2
* | | Fix (presumably) test_hash under big-endian systems (PPC).Antoine Pitrou2012-02-221-2/+8
* | | Additional debug info in case of failureAntoine Pitrou2012-02-221-2/+1
* | | unload() should be sufficientAntoine Pitrou2012-02-221-2/+2
* | | Try to debug sporadic test failuresAntoine Pitrou2012-02-221-2/+5
* | | remove unapplicable statementBenjamin Peterson2012-02-211-4/+2
* | | merge with 3.2Georg Brandl2012-02-212-2/+2
|\ \ \ | |/ /
| * | merge with 3.2Georg Brandl2012-02-213-5/+5
| |\ \ | | |/
| | * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-213-5/+5
* | | site: don't import traceback at startup to speed up Python startupVictor Stinner2012-02-211-1/+1
* | | enable hash randomization by defaultBenjamin Peterson2012-02-219-65/+44
* | | Issue #12406: Update list of files.Martin v. Löwis2012-02-211-7/+43
* | | Actually run the new tests.Antoine Pitrou2012-02-211-0/+1
* | | Add a test that memoryviews have hash randomization enabled.Antoine Pitrou2012-02-211-0/+6
* | | Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-215-4/+41
|\ \ \ | |/ /
| * | Fix test failure in test_cmd_line by initializing the hash secret at the earl...Antoine Pitrou2012-02-215-4/+41
* | | Issue #12406: prevent case where shortened name could conflict with short name.Martin v. Löwis2012-02-211-8/+10
* | | merge 2.6Martin v. Löwis2012-02-212-2/+4
|\ \ \ | |/ /
| * | Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-212-2/+4
* | | merge 3.2Martin v. Löwis2012-02-212-1/+3
|\ \ \ | |/ /
| * | Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-212-1/+3
* | | merge 3.2Benjamin Peterson2012-02-214-4/+14
|\ \ \ | |/ /
| * | merge 3.2Benjamin Peterson2012-02-215-4/+15
| |\ \ | | |/
| | * ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-215-4/+15
* | | Merge branch '3.2'Petri Lehtinen2012-02-214-6/+24
|\ \ \ | |/ /
| * | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-214-6/+24
* | | Merge the HTMLParser fix with 3.2.Ezio Melotti2012-02-213-7/+34
|\ \ \ | |/ /
| * | HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-213-7/+34
* | | update unicode linkBenjamin Peterson2012-02-211-1/+1
* | | adjust docs for unicode 6.1Benjamin Peterson2012-02-211-4/+4
* | | update to Unicode 6.1Benjamin Peterson2012-02-217-22944/+24434
* | | Forgot the "empty string -> hash == 0" special case for strings.Georg Brandl2012-02-201-0/+8
* | | Merge more test vs hashing-order fixes from 3.2.Georg Brandl2012-02-202-1/+3
|\ \ \ | |/ /
| * | Disable an inspect test: it depends on dict ordering which parameter is repor...Georg Brandl2012-02-201-1/+2
| * | Delete the iterator, which could accidentally keep a temporary reference to t...Antoine Pitrou2012-02-201-0/+1
* | | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-2038-174/+706
|\ \ \ | |/ /