summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Fix determination of Metadata version in packaging (#8933).Éric Araujo2011-09-101-3/+3
* Merge fix for #8933 from 3.2Éric Araujo2011-09-101-0/+4
|\
| * Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-091-0/+4
* | Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now writeLarry Hastings2011-09-091-0/+3
* | Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008Victor Stinner2011-09-071-0/+3
* | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-051-0/+3
* | Issue #9561: packaging now writes egg-info files using UTF-8Victor Stinner2011-09-051-1/+1
* | Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using U...Victor Stinner2011-09-051-0/+3
|\ \ | |/
| * Issue #9561: distutils now reads and writes egg-info files using UTF-8Victor Stinner2011-09-051-1/+4
| * Branch mergeÉric Araujo2011-09-051-0/+3
| |\
| | * Branch mergeÉric Araujo2011-09-041-0/+3
| | |\
* | | \ Branch mergeÉric Araujo2011-09-051-0/+3
|\ \ \ \
| * \ \ \ Branch mergeÉric Araujo2011-09-041-0/+3
| |\ \ \ \
| | * \ \ \ Merge fix for #8286 from 3.2Éric Araujo2011-09-021-0/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Warn instead of crashing because of invalid path in MANIFEST.in (#8286).Éric Araujo2011-09-021-0/+3
* | | | | | Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-0/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-0/+5
* | | | | | #12888: merge with 3.2.Ezio Melotti2011-09-051-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-0/+3
| * | | | | Merge with release clone.Georg Brandl2011-09-041-16/+32
| |\ \ \ \ \
| | * | | | | Bump to 3.2.2.Georg Brandl2011-09-031-1/+1
| | * | | | | Make bdist_* commands respect --skip-build passed to bdist (#10946)Éric Araujo2011-08-291-0/+3
| | * | | | | accept bytes for the AST 'string' typeBenjamin Peterson2011-09-011-0/+3
| | * | | | | Fix-up NEWS merge.Georg Brandl2011-09-031-4/+6
| | * | | | | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+3
| | * | | | | Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-281-0/+4
| | * | | | | Issue #12326: sys.platform is now always 'linux2' on LinuxVictor Stinner2011-08-201-0/+4
| | * | | | | Post-release steps.Georg Brandl2011-08-131-0/+12
| | * | | | | Merge with cpython.Georg Brandl2011-08-131-0/+3
| | |\ \ \ \ \
| | * | | | | | Bump version to 3.2.2rc1.Georg Brandl2011-08-131-3/+3
* | | | | | | | Merge with 3.2.Georg Brandl2011-09-041-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Typo fix.Georg Brandl2011-09-041-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | merge 3.2 (#12878)Benjamin Peterson2011-09-031-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | add a __dict__ descr for IOBase (closes #12878)Benjamin Peterson2011-09-031-0/+2
* | | | | | Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of aAmaury Forgeot d'Arc2011-09-021-0/+3
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-0/+3
| | |_|/ | |/| |
* | | | Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python...Victor Stinner2011-09-011-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #12636: IDLE reads the coding cookie when executing a Python script.Victor Stinner2011-09-011-0/+2
* | | | Issue #12494: Close pipes and kill process on error in subprocess functionsVictor Stinner2011-09-011-0/+4
* | | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+3
| * | | accept bytes for the AST 'string' typeBenjamin Peterson2011-09-011-0/+3
* | | | news note on xattrsBenjamin Peterson2011-09-011-0/+2
* | | | Merge from 3.2:Amaury Forgeot d'Arc2011-08-301-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #11241: subclasses of ctypes.Array can now be subclassed.Amaury Forgeot d'Arc2011-08-301-0/+2
| * | | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+3
| * | | Branch mergeÉric Araujo2011-08-301-0/+3
| |\ \ \
* | \ \ \ Branch mergeÉric Araujo2011-08-301-0/+4
|\ \ \ \ \
| * | | | | Make bdist_* commands respect --skip-build passed to bdist (#10946).Éric Araujo2011-08-291-1/+2
| * | | | | Merge fix for #10946 from 3.2Éric Araujo2011-08-291-0/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |