| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14181: Allow memoryview construction from an object that uses the | Stefan Krah | 2012-03-05 | 1 | -3/+0 |
|
|
* | Close #14085: remove assertions from PyUnicode_WRITE macro | Victor Stinner | 2012-03-04 | 1 | -1/+10 |
|
|
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -42/+70 |
|\ |
|
| * | Issue #13521: dict.setdefault() now does only one lookup for the given key, m... | Antoine Pitrou | 2012-02-26 | 1 | -42/+70 |
|
|
* | | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 1 | -11/+18 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 3 | -24/+36 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 3 | -570/+2312 |
|
|
* | | Close #14095: type.__new__() doesn't remove __qualname__ key from the class | Victor Stinner | 2012-02-25 | 1 | -85/+70 |
|
|
* | | Oops, revert unwanted changes | Victor Stinner | 2012-02-24 | 1 | -18/+6 |
|
|
* | | Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and | Victor Stinner | 2012-02-24 | 1 | -6/+18 |
|
|
* | | Fix compilation error under Windows (and warnings too). | Antoine Pitrou | 2012-02-24 | 1 | -9/+9 |
|
|
* | | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ... | Victor Stinner | 2012-02-24 | 1 | -5/+16 |
|
|
* | | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator | Victor Stinner | 2012-02-23 | 9 | -83/+81 |
|
|
* | | Fix doc of an internal function: unicode_write_cstr() | Victor Stinner | 2012-02-22 | 1 | -2/+3 |
|
|
* | | 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 3.2 | Benjamin Peterson | 2012-02-21 | 2 | -0/+2 |
|\ \
| |/ |
|
| * | merge 3.2 | Benjamin Peterson | 2012-02-21 | 2 | -0/+2 |
| |\ |
|
| | * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 2 | -0/+2 |
|
|
* | | | update to Unicode 6.1 | Benjamin Peterson | 2012-02-21 | 1 | -1166/+1273 |
|
|
* | | | Forgot the "empty string -> hash == 0" special case for strings. | Georg Brandl | 2012-02-20 | 1 | -0/+8 |
|
|
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 2 | -6/+19 |
|\ \ \
| |/ / |
|
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 3 | -2/+24 |
| |\ \
| | |/ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 3 | -2/+24 |
|
|
* | | | check for NULL to fix segfault | Benjamin Peterson | 2012-02-20 | 1 | -1/+1 |
|
|
* | | | use new generic __dict__ descriptor implementations | Benjamin Peterson | 2012-02-20 | 2 | -90/+4 |
|
|
* | | | add generic implementation of a __dict__ descriptor for C types | Benjamin Peterson | 2012-02-20 | 2 | -18/+46 |
|
|
* | | | initialize __dict__ if needed | Benjamin Peterson | 2012-02-19 | 1 | -6/+12 |
|
|
* | | | use defaults | Benjamin Peterson | 2012-02-19 | 1 | -3/+3 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-19 | 1 | -3/+1 |
|\ \ \
| |/ / |
|
| * | | use Py_CLEAR | Benjamin Peterson | 2012-02-19 | 1 | -3/+1 |
|
|
* | | | allow arbitrary attributes on classmethod and staticmethod (closes #14051) | Benjamin Peterson | 2012-02-19 | 1 | -3/+27 |
|
|
* | | | Issue #13020: Fix a reference leak when allocating a structsequence object fa... | Antoine Pitrou | 2012-02-15 | 1 | -12/+13 |
|\ \ \
| |/ / |
|
| * | | Fix indentation | Antoine Pitrou | 2012-02-15 | 1 | -12/+12 |
|
|
| * | | Issue #13020: Fix a reference leak when allocating a structsequence object fa... | Antoine Pitrou | 2012-02-15 | 1 | -0/+1 |
|
|
* | | | (Merge 3.2) Issue #13913: normalize utf-8 codec name in UTF-8 decoder | Victor Stinner | 2012-02-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #13913: normalize utf-8 codec name in UTF-8 decoder | Victor Stinner | 2012-02-14 | 1 | -1/+1 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-10 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | this is only a borrowed ref in Brett's branch | Benjamin Peterson | 2012-02-10 | 1 | -1/+1 |
|
|
* | | | Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again | Victor Stinner | 2012-02-07 | 1 | -2/+3 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-06 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | bltinmod is borrowed, so it shouldn't be decrefed | Benjamin Peterson | 2012-02-06 | 1 | -1/+0 |
|
|
* | | | _Py_Identifier are always ASCII strings | Victor Stinner | 2012-02-05 | 1 | -3/+2 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -5/+10 |
|\ \ \
| |/ / |
|
| * | | put returns on their own lines | Benjamin Peterson | 2012-02-04 | 1 | -5/+10 |
|
|
* | | | merge 3.2 (closes #13908) | Benjamin Peterson | 2012-01-30 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | ready types returned from PyType_FromSpec | Benjamin Peterson | 2012-01-30 | 1 | -0/+3 |
|
|