Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 | Victor Stinner | 2011-09-07 | 1 | -0/+3 |
* | Issue #12567: Add curses.unget_wch() function | Victor Stinner | 2011-09-05 | 1 | -0/+3 |
* | Issue #9561: packaging now writes egg-info files using UTF-8 | Victor Stinner | 2011-09-05 | 1 | -1/+1 |
* | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U... | Victor Stinner | 2011-09-05 | 1 | -0/+3 |
|\ | |||||
| * | Issue #9561: distutils now reads and writes egg-info files using UTF-8 | Victor Stinner | 2011-09-05 | 1 | -1/+4 |
| * | Branch merge | Éric Araujo | 2011-09-05 | 1 | -0/+3 |
| |\ | |||||
| | * | Branch merge | Éric Araujo | 2011-09-04 | 1 | -0/+3 |
| | |\ | |||||
* | | \ | Branch merge | Éric Araujo | 2011-09-05 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Branch merge | Éric Araujo | 2011-09-04 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge fix for #8286 from 3.2 | Éric Araujo | 2011-09-02 | 1 | -0/+3 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Warn instead of crashing because of invalid path in MANIFEST.in (#8286). | Éric Araujo | 2011-09-02 | 1 | -0/+3 |
* | | | | | | Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. | Lars Gustäbel | 2011-09-05 | 1 | -0/+5 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Issue #12841: Fix tarfile extraction of non-existent uids/gids. | Lars Gustäbel | 2011-09-05 | 1 | -0/+5 |
* | | | | | | #12888: merge with 3.2. | Ezio Melotti | 2011-09-05 | 2 | -0/+4 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha... | Ezio Melotti | 2011-09-05 | 2 | -0/+4 |
| * | | | | | Merge with release clone. | Georg Brandl | 2011-09-04 | 2 | -17/+33 |
| |\ \ \ \ \ | |||||
| | * | | | | | Bump to 3.2.2. | Georg Brandl | 2011-09-03 | 2 | -2/+2 |
| | * | | | | | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 1 | -0/+3 |
| | * | | | | | Issue #12678: Fix distutils sdist test on Windows. | Nadeem Vawda | 2011-08-21 | 1 | -0/+1 |
| | * | | | | | accept bytes for the AST 'string' type | Benjamin Peterson | 2011-09-01 | 1 | -0/+3 |
| | * | | | | | Fix-up NEWS merge. | Georg Brandl | 2011-09-03 | 1 | -4/+6 |
| | * | | | | | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+3 |
| | * | | | | | Issue #12839: Fix crash in zlib module due to version mismatch. | Nadeem Vawda | 2011-08-28 | 2 | -0/+5 |
| | * | | | | | Issue #12326: sys.platform is now always 'linux2' on Linux | Victor Stinner | 2011-08-20 | 1 | -0/+4 |
| | * | | | | | Post-release steps. | Georg Brandl | 2011-08-13 | 1 | -0/+12 |
| | * | | | | | Merge with cpython. | Georg Brandl | 2011-08-13 | 1 | -0/+3 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Bump version to 3.2.2rc1. | Georg Brandl | 2011-08-13 | 2 | -4/+4 |
* | | | | | | | | Merge with 3.2. | Georg Brandl | 2011-09-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Typo fix. | Georg Brandl | 2011-09-04 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | merge 3.2 (#12878) | Benjamin Peterson | 2011-09-03 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | add a __dict__ descr for IOBase (closes #12878) | Benjamin Peterson | 2011-09-03 | 1 | -0/+2 |
* | | | | | | Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -0/+3 |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Issue #12764: Fix a crash in ctypes when the name of a Structure field is not | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python... | Victor Stinner | 2011-09-01 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #12636: IDLE reads the coding cookie when executing a Python script. | Victor Stinner | 2011-09-01 | 1 | -0/+2 |
* | | | | Issue #12494: Close pipes and kill process on error in subprocess functions | Victor Stinner | 2011-09-01 | 1 | -0/+4 |
* | | | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now | Antoine Pitrou | 2011-09-01 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now | Antoine Pitrou | 2011-09-01 | 1 | -0/+3 |
| * | | | accept bytes for the AST 'string' type | Benjamin Peterson | 2011-09-01 | 1 | -0/+3 |
* | | | | news note on xattrs | Benjamin Peterson | 2011-09-01 | 1 | -0/+2 |
* | | | | Merge from 3.2: | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #11241: subclasses of ctypes.Array can now be subclassed. | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+2 |
| * | | | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+3 |
| * | | | Branch merge | Éric Araujo | 2011-08-30 | 1 | -0/+3 |
| |\ \ \ | |||||
* | \ \ \ | Branch merge | Éric Araujo | 2011-08-30 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Make bdist_* commands respect --skip-build passed to bdist (#10946). | Éric Araujo | 2011-08-29 | 1 | -1/+2 |
| * | | | | | Merge fix for #10946 from 3.2 | Éric Araujo | 2011-08-29 | 1 | -0/+3 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 1 | -0/+3 |
* | | | | | | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in | Antoine Pitrou | 2011-08-29 | 1 | -0/+3 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in | Antoine Pitrou | 2011-08-29 | 1 | -0/+3 |