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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
Ned Deily
2015-03-19
3
-12/+12
*
Fixed Misc/NEWS entry for issue #23136.
Serhiy Storchaka
2015-03-19
1
-1/+1
*
Issue #23136: _strptime now uniformly handles all days in week 0, including
Serhiy Storchaka
2015-03-19
3
-5/+26
*
wrap properly
Benjamin Peterson
2015-03-19
1
-2/+2
*
Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since
Ned Deily
2015-03-17
2
-1/+31
*
Fix up PCbuild/readme.txt a bit.
Zachary Ware
2015-01-15
1
-7/+4
*
Issue #22585, #23115: make URandomFDTests test case actually run
Ned Deily
2015-03-17
1
-0/+1
*
versionchanged for rc4 removal (closes #23679)
Benjamin Peterson
2015-03-16
1
-8/+11
*
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka
2015-03-16
1
-16/+24
*
Increased coverage of standard codec error handlers.
Serhiy Storchaka
2015-03-15
1
-30/+42
*
Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element
Eli Bendersky
2015-03-15
1
-2/+4
*
Fix minor docs markup errors.
Serhiy Storchaka
2015-03-14
3
-5/+5
*
the default is sys.maxsize not sys.maxint (closes #23645)
Benjamin Peterson
2015-03-13
1
-9/+9
*
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
3
-15/+57
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
4
-14/+75
*
Issue #22928: Disabled HTTP header injections in httplib.
Serhiy Storchaka
2015-03-12
3
-1/+98
*
Issue #23615: Module tarfile is now can be reloaded with imp.reload().
Serhiy Storchaka
2015-03-11
3
-2/+4
*
close files explicit (closes #21610)
Benjamin Peterson
2015-03-11
1
-6/+8
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
3
-13/+4
*
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
Steve Dower
2015-03-10
1
-1/+4
*
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
Ned Deily
2015-03-09
1
-1/+1
*
replace Amazon links in the documentation (closes #23579)
Benjamin Peterson
2015-03-07
2
-4/+4
*
Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
Serhiy Storchaka
2015-03-06
4
-6/+29
*
fix potential refleak in PyFloat_AsDouble (closes #23590)
Benjamin Peterson
2015-03-06
2
-0/+7
*
Issue #23593: fix Misc/NEWS entries
Ned Deily
2015-03-06
1
-1/+1
*
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
Ned Deily
2015-03-06
3
-15/+19
*
use _import_symbols to import VERIFY_* constants
Benjamin Peterson
2015-03-05
1
-2/+1
*
adjust test_crl_check for trusted first being default
Benjamin Peterson
2015-03-05
1
-1/+2
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
3
-5/+18
*
enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476)
Benjamin Peterson
2015-03-05
2
-0/+12
*
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SS...
Antoine Pitrou
2015-03-04
2
-20/+3
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
2
-0/+4
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
2
-1/+10
*
wrap everything at 80 chars
Benjamin Peterson
2015-03-02
1
-76/+78
*
Added more tests for urllib utility functions.
Serhiy Storchaka
2015-03-02
1
-13/+103
*
remove mention of Python 2.2 and 2.3
Benjamin Peterson
2015-03-02
1
-6/+5
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+2
*
fix merge_collapse to actually maintain the invariant it purports to (closes ...
Benjamin Peterson
2015-02-25
1
-1/+2
*
Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows
Victor Stinner
2015-02-24
1
-0/+2
*
Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
Victor Stinner
2015-02-24
4
-0/+72
*
Issue #23499: Fix grammar error noticed by SilentGhost
Ned Deily
2015-02-23
1
-2/+2
*
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
*
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
3
-34/+39
*
Issue #22113: struct.pack_into() now supports new buffer protocol (in
Serhiy Storchaka
2015-02-21
3
-15/+29
*
Issues #814253, #9179: Warnings now are raised when group references and
Serhiy Storchaka
2015-02-21
4
-6/+70
*
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
3
-11/+25
*
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
3
-9/+58
*
Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
Berker Peksag
2015-02-20
3
-2/+34
*
Fix typo pointed out on docs@ by Yaniv Sayeh
Zachary Ware
2015-02-20
1
-1/+1
*
remove rc4 from the default client ciphers (closes #23481)
Benjamin Peterson
2015-02-19
2
-4/+4
[prev]
[next]