index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20046: Locale alias table no longer contains entities which can be
Serhiy Storchaka
2013-12-26
1
-0/+3
*
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
1
-0/+2
|
\
|
*
Issue #20027: Fixed locale aliases for devanagari locales.
Serhiy Storchaka
2013-12-26
1
-0/+2
*
|
Issue #20067: Tkinter variables now work when wantobjects is false.
Serhiy Storchaka
2013-12-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20067: Tkinter variables now work when wantobjects is false.
Serhiy Storchaka
2013-12-26
1
-0/+2
*
|
- Issue #20070: Don't run test_urllib2net when network resources are not
doko@ubuntu.com
2013-12-26
1
-0/+3
*
|
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
Zachary Ware
2013-12-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been
Zachary Ware
2013-12-26
1
-0/+3
*
|
Issue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka
2013-12-25
1
-0/+2
|
\
\
|
|
/
|
*
Issue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka
2013-12-25
1
-0/+2
*
|
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
Serhiy Storchaka
2013-12-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
Serhiy Storchaka
2013-12-25
1
-0/+3
*
|
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka
2013-12-25
1
-0/+2
|
\
\
|
|
/
|
*
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
Serhiy Storchaka
2013-12-25
1
-0/+2
*
|
pty.spawn returns os.waitpid; optimization of BZ2File and LZMAFile.
R David Murray
2013-12-25
1
-1/+1
*
|
Fix English in a NEWS entry.
R David Murray
2013-12-24
1
-1/+1
*
|
Move IPv6 NEWS entry into correct section.
R David Murray
2013-12-24
1
-2/+2
*
|
Mention Windows 2000 and OS/2 drops, python-config as shell script.
R David Murray
2013-12-24
1
-1/+1
*
|
Mention PATHEXT and removed Misc dirs; clarify wording of a NEWS entry.
R David Murray
2013-12-24
1
-2/+2
*
|
Issue #19744: improve ensurepip error when ssl is missing
Nick Coghlan
2013-12-23
1
-0/+4
*
|
Issue #19734: add missing NEWS entry
Nick Coghlan
2013-12-23
1
-0/+3
*
|
Fix TypeError on "setup.py upload --show-response".
Antoine Pitrou
2013-12-22
1
-0/+2
|
\
\
|
|
/
|
*
Fix TypeError on "setup.py upload --show-response".
Antoine Pitrou
2013-12-22
1
-0/+2
|
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
1
-0/+2
|
|
\
|
|
*
Issue #12226: HTTPS is now used by default when connecting to PyPI.
Antoine Pitrou
2013-12-22
1
-0/+2
|
|
*
Backout 7d399099334d.
Georg Brandl
2013-11-04
1
-3/+0
*
|
|
Issue #20045: Fix "setup.py register --list-classifiers".
Antoine Pitrou
2013-12-21
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #20045: Fix "setup.py register --list-classifiers".
Antoine Pitrou
2013-12-21
1
-0/+2
*
|
|
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
1
-0/+3
*
|
|
merge
Christian Heimes
2013-12-21
1
-0/+3
|
\
\
\
|
*
|
|
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
1
-0/+3
*
|
|
|
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-0/+2
|
/
/
/
*
|
|
Add some asyncio news for beta 2.
Guido van Rossum
2013-12-21
1
-0/+14
*
|
|
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
1
-0/+3
|
*
|
Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.
Zachary Ware
2013-12-19
1
-0/+2
*
|
|
Merge with 3.3
Serhiy Storchaka
2013-12-19
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
1
-0/+3
*
|
|
(Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid
Victor Stinner
2013-12-19
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-0/+3
*
|
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-0/+3
*
|
|
Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
1
-0/+4
*
|
|
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+3
*
|
|
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan
2013-12-17
1
-0/+6
*
|
|
Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...
Victor Stinner
2013-12-16
1
-2/+0
*
|
|
Issue #18283: shutil.which() now supports bytes argument, not only text argum...
Victor Stinner
2013-12-16
1
-0/+2
[next]