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
...
*
|
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
1
-0/+4
*
|
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
1
-0/+3
*
|
|
Merge from 3.4.
Larry Hastings
2015-02-27
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
Larry Hastings
2015-02-27
1
-3/+1
|
*
|
Merge 3.4.3 release engineering changes back into 3.4.
Larry Hastings
2015-02-26
1
-0/+38
|
|
\
\
|
*
|
|
Post-release changes for 3.4.3.
Larry Hastings
2015-02-26
1
-0/+12
|
*
|
|
Release bump for 3.4.3 final.
Larry Hastings
2015-02-23
1
-13/+1
*
|
|
|
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e...
Steve Dower
2015-02-26
1
-0/+3
*
|
|
|
Issue #15955: Add an option to limit the output size in bz2.decompress().
Antoine Pitrou
2015-02-26
1
-0/+3
*
|
|
|
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
1
-0/+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
1
-0/+3
|
*
|
|
Issues #814253, #9179: Warnings now are raised when group references and
Serhiy Storchaka
2015-02-21
1
-0/+4
*
|
|
|
Issues #814253, #9179: Group references and conditional group references now
Serhiy Storchaka
2015-02-21
1
-0/+3
*
|
|
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
1
-0/+4
*
|
|
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-0/+3
*
|
|
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
1
-0/+3
*
|
|
|
merge 3.4 (#23481)
Benjamin Peterson
2015-02-19
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
remove rc4 from the default client ciphers (closes #23481)
Benjamin Peterson
2015-02-19
1
-0/+2
*
|
|
|
merge 3.4 (#21548)
Benjamin Peterson
2015-02-17
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Benjamin Peterson
2015-02-17
1
-0/+3
*
|
|
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka
2015-02-15
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Serhiy Storchaka
2015-02-15
1
-0/+3
*
|
|
|
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
Antoine Pitrou
2015-02-15
1
-0/+2
*
|
|
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ...
Antoine Pitrou
2015-02-15
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes ...
Antoine Pitrou
2015-02-15
1
-0/+3
*
|
|
|
Issue #23096: Pickle representation of floats with protocol 0 now is the same
Serhiy Storchaka
2015-02-15
1
-0/+3
*
|
|
|
Issue #23437: Update NEWS and whatsnew/3.5
Steve Dower
2015-02-14
1
-0/+6
*
|
|
|
Issue #19105: pprint now more efficiently uses free space at the right.
Serhiy Storchaka
2015-02-14
1
-0/+2
*
|
|
|
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
Berker Peksag
2015-02-13
1
-0/+3
*
|
|
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Berker Peksag
2015-02-13
1
-0/+2
*
|
|
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...
Antoine Pitrou
2015-02-11
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...
Antoine Pitrou
2015-02-11
1
-0/+6
*
|
|
|
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Serhiy Storchaka
2015-02-11
1
-0/+2
*
|
|
|
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
Serhiy Storchaka
2015-02-11
1
-0/+3
*
|
|
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
1
-0/+3
*
|
|
|
merge 3.4 (#23361)
Benjamin Peterson
2015-02-10
1
-0/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.3 (#23361)
Benjamin Peterson
2015-02-10
1
-0/+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
add overflow checking (closes #23361)
Benjamin Peterson
2015-02-10
1
-0/+2
|
*
|
Post-release updates for Python 3.4.3rc1.
Larry Hastings
2015-02-08
1
-0/+11
|
*
|
Version bump for 3.4.3rc1.
Larry Hastings
2015-02-08
1
-1/+1
*
|
|
Added respect_handler_level to QueueListener.
Vinay Sajip
2015-02-09
1
-0/+3
*
|
|
Post-release updates for Python 3.5.0a1.
Larry Hastings
2015-02-08
1
-0/+12
*
|
|
Release bump for 3.5.0a1.
Larry Hastings
2015-02-08
1
-1/+1
*
|
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-0/+2
[prev]
[next]