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
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
21
-82/+260
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
14
-37/+26
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
14
-37/+26
*
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-1/+9
*
|
Remove the obsolete XMLParser._start/_start_list duality.
Eli Bendersky
2013-08-26
1
-26/+12
*
|
#18833: merge with 3.3.
Ezio Melotti
2013-08-25
1
-0/+8
|
\
\
|
|
/
|
*
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+8
*
|
Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...
Antoine Pitrou
2013-08-25
1
-0/+48
*
|
Merge.
Charles-François Natali
2013-08-25
1
-0/+17
|
\
\
|
|
/
|
*
Merge.
Charles-François Natali
2013-08-25
1
-0/+17
|
|
\
|
|
*
Issue #18763: subprocess: The file descriptors are now closed after calling the
Charles-François Natali
2013-08-25
1
-0/+17
*
|
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo. Patch by
Serhiy Storchaka
2013-08-25
1
-21/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #18817: Fix a resource warning in Lib/aifc.py demo.
Serhiy Storchaka
2013-08-25
1
-19/+23
*
|
|
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
2
-11/+58
|
\
\
\
|
|
/
/
|
*
|
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
R David Murray
2013-08-25
2
-11/+58
*
|
|
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
|
/
*
|
Closes #18807: pyvenv now takes a --copies argument allowing copies instead o...
Vinay Sajip
2013-08-24
1
-5/+11
*
|
Issue #18756: make test_urandom_failure more robust by executing its code in ...
Antoine Pitrou
2013-08-24
1
-10/+19
|
\
\
|
|
/
|
*
Issue #18756: make test_urandom_failure more robust by executing its code in ...
Antoine Pitrou
2013-08-24
1
-10/+19
*
|
Close #18538: ``python -m dis`` now uses argparse.
Nick Coghlan
2013-08-24
1
-19/+8
*
|
(Merge 3.3) test_socket: cancel scheduled alarm on test failure
Victor Stinner
2013-08-24
1
-0/+1
|
\
\
|
|
/
|
*
test_socket: cancel scheduled alarm on test failure
Victor Stinner
2013-08-24
1
-0/+1
*
|
remove support for compiling on systems without getcwd()
Benjamin Peterson
2013-08-24
1
-33/+31
*
|
Issue #17741: use composition, rather than inheritance, for xml.etree.iterpar...
Antoine Pitrou
2013-08-23
1
-6/+8
*
|
#18798: merge typo fix from 3.3 and also use two unused variables.
Ezio Melotti
2013-08-23
1
-1/+5
|
\
\
|
|
/
|
*
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-23
1
-1/+1
*
|
#18796: improve documentation of the file argument of dis.show_code. Initial...
Ezio Melotti
2013-08-23
1
-1/+4
*
|
Issue #18394: Explicitly close the file object cgi.FieldStorage
Brett Cannon
2013-08-23
1
-0/+6
*
|
Stop using assertEquals.
Brett Cannon
2013-08-23
1
-4/+4
*
|
Make test_import more robust and stop using assertRaisesRegexp().
Brett Cannon
2013-08-23
1
-2/+3
*
|
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
Victor Stinner
2013-08-23
2
-2/+5
|
\
\
|
|
/
|
*
Close #17702: On error, os.environb now removes suppress the except context
Victor Stinner
2013-08-23
2
-2/+5
*
|
Delete merge markers
Brett Cannon
2013-08-23
1
-3/+1
*
|
merge for issue #18755
Brett Cannon
2013-08-23
2
-2/+16
|
\
\
|
|
/
|
*
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon
2013-08-23
2
-2/+14
*
|
Make test for semaphore tracker capture and check the debug output.
Richard Oudkerk
2013-08-22
1
-7/+7
*
|
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
2
-6/+6
|
\
\
|
|
/
|
*
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
2
-6/+6
*
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
|
\
\
|
|
/
|
*
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
*
|
Stop making fork server have copy of semaphore_tracker_fd.
Richard Oudkerk
2013-08-22
5
-24/+29
*
|
Issue #18762: Fix EBADF error when using forkserver.
Richard Oudkerk
2013-08-22
1
-30/+25
*
|
Merge #18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
3
-16/+42
|
\
\
|
|
/
|
*
#18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
3
-16/+42
|
*
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
5
-15/+17
*
|
Cleanup test_builtin
Victor Stinner
2013-08-21
1
-12/+4
*
|
Use new new stat.S_ISDOOR() function, instead of hardcoded mask
Victor Stinner
2013-08-21
1
-1/+2
*
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
5
-14/+17
*
|
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
Victor Stinner
2013-08-21
3
-0/+72
[next]