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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge heads
Serhiy Storchaka
2013-11-02
11
-132/+350
|
\
\
\
\
|
*
|
|
|
asyncio: Slight rearrangement of tests for server_hostname=...
Guido van Rossum
2013-11-01
1
-3/+4
|
*
|
|
|
asyncio: Better-looking errors when ssl module cannot be imported. In part by...
Guido van Rossum
2013-11-01
3
-12/+41
|
*
|
|
|
asyncio: Various style nits.
Guido van Rossum
2013-11-01
6
-23/+48
|
*
|
|
|
asyncio: Log a warning when eof_received() returns true and using ssl.
Guido van Rossum
2013-11-01
1
-1/+4
|
*
|
|
|
asyncio: Document EventLoop.close().
Guido van Rossum
2013-11-01
3
-0/+20
|
*
|
|
|
asyncio: Refactor ssl transport ready loop (Nikolay Kim).
Guido van Rossum
2013-11-01
2
-92/+136
|
*
|
|
|
asyncio: Add server_hostname as create_connection() argument, with secure def...
Guido van Rossum
2013-11-01
4
-5/+78
|
*
|
|
|
asyncio: Fold some long lines.
Guido van Rossum
2013-11-01
2
-3/+5
|
*
|
|
|
asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...
Guido van Rossum
2013-11-01
3
-9/+30
*
|
|
|
|
Issue #19085: Added basic tests for all tkinter widget options.
Serhiy Storchaka
2013-11-02
4
-25/+1917
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
Issue #19085: Added basic tests for all tkinter widget options.
Serhiy Storchaka
2013-11-02
4
-25/+1917
*
|
|
|
Abstract out stat calls in importlib for easier experimentation.
Brett Cannon
2013-11-01
1
-5/+15
*
|
|
|
Issue #19410: Put back in special-casing of '' for
Brett Cannon
2013-11-01
1
-1/+1
*
|
|
|
Issue #19413: Disregard duplicate namespace portions during reload tests.
Eric Snow
2013-11-01
1
-2/+2
*
|
|
|
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow
2013-11-01
3
-4/+132
*
|
|
|
Closes #19349: Merged fix from 3.3.
Vinay Sajip
2013-10-31
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19349: Corrected error message.
Vinay Sajip
2013-10-31
1
-1/+1
*
|
|
|
Close resources owned by subclass before calling super().close().
Guido van Rossum
2013-10-31
1
-2/+2
*
|
|
|
asyncio: Add new file (forgotten).
Guido van Rossum
2013-10-30
1
-0/+166
*
|
|
|
asyncio: Add support for running subprocesses on Windows with the IOCP event ...
Guido van Rossum
2013-10-30
7
-195/+137
*
|
|
|
asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
Guido van Rossum
2013-10-30
2
-0/+80
*
|
|
|
asyncio: Update some comments.
Guido van Rossum
2013-10-30
1
-3/+1
*
|
|
|
asyncio: When not closing the connection after receiving EOF, still remove th...
Guido van Rossum
2013-10-30
1
-1/+6
*
|
|
|
Issue #19172: Add a get_map() method to selectors.
Charles-François Natali
2013-10-30
2
-1/+53
*
|
|
|
merge 3.3 (#19435)
Benjamin Peterson
2013-10-30
2
-5/+16
|
\
\
\
\
|
|
/
/
/
|
*
|
|
merge 3.2 (#19435)
Benjamin Peterson
2013-10-30
2
-5/+16
|
|
\
\
\
|
|
|
/
/
|
|
*
|
merge 3.1 (#19435)
Benjamin Peterson
2013-10-30
2
-5/+16
|
|
|
\
\
|
|
|
*
|
use the collapsed path in the run_cgi method (closes #19435)
Benjamin Peterson
2013-10-30
2
-5/+14
*
|
|
|
|
Issue #19424: Fix test_warnings for locale encoding unable to encode
Victor Stinner
2013-10-29
1
-6/+7
*
|
|
|
|
Issue #19424: Fix the warnings module to accept filename containing surrogate
Victor Stinner
2013-10-29
1
-0/+12
*
|
|
|
|
Merge.
Richard Oudkerk
2013-10-28
2
-5/+19
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #19425 -- a pickling error should not cause pool to hang.
Richard Oudkerk
2013-10-28
2
-5/+19
*
|
|
|
|
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
2
-0/+19
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
#19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
Nadeem Vawda
2013-10-28
2
-0/+19
|
*
|
|
|
Fixed merge test for Tcl/Tk <8.5 (issue #18964).
Serhiy Storchaka
2013-10-27
1
-2/+5
*
|
|
|
|
Issue #19421: add an unit test for warnings.warn() during finalization
Victor Stinner
2013-10-28
1
-0/+19
*
|
|
|
|
Issue14255 Don't flatten case of tempdir
Tim Golden
2013-10-25
3
-3/+19
*
|
|
|
|
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Skip overzealous test for existence of the online license.html for pre-releas...
v3.3.3rc1
Georg Brandl
2013-10-27
1
-0/+2
|
*
|
|
|
Bump to 3.3.3rc1.
Georg Brandl
2013-10-27
2
-2/+2
|
*
|
|
|
Update pydoc topics.
Georg Brandl
2013-10-27
1
-15/+15
*
|
|
|
|
merge with 3.3
Georg Brandl
2013-10-27
10
-33/+161
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
merge
Georg Brandl
2013-10-27
1
-5/+5
|
|
\
\
\
\
|
*
|
|
|
|
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
2
-0/+13
|
*
|
|
|
|
Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
2
-1/+20
|
*
|
|
|
|
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl
2013-10-27
2
-2/+15
|
*
|
|
|
|
Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
Georg Brandl
2013-10-27
2
-28/+82
|
*
|
|
|
|
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
Georg Brandl
2013-10-27
2
-1/+24
*
|
|
|
|
|
Issue #19329: Optimized compiling charsets in regular expressions.
Serhiy Storchaka
2013-10-27
1
-135/+99
[prev]
[next]