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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #23594: merge 3.4
Ned Deily
2015-03-06
1
-0/+2
|
\
|
*
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Ned Deily
2015-03-06
1
-0/+2
*
|
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins
2015-03-06
1
-1/+2
*
|
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins
2015-03-05
1
-0/+2
*
|
merge 3.4 (#23476)
Benjamin Peterson
2015-03-05
1
-0/+3
|
\
\
|
|
/
|
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
1
-0/+3
*
|
Issue #17911: traceback module overhaul
Robert Collins
2015-03-04
1
-0/+7
*
|
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
1
-0/+3
*
|
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+2
*
|
Issue #23563: Optimized utility functions in urllib.parse.
Serhiy Storchaka
2015-03-03
1
-0/+2
*
|
issue19075: add visual sorting algorithms to turtledemo; original code from J...
Ethan Furman
2015-03-02
1
-0/+3
*
|
merge 3.4 (#23367)
Benjamin Peterson
2015-03-02
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
1
-0/+2
|
|
\
|
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
1
-0/+2
*
|
|
merge 3.4
Benjamin Peterson
2015-03-02
1
-6/+5
|
\
\
\
|
|
/
/
|
*
|
remove mention of Python 2.2 and 2.3
Benjamin Peterson
2015-03-02
1
-6/+5
*
|
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
1
-0/+2
*
|
|
Issue #20204: Deprecation warning is now raised for builtin type without the
Serhiy Storchaka
2015-03-01
1
-0/+6
*
|
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
1
-0/+3
*
|
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-02-28
2
-0/+6
*
|
|
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 (httplib)
Victor Stinner
2015-02-27
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+1
|
*
|
Merge 3.4.3 release engineering changes back into 3.4.
Larry Hastings
2015-02-26
5
-423/+39
|
|
\
\
|
*
|
|
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
2
-14/+2
*
|
|
|
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
Benjamin Peterson
2015-02-18
3
-423/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.3
Benjamin Peterson
2015-02-18
3
-423/+0
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
[next]