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 #12551: Provide a get_channel_binding() method on SSL sockets so as
Antoine Pitrou
2011-07-20
2
-0/+110
*
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray
2011-07-20
3
-8/+102
*
Fix test_multiprocessing failure under Windows.
Antoine Pitrou
2011-07-20
1
-2/+2
*
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
2
-2/+2
|
\
|
*
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
2
-2/+2
*
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
5
-0/+1083
|
\
\
|
|
/
|
*
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
5
-0/+1083
*
|
#7484: simplify quoteaddr: if parseaddr throws an error it is a bug.
R David Murray
2011-07-19
1
-14/+8
*
|
Merge #7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
2
-11/+33
|
\
\
|
|
/
|
*
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
2
-11/+33
*
|
Merge from 3.2.
Eric V. Smith
2011-07-18
1
-0/+5
|
\
\
|
|
/
|
*
Closes #12579. Positional fields with str.format_map() now raise a ValueError...
Eric V. Smith
2011-07-18
1
-0/+5
|
*
Close the call queue in concurrent.futures.ProcessPoolExecutor when
Antoine Pitrou
2011-07-16
1
-0/+1
*
|
merge heads
Benjamin Peterson
2011-07-18
2
-12/+23
|
\
\
|
*
|
Make warnings accept a callable for showwarnings instead of
Brett Cannon
2011-07-18
1
-6/+8
|
*
|
Mark itertools tests of tuple reuse as being specific to CPython.
Alex Gaynor
2011-07-17
1
-6/+15
*
|
|
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson
2011-07-18
2
-2/+1
|
/
/
*
|
merge heads
Benjamin Peterson
2011-07-16
9
-48/+82
|
\
\
|
*
|
Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...
Antoine Pitrou
2011-07-15
2
-6/+14
|
*
|
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
Antoine Pitrou
2011-07-15
2
-2/+6
|
*
|
test_packaging should clean up after itself (but it doesn't really)
Antoine Pitrou
2011-07-15
1
-6/+9
|
*
|
Fix whitespace
Antoine Pitrou
2011-07-15
1
-1/+0
|
*
|
test_threaded_import must clean up after itself
Antoine Pitrou
2011-07-15
2
-9/+16
|
*
|
test_os needs to reap threads
Antoine Pitrou
2011-07-15
1
-0/+1
|
*
|
Merge from 3.2
Antoine Pitrou
2011-07-15
2
-27/+39
|
|
\
\
|
|
|
/
|
|
*
Use test.script_helper in test_pydoc
Antoine Pitrou
2011-07-15
1
-11/+13
|
|
*
test_pydoc needs to cleanup after itself
Antoine Pitrou
2011-07-15
1
-13/+16
|
|
*
Try harder to reap dangling threads in test.support.reap_threads().
Antoine Pitrou
2011-07-15
1
-6/+13
*
|
|
remove ast.__version__ (closes #12273)
Benjamin Peterson
2011-07-16
1
-1/+0
|
/
/
*
|
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou
2011-07-15
3
-1/+45
|
\
\
|
|
/
|
*
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou
2011-07-15
3
-1/+45
|
*
Merge
Antoine Pitrou
2011-07-15
1
-0/+8
|
|
\
|
*
\
merge heads
Benjamin Peterson
2011-07-15
1
-9/+13
|
|
\
\
*
|
\
\
Merge
Antoine Pitrou
2011-07-15
1
-0/+8
|
\
\
\
\
|
*
\
\
\
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
|
|
|
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
|
|
|
*
|
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali
2011-07-14
1
-2/+4
*
|
|
|
|
merge heads
Benjamin Peterson
2011-07-15
1
-9/+13
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Make sure to reap worker threads and processes at the end of test_concurrent_...
Antoine Pitrou
2011-07-15
1
-9/+13
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Make sure to reap worker threads and processes at the end of test_concurrent_...
Antoine Pitrou
2011-07-15
1
-9/+13
*
|
|
|
|
merge 3.2 (#11627)
Benjamin Peterson
2011-07-15
1
-0/+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
catch nasty exception classes with __new__ that doesn't return a exception (c...
Benjamin Peterson
2011-07-15
1
-0/+9
|
|
/
/
|
*
|
Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali
2011-07-14
1
-2/+4
*
|
|
Always use repr for regrtest resources names
Éric Araujo
2011-07-15
1
-3/+3
*
|
|
Silence 2to3 warnings in packaging tests
Éric Araujo
2011-07-15
1
-4/+8
*
|
|
Clear packaging.database caches in place
Éric Araujo
2011-07-15
1
-6/+5
*
|
|
Add cgi.closelog() function to close the log file
Victor Stinner
2011-07-14
2
-8/+11
*
|
|
Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali
2011-07-14
1
-2/+4
*
|
|
test that TestCase doesn't get cycles
Benjamin Peterson
2011-07-14
1
-0/+9
[next]