| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | minor PEP7-related fix | Łukasz Langa | 2012-03-12 | 1 | -2/+2 |
|
|
* | | | #13842: check whether PyUnicode_FromString succeeded | Łukasz Langa | 2012-03-12 | 1 | -3/+8 |
|
|
* | | | Fixes #13842: cannot pickle Ellipsis or NotImplemented. | Łukasz Langa | 2012-03-12 | 1 | -0/+21 |
|
|
* | | | Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo... | Eli Bendersky | 2012-03-09 | 1 | -3/+67 |
|
|
* | | | Close #14223: curses.addch() is no more limited to the range 0-255 when the | Victor Stinner | 2012-03-08 | 1 | -1/+1 |
|
|
* | | | merge 3.2 (#14212) | Benjamin Peterson | 2012-03-07 | 2 | -25/+42 |
|\ \ \
| |/ / |
|
| * | | keep the buffer object around while we're using it (closes #14212) | Benjamin Peterson | 2012-03-07 | 2 | -33/+49 |
|
|
| * | | Issue #14125: backport refleak fix (d4adbf908983). | Stefan Krah | 2012-02-27 | 1 | -2/+3 |
|
|
* | | | Use ANSI C prototype instead of K&R style. | Ross Lagerwall | 2012-03-07 | 1 | -1/+1 |
|
|
* | | | Issue #10951: Fix compiler warnings in _sre.c | Ross Lagerwall | 2012-03-06 | 1 | -5/+5 |
|
|
* | | | Issue #10951: Fix warnings in the socket module. | Ross Lagerwall | 2012-03-06 | 1 | -4/+4 |
|
|
* | | | Whitespace. | Stefan Krah | 2012-03-06 | 1 | -14/+14 |
|
|
* | | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -27/+42 |
|
|
* | | | Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do | Stefan Krah | 2012-03-05 | 1 | -14/+15 |
|
|
* | | | Issue #14181: Test creating memoryviews from a static exporter with both | Stefan Krah | 2012-03-05 | 1 | -1/+125 |
|
|
* | | | Issue #14007: drop unused TreeBuilder().xml. | Florent Xicluna | 2012-03-05 | 1 | -23/+0 |
|
|
* | | | Issue #14181: Allow memoryview construction from an object that uses the | Stefan Krah | 2012-03-05 | 1 | -10/+15 |
|
|
* | | | Issue #14166: Pickler objects now have an optional `dispatch_table` attribute... | Antoine Pitrou | 2012-03-04 | 1 | -9/+30 |
|
|
* | | | Issue #14128: Exposing Element as an actual type from _elementtree, rather th... | Eli Bendersky | 2012-03-04 | 1 | -82/+145 |
|
|
* | | | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple | Victor Stinner | 2012-03-02 | 2 | -8/+22 |
|
|
* | | | Issue #14153 Create _Py_device_encoding() to prevent _io from having to import | Brett Cannon | 2012-02-29 | 4 | -45/+15 |
|
|
* | | | Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing | Stefan Krah | 2012-02-27 | 1 | -2/+3 |
|
|
* | | | Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. | Stefan Krah | 2012-02-27 | 1 | -1/+4 |
|
|
* | | | Merge 3.2 | Éric Araujo | 2012-02-26 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix typo in “seperat{or,ion}” | Éric Araujo | 2012-02-26 | 2 | -2/+2 |
|
|
* | | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 2 | -91/+2683 |
|
|
* | | | merge with 3.2 | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge with 3.2 | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -3/+3 |
|
|
* | | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -18/+7 |
|
|
* | | | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
|\ \ \
| |/ / |
|
| * | | Fix test failure in test_cmd_line by initializing the hash secret at the earl... | Antoine Pitrou | 2012-02-21 | 1 | -2/+28 |
|
|
| * | | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+1 |
|
|
* | | | Merge branch '3.2' | Petri Lehtinen | 2012-02-21 | 1 | -6/+2 |
|\ \ \
| |/ / |
|
| * | | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures | Petri Lehtinen | 2012-02-21 | 1 | -6/+2 |
|
|
* | | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 3 | -21772/+23152 |
|
|
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 2 | -85/+48 |
|\ \ \
| |/ / |
|
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 3 | -110/+38 |
| |\ \
| | |/ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 3 | -108/+37 |
|
|
* | | | use new generic __dict__ descriptor implementations | Benjamin Peterson | 2012-02-20 | 2 | -51/+2 |
|
|
* | | | Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay. | Antoine Pitrou | 2012-02-19 | 1 | -0/+5 |
|
|
* | | | Try to really fix compilation failures of the _ssl module under very old Open... | Antoine Pitrou | 2012-02-17 | 1 | -0/+6 |
|
|
* | | | Fix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined | Antoine Pitrou | 2012-02-17 | 1 | -0/+2 |
|
|
* | | | Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). | Antoine Pitrou | 2012-02-15 | 1 | -9/+14 |
|\ \ \
| |/ / |
|
| * | | Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). | Antoine Pitrou | 2012-02-15 | 1 | -9/+14 |
|
|
* | | | Issue #13015: Fix a possible reference leak in defaultdict.__repr__. | Antoine Pitrou | 2012-02-15 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #13015: Fix a possible reference leak in defaultdict.__repr__. | Antoine Pitrou | 2012-02-15 | 1 | -1/+3 |
|
|
| * | | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr... | Petri Lehtinen | 2012-02-06 | 2 | -10/+20 |
|
|
* | | | PyUnicode_DecodeLocale() second argument is now a char*, no more an int | Victor Stinner | 2012-02-14 | 1 | -10/+10 |
|
|