summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-261-0/+3
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+2
|\
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+2
* | Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-0/+2
|\ \ | |/
| * Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-0/+2
* | - Issue #20070: Don't run test_urllib2net when network resources are notdoko@ubuntu.com2013-12-261-0/+3
* | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-0/+3
|\ \ | |/
| * Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-0/+3
* | Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-0/+2
|\ \ | |/
| * Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-0/+2
* | Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-251-0/+3
|\ \ | |/
| * Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-251-0/+3
* | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+2
|\ \ | |/
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+2
* | pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile.R David Murray2013-12-251-1/+1
* | Fix English in a NEWS entry.R David Murray2013-12-241-1/+1
* | Move IPv6 NEWS entry into correct section.R David Murray2013-12-241-2/+2
* | Mention Windows 2000 and OS/2 drops, python-config as shell script.R David Murray2013-12-241-1/+1
* | Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.R David Murray2013-12-241-2/+2
* | Issue #19744: improve ensurepip error when ssl is missingNick Coghlan2013-12-231-0/+4
* | Issue #19734: add missing NEWS entryNick Coghlan2013-12-231-0/+3
* | Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-0/+2
|\ \ | |/
| * Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-0/+2
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-221-0/+2
| |\
| | * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-221-0/+2
| | * Backout 7d399099334d.Georg Brandl2013-11-041-3/+0
* | | Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-0/+2
|\ \ \ | |/ /
| * | Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-0/+2
* | | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+3
|\ \ \ | |/ /
| * | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-0/+3
* | | mergeChristian Heimes2013-12-211-0/+3
|\ \ \
| * | | Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.Antoine Pitrou2013-12-211-0/+3
* | | | Issue #16136: Remove VMS support and VMS-related codeChristian Heimes2013-12-211-0/+2
|/ / /
* | | Add some asyncio news for beta 2.Guido van Rossum2013-12-211-0/+14
* | | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-0/+3
|\ \ \ | |/ /
| * | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-0/+3
| * | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-191-0/+2
* | | Merge with 3.3Serhiy Storchaka2013-12-191-0/+3
|\ \ \ | |/ /
| * | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+3
* | | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalidVictor Stinner2013-12-191-0/+3
|\ \ \ | |/ /
| * | Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+3
* | | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-0/+3
|\ \ \ | |/ /
| * | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-0/+3
* | | Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-0/+4
|\ \ \ | |/ /
| * | #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-0/+4
* | | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
|\ \ \ | |/ /
| * | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
* | | Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-171-0/+6
* | | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-161-2/+0
* | | Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-161-0/+2