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
...
*
|
2.7.8 news section
Benjamin Peterson
2014-05-22
1
-0/+12
|
/
*
bump to 2.7.7rc1
v2.7.7rc1
Benjamin Peterson
2014-05-18
1
-3/+3
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
1
-0/+3
*
reindent for consistency
Benjamin Peterson
2014-05-17
1
-3/+3
*
Document changes to OS X installer configurations for 2.7.7.
Ned Deily
2014-05-17
1
-0/+14
*
Backport Fix for Issue #7776: Fix ``Host:'' header and reconnection when usin...
Senthil Kumaran
2014-05-17
1
-0/+4
*
Issue #21470: Do a better job seeding the random number generator
Raymond Hettinger
2014-05-14
1
-0/+3
*
Issue 21469: Mitigate risk of false positives with robotparser.
Raymond Hettinger
2014-05-13
1
-0/+4
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-12
1
-0/+4
*
backport hmac.compare_digest to partially implement PEP 466 (closes #21306)
Benjamin Peterson
2014-05-11
1
-0/+3
*
Backport 4e9f1017355f from #3561.
Brian Curtin
2014-05-10
1
-0/+4
*
Issue #21350: Fix file.writelines() to accept arbitrary buffer objects, as ad...
Antoine Pitrou
2014-05-08
1
-0/+3
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-0/+2
*
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware
2014-05-02
1
-0/+4
*
Issue #21321: itertools.islice() now releases the reference to the source ite...
Antoine Pitrou
2014-04-29
1
-0/+3
*
Issue #9291 Add ACKS & NEWS
Tim Golden
2014-04-27
1
-0/+3
*
Add NEWS entry for issue21349
Tim Golden
2014-04-26
1
-0/+3
*
Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows
Zachary Ware
2014-04-22
1
-0/+6
*
Issue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy
2014-04-22
1
-1/+3
*
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy
2014-04-22
1
-0/+2
*
Issue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily
2014-04-19
1
-0/+3
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
1
-0/+6
*
when an exception is raised in fdopen, never close the fd (changing on my min...
Benjamin Peterson
2014-04-14
1
-1/+1
*
Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth...
Eric V. Smith
2014-04-14
1
-0/+3
*
in scan_once, prevent the reading of arbitrary memory when passed a negative ...
Benjamin Peterson
2014-04-14
1
-0/+3
*
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
Vinay Sajip
2014-04-10
1
-0/+2
*
teach 2to3 about 'yield from'
Benjamin Peterson
2014-04-10
1
-0/+2
*
add matrix multiplication operator support to 2to3
Benjamin Peterson
2014-04-10
1
-0/+2
*
make sure fdopen always closes the fd in error cases (closes #21191)
Benjamin Peterson
2014-04-09
1
-0/+3
*
Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...
Vinay Sajip
2014-04-04
1
-0/+3
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
1
-0/+3
*
fix overflow detection of strop.expandtabs
Benjamin Peterson
2014-03-31
1
-0/+3
*
Issue #21029: IDLE now colors print consistently as a keyword.
Raymond Hettinger
2014-03-30
1
-0/+4
*
Issue #21093: Prevent failures of ctypes test_macholib on OS X if a
Ned Deily
2014-03-29
1
-0/+3
*
Issue #17654: Ensure IDLE menus are customized properly on OS X for
Ned Deily
2014-03-28
1
-0/+3
*
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-0/+5
*
Issue #20939: Use www.example.com instead of www.python.org to avoid test
Ned Deily
2014-03-27
1
-2/+3
*
backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
R David Murray
2014-03-25
1
-0/+3
*
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
Victor Stinner
2014-03-25
1
-0/+3
*
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
1
-0/+2
*
Issue #20939: Fix test_geturl failure in test_urllibnet due to
Ned Deily
2014-03-15
1
-0/+3
*
Make distutils error messages more helpful (#11599).
Éric Araujo
2014-03-13
1
-0/+4
*
Avoid “error: None” messages from distutils (#4931).
Éric Araujo
2014-03-12
1
-0/+3
*
Improve the default seeding in random module to use 32 bytes of entropy when ...
Raymond Hettinger
2014-03-08
1
-0/+4
*
Issue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka
2014-03-06
1
-0/+4
*
Issue #15618: Make turtle.py itself work when run from a module with
Terry Jan Reedy
2014-03-06
1
-1/+4
*
Issue #20501: fileinput module no longer reads whole file into memory when using
Serhiy Storchaka
2014-02-26
1
-0/+3
*
Restore title style
Antoine Pitrou
2014-02-23
1
-0/+1
*
Issue #20743: Fix a reference leak in test_tcl.
Antoine Pitrou
2014-02-23
1
-0/+2
*
Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment
Serhiy Storchaka
2014-02-19
1
-0/+3
[prev]
[next]