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
...
|
*
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
Alexandre Vassalotti
2013-11-30
1
-0/+3
*
|
Issue #17897: Optimized unpickle prefetching.
Serhiy Storchaka
2013-11-30
1
-0/+2
*
|
Issue #19088: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19088: Fix incorrect caching of the copyreg module.
Alexandre Vassalotti
2013-11-30
1
-0/+3
|
*
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-0/+2
*
|
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti
2013-11-30
1
-0/+4
*
|
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon
2013-11-29
1
-0/+3
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-0/+6
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-0/+2
*
|
ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME
Christian Heimes
2013-11-28
1
-0/+2
*
|
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-0/+2
*
|
add SO_PRIORITY (closes #19802)
Benjamin Peterson
2013-11-27
1
-0/+2
*
|
merge 3.3 (#19729)
Benjamin Peterson
2013-11-27
1
-0/+2
|
\
\
|
|
/
|
*
fix format spec recursive expansion (closes #19729)
Benjamin Peterson
2013-11-27
1
-0/+2
*
|
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
1
-0/+6
|
\
\
|
|
/
|
*
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
1
-0/+4
|
*
Merge heads
Zachary Ware
2013-11-26
1
-0/+3
|
|
\
*
|
\
Merge heads
Zachary Ware
2013-11-26
1
-0/+3
|
\
\
\
|
*
\
\
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+3
*
|
|
|
Issue #19588: Merge with 3.3
Zachary Ware
2013-11-26
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
1
-0/+3
|
|
/
*
|
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-0/+2
*
|
Issue #19638: Merge from 3.3
Mark Dickinson
2013-11-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
1
-0/+3
*
|
Merged 3.4.0b1 release head back into trunk.
Larry Hastings
2013-11-24
1
-4/+19
|
\
\
|
*
\
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka
2013-11-24
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka
2013-11-24
1
-0/+3
|
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
1
-4/+4
*
|
|
Bump version number to 3.4.0b1.
v3.4.0b1
Larry Hastings
2013-11-24
1
-1/+1
|
/
/
*
|
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
1
-0/+3
*
|
Issue #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
1
-0/+3
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-0/+3
*
|
Issue #19358: "make clinic" now runs the Argument Clinic preprocessor
Larry Hastings
2013-11-23
1
-0/+6
*
|
Issue #19730: Argument Clinic now supports all the existing PyArg
Larry Hastings
2013-11-23
1
-1/+3
*
|
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
1
-0/+2
*
|
Update Tcl/Tk to 8.6.1.
Martin v. Löwis
2013-11-23
1
-1/+1
*
|
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes
2013-11-23
1
-0/+4
*
|
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
1
-0/+4
*
|
Issue #13592: Improved the repr for regular expression pattern objects.
Serhiy Storchaka
2013-11-23
1
-0/+3
*
|
Issue #19641: Added the audioop.byteswap() function to convert big-endian
Serhiy Storchaka
2013-11-23
1
-0/+3
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-0/+2
*
|
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...
Ezio Melotti
2013-11-23
1
-0/+3
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-0/+2
*
|
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when Tru...
Ezio Melotti
2013-11-23
1
-0/+3
*
|
Merge heads
Serhiy Storchaka
2013-11-23
1
-0/+4
|
\
\
|
*
|
Add news about pdb fix for yield[from].
Guido van Rossum
2013-11-23
1
-0/+4
*
|
|
Issue #19668: Added support for the cp1125 encoding.
Serhiy Storchaka
2013-11-23
1
-0/+2
|
/
/
*
|
merge
Christian Heimes
2013-11-23
1
-0/+9
|
\
\
[prev]
[next]