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 #13872: socket.detach() now marks the socket closed (as mirrored in the...
Antoine Pitrou
2012-03-31
3
-0/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...
Antoine Pitrou
2012-03-31
3
-0/+15
*
|
|
Null merge
Antoine Pitrou
2012-03-31
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #14437: Fix building the _io module under Cygwin.
Antoine Pitrou
2012-03-31
2
-1/+3
*
|
|
Fix formatting
Antoine Pitrou
2012-03-31
1
-7/+7
*
|
|
Issue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou
2012-03-31
1
-42/+65
|
\
\
\
|
|
/
/
|
*
|
Issue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou
2012-03-31
1
-40/+52
*
|
|
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
3
-4/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
3
-4/+25
*
|
|
merge heads
Sandro Tosi
2012-03-31
1
-1/+1
|
\
\
\
|
*
|
|
fix typo
Andrew Svetlov
2012-03-31
1
-1/+1
*
|
|
|
merge heads
Sandro Tosi
2012-03-31
2
-1/+20
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix issue #5136: deprecate old unused functions from tkinter.
Andrew Svetlov
2012-03-31
2
-1/+20
*
|
|
|
merge with 3.2
Sandro Tosi
2012-03-31
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
use unittest.skip; thanks to Chang Min Jeon from docs@
Sandro Tosi
2012-03-31
1
-1/+1
*
|
|
Merge #14434: make tutorial link in 'help' banner version-specific
R David Murray
2012-03-31
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#14434: make tutorial link in 'help' banner version-specific
R David Murray
2012-03-31
1
-2/+2
*
|
|
merge with 3.2
Sandro Tosi
2012-03-31
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
Sandro Tosi
2012-03-31
1
-0/+2
*
|
|
Fix warning when compiling socketmodule.c with VS2010
Kristján Valur Jónsson
2012-03-31
1
-0/+1
*
|
|
Issue #14435: Add Misc/NEWS and Misc/ACKS
Kristján Valur Jónsson
2012-03-31
2
-0/+4
*
|
|
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point dep...
Andrew Svetlov
2012-03-31
2
-16/+25
*
|
|
Merge from 3.2
Andrew Svetlov
2012-03-31
2
-4/+8
|
\
\
\
|
|
/
/
|
*
|
update NEWS as Terry Reedy proposed
Andrew Svetlov
2012-03-31
2
-4/+8
*
|
|
Fix the tests of GC collection in ET.Element according to Benjamin's recommen...
Eli Bendersky
2012-03-31
1
-23/+21
*
|
|
Fix-up a comment
Raymond Hettinger
2012-03-31
1
-3/+2
*
|
|
Fix-up comments and add a sentinel variable for clarity.
Raymond Hettinger
2012-03-31
1
-16/+17
*
|
|
No need to create and destroy links when updating a fixed-sized circular queue.
Raymond Hettinger
2012-03-31
1
-11/+16
*
|
|
Merge #10423: clarify options vs args in argparse discussion of optparse
R David Murray
2012-03-30
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
#10423: clarify options vs args in argparse discussion of optparse
R David Murray
2012-03-30
1
-2/+3
*
|
|
Minor cleanup: add whitespace, add comments, bring function attribute updates...
Raymond Hettinger
2012-03-30
1
-5/+4
*
|
|
Issue #14065: Added cyclic GC support to ET.Element
Eli Bendersky
2012-03-30
2
-16/+74
*
|
|
Merge.
Stefan Krah
2012-03-30
20
-1938/+1941
|
\
\
\
|
*
|
|
Issue #14435: Remove special block allocation code from floatobject.c
Kristján Valur Jónsson
2012-03-30
1
-131/+27
|
*
|
|
Issue #14006: improve the documentation of xml.etree.ElementTree
Eli Bendersky
2012-03-30
1
-53/+126
|
*
|
|
fix typo in glossary
Eli Bendersky
2012-03-30
1
-1/+1
|
*
|
|
Added the "provisional package" glossary term from PEP 411
Eli Bendersky
2012-03-30
1
-0/+14
|
*
|
|
Closes #14436: merged fix from 3.2.
Vinay Sajip
2012-03-29
1
-5/+10
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Closes #14436: Convert msg + args to string before pickling.
Vinay Sajip
2012-03-29
1
-5/+10
|
*
|
|
Merge with 3.2
Andrew Svetlov
2012-03-29
3
-1/+7
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #14409: IDLE doesn't not execute commands from shell with default keybi...
Andrew Svetlov
2012-03-29
3
-1/+7
|
*
|
|
Issue #14442: Add missing errno import in test_smtplib.
Ross Lagerwall
2012-03-29
2
-0/+3
|
*
|
|
Fix typo in unittest.mock docs
Michael Foord
2012-03-29
1
-1/+1
|
*
|
|
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
R David Murray
2012-03-29
4
-4/+18
|
*
|
|
Merge #14416: add missing LOG_SYSLOG facility to syslog docs.
R David Murray
2012-03-29
1
-1/+2
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#14416: add missing LOG_SYSLOG facility to syslog docs.
R David Murray
2012-03-29
1
-1/+2
|
*
|
|
Fix newlines.
Georg Brandl
2012-03-29
1
-0/+7
|
*
|
|
Update unittest.mock.patch example
Michael Foord
2012-03-28
1
-2/+2
|
*
|
|
Fix unittest.mock.patch docstring
Michael Foord
2012-03-28
1
-2/+0
|
*
|
|
Re-order unittest.mock documentation to put magic method support before the h...
Michael Foord
2012-03-28
1
-219/+220
[prev]
[next]