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
...
*
versionchanged for rc4 removal (closes #23679)
Benjamin Peterson
2015-03-16
1
-2/+6
*
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka
2015-03-16
1
-24/+28
*
Increased coverage of standard codec error handlers.
Serhiy Storchaka
2015-03-15
1
-76/+158
*
Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element
Eli Bendersky
2015-03-15
1
-2/+4
*
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-14
3
-1/+21
*
Fix minor docs markup errors.
Serhiy Storchaka
2015-03-14
2
-2/+2
*
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower
2015-03-14
1
-6/+6
*
__getslice__ certainly won't appear in the output
Benjamin Peterson
2015-03-13
1
-1/+1
*
Make the case to only support Python 2.7 when supporting 2/3 simultaneously
Brett Cannon
2015-03-13
1
-13/+13
*
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
*
use the meth role for ZipFile.open
Benjamin Peterson
2015-03-13
1
-1/+1
*
Issue #23081: Document that PySequence_List also accepts iterables.
Berker Peksag
2015-03-13
1
-2/+3
*
Issue #22154: Add an example to show context management protocol support of Z...
Berker Peksag
2015-03-13
1
-0/+7
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
19
-124/+72
*
Issue #20617: Remove unused import in test_ssl.
Berker Peksag
2015-03-12
1
-1/+0
*
Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()
Victor Stinner
2015-03-12
1
-37/+70
*
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
3
-0/+97
*
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka
2015-03-11
4
-2/+25
*
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka
2015-03-11
5
-6/+7
*
Removes unused format string insertion in launcher.c.
Steve Dower
2015-03-11
1
-1/+1
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
6
-29/+22
*
Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls
Steve Dower
2015-03-10
1
-1/+2
*
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner
2015-03-10
1
-2/+5
*
asyncio doc: changes on the Queue API missed Python 3.4.3 release
Victor Stinner
2015-03-10
1
-4/+4
*
Issue #23432: Remove duplicate content from SystemExit docs.
Berker Peksag
2015-03-10
1
-13/+13
*
Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example
Victor Stinner
2015-03-10
1
-2/+3
*
fix up import style
Benjamin Peterson
2015-03-09
1
-5/+8
*
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
Ned Deily
2015-03-09
1
-1/+1
*
indicate correct version (closes #23608)
Benjamin Peterson
2015-03-08
1
-1/+1
*
Issue #21619: Cleaned up test_broken_pipe_cleanup.
Serhiy Storchaka
2015-03-08
1
-10/+8
*
Issue #20876: correctly close temporary file in test.support.fs_is_case_insen...
Antoine Pitrou
2015-03-07
1
-10/+9
*
replace Amazon links in the documentation (closes #23579)
Benjamin Peterson
2015-03-07
2
-4/+4
*
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
*
remove redundant test
Benjamin Peterson
2015-03-06
1
-5/+0
*
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
-14/+20
*
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 #21619: Try to fix test_broken_pipe_cleanup()
Victor Stinner
2015-03-05
1
-6/+9
*
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/+5
*
merge 3.3 (#23362)
Benjamin Peterson
2015-03-02
1
-1/+1
|
\
|
*
use PyMem_NEW to detect overflow (closes #23362)
Benjamin Peterson
2015-03-02
1
-1/+1
*
|
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
2
-3/+12
|
\
\
|
|
/
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
2
-3/+12
*
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
[prev]
[next]