summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+3
* Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
|\
| * Issue #14157: Fix time.strptime failing without a year on February 29th.Antoine Pitrou2012-05-101-0/+3
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-101-0/+3
* | Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...Antoine Pitrou2012-05-101-0/+3
* | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...Jesus Cea2012-05-101-0/+2
|\ \ | |/
| * Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-0/+2
| * Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-091-0/+2
* | Issue #14583: Fix importlib bug when a package's __init__.py would first impo...Antoine Pitrou2012-05-071-0/+3
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+3
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+3
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+2
* | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...Mark Dickinson2012-05-071-0/+3
* | Merge Misc/NEWS issue number fix from 3.2Mark Dickinson2012-05-071-1/+1
|\ \ | |/
| * Fix issue number in Misc/NEWS.Mark Dickinson2012-05-071-1/+1
* | Add Misc/NEWS entry for rev b4a1d9287780Richard Oudkerk2012-05-061-0/+3
* | Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ...Mark Dickinson2012-05-061-0/+6
|\ \ | |/
| * Issue #14965: Fix missing support for starred assignments in Tools/parser/unp...Mark Dickinson2012-05-061-0/+6
* | #14034: merge argparse tutorial from 3.2.Ezio Melotti2012-05-061-0/+5
|\ \ | |/
| * #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.Ezio Melotti2012-05-061-0/+5
* | Closes #13989: Add support for text modes to gzip.open().Nadeem Vawda2012-05-061-0/+2
* | Fix some rst errors in NEWS.Georg Brandl2012-05-061-36/+34
* | Post-3.3a3 bump.Georg Brandl2012-05-061-2/+3
* | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)Larry Hastings2012-05-061-0/+24
* | Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.Lars Gustäbel2012-05-051-0/+2
* | merge 3.2 (#14699)Benjamin Peterson2012-05-011-0/+2
|\ \ | |/
| * fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-011-0/+2
* | Bump to 3.3.0a3.Georg Brandl2012-05-011-1/+1
* | Issue #14371: Support bzip2 in zipfile module.Martin v. Löwis2012-05-011-0/+3
* | issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-011-0/+3
|\ \ | |/
| * issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...Senthil Kumaran2012-05-011-0/+3
* | Merge with 3.2: issue #14433Martin v. Löwis2012-04-301-0/+3
|\ \ | |/
| * Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.Martin v. Löwis2012-04-301-0/+3
* | Issue #14696: Merge from 3.2Mark Dickinson2012-04-291-0/+2
|\ \ | |/
| * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-0/+2
* | Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-0/+3
|\ \ | |/
| * Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result nearAlexander Belopolsky2012-04-291-0/+3
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-291-0/+2
|\ \ | |/
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-0/+2
* | Issue #14521: Make result of float('nan') and float('-nan') more consistent a...Mark Dickinson2012-04-291-0/+3
* | Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead o...Senthil Kumaran2012-04-291-0/+3
* | Close #14309: Deprecate time.clock()Victor Stinner2012-04-291-0/+3
* | Issue #14428, #14397: Implement the PEP 418Victor Stinner2012-04-291-0/+4
* | Issue #14646: __import__() now sets __loader__ if need be.Brett Cannon2012-04-271-0/+5
* | Issue #14605: Use None in sys.path_importer_cache to represent noBrett Cannon2012-04-271-3/+3
* | Issue #14605: Stop having implicit entries for sys.meta_path.Brett Cannon2012-04-271-0/+3
* | Issue #14642: Add "hg touch" extension, and "make touch" target.Martin v. Loewis2012-04-271-0/+6