| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump to 3.3.0a1. | Georg Brandl | 2012-03-04 | 1 | -3/+3 |
|
|
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicode | Antoine Pitrou | 2012-03-03 | 1 | -0/+3 |
|\ |
|
| * | Issue #14177: marshal.loads() now raises TypeError when given an unicode string. | Antoine Pitrou | 2012-03-03 | 1 | -0/+3 |
|
|
* | | Close #13550: Remove the debug machinery from the threading module: remove | Victor Stinner | 2012-03-03 | 1 | -0/+3 |
|
|
* | | Issue #14172: Fix reference leak when marshalling a buffer-like object (other... | Antoine Pitrou | 2012-03-02 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #14172: Fix reference leak when marshalling a buffer-like object (other... | Antoine Pitrou | 2012-03-02 | 1 | -0/+3 |
|
|
* | | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W... | Antoine Pitrou | 2012-03-01 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W... | Antoine Pitrou | 2012-03-01 | 1 | -0/+5 |
|
|
* | | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. | Antoine Pitrou | 2012-02-27 | 1 | -0/+3 |
|
|
* | | Fix comparison bug with 'rc' versions in packaging.version (#11841). | Éric Araujo | 2012-02-27 | 1 | -0/+3 |
|
|
* | | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -0/+3 |
|
|
* | | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 1 | -0/+4 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 1 | -0/+3 |
|
|
* | | Port the #6884 fix to packaging | Éric Araujo | 2012-02-26 | 1 | -1/+1 |
|
|
* | | Merge from 3.2 | Éric Araujo | 2012-02-25 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Add news entry for previous commit | Éric Araujo | 2012-02-25 | 1 | -0/+3 |
|
|
* | | Merge 3.2 | Éric Araujo | 2012-02-25 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). | Éric Araujo | 2012-02-25 | 1 | -0/+3 |
|
|
| * | Bump version to 3.2.3rc1. | Georg Brandl | 2012-02-23 | 1 | -6/+6 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -0/+17 |
|
|
* | | Issue #14084: Fix a file descriptor leak when importing a module with a bad e... | Antoine Pitrou | 2012-02-22 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #14084: Fix a file descriptor leak when importing a module with a bad e... | Antoine Pitrou | 2012-02-22 | 1 | -0/+3 |
|
|
* | | Merge: #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 1 | -0/+3 |
|
|
* | | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -4/+3 |
|
|
* | | merge 2.6 | Martin v. Löwis | 2012-02-21 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #6807: Run msisupport.mak earlier. | Martin v. Löwis | 2012-02-21 | 1 | -0/+2 |
|
|
* | | merge 3.2 | Martin v. Löwis | 2012-02-21 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #10580: Minor grammar change in Windows installer. | Martin v. Löwis | 2012-02-21 | 1 | -0/+2 |
|
|
* | | Merge branch '3.2' | Petri Lehtinen | 2012-02-21 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures | Petri Lehtinen | 2012-02-21 | 1 | -0/+3 |
|
|
* | | Merge the HTMLParser fix with 3.2. | Ezio Melotti | 2012-02-21 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | HTMLParser is now able to handle slashes in the start tag. | Ezio Melotti | 2012-02-21 | 1 | -0/+2 |
|
|
* | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -0/+2 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Fix typo. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+5 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+5 |
|
|
* | | | Issue #14040: Remove rarely used file name suffixes for C extensions (under P... | Antoine Pitrou | 2012-02-20 | 1 | -0/+3 |
|
|
* | | | Issue #13641: Decoding functions in the base64 module now accept ASCII-only u... | Antoine Pitrou | 2012-02-20 | 1 | -0/+3 |
|
|
* | | | add generic implementation of a __dict__ descriptor for C types | Benjamin Peterson | 2012-02-20 | 1 | -0/+4 |
|
|
* | | | Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ... | Antoine Pitrou | 2012-02-20 | 1 | -0/+3 |
|
|
* | | | allow arbitrary attributes on classmethod and staticmethod (closes #14051) | Benjamin Peterson | 2012-02-19 | 1 | -0/+3 |
|
|
* | | | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -0/+3 |
|
|
* | | | Merge branch '3.2' | Petri Lehtinen | 2012-02-17 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Fix a variable scoping error in an sqlite3 test | Petri Lehtinen | 2012-02-17 | 1 | -0/+2 |
|
|