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
*
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson
2012-03-15
2
-2/+23
*
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...
Senthil Kumaran
2012-03-15
1
-1/+1
|
\
|
*
closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
Senthil Kumaran
2012-03-15
1
-1/+1
*
|
(sched) when run() is invoked with blocking=False return the deadline of the ...
Giampaolo Rodola'
2012-03-15
1
-2/+3
*
|
Fixes #14314: Improved SMTP timeout handling.
Vinay Sajip
2012-03-15
2
-3/+7
*
|
Issue #14222: Use the new time.steady() function instead of time.time() for
Victor Stinner
2012-03-15
2
-2/+2
*
|
Issue #10278: Add an optional strict argument to time.steady(), False by default
Victor Stinner
2012-03-15
1
-0/+10
*
|
Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...
Victor Stinner
2012-03-14
1
-22/+3
*
|
remove get_prefix and set_prefix (#13248)
Benjamin Peterson
2012-03-14
2
-37/+0
*
|
Removed XXX from unittest.mock docstring and switch to a nicer try...except.....
Michael Foord
2012-03-14
1
-24/+19
*
|
Remove more Python 2 compatibility cruft from unittest.mock
Michael Foord
2012-03-14
2
-25/+6
*
|
merge heads
Senthil Kumaran
2012-03-14
3
-0/+38
|
\
\
|
*
\
Megre from tip
Andrew Svetlov
2012-03-14
4
-17/+52
|
|
\
\
|
*
\
\
Merge from tip
Andrew Svetlov
2012-03-14
15
-2/+6725
|
|
\
\
\
|
*
|
|
|
Issue #14200: Idle shell crash on printing non-BMP unicode character.
Andrew Svetlov
2012-03-14
3
-0/+38
*
|
|
|
|
Fix the buildbot breakdown - issue 10050
Senthil Kumaran
2012-03-14
1
-2/+0
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
deprecated the old urllib primitives in 3.3 urllib package - issue 10050
Senthil Kumaran
2012-03-14
3
-12/+49
*
|
|
|
Remove Python 2 compatibility cruft from unittest.mock
Michael Foord
2012-03-14
1
-5/+3
|
|
/
/
|
/
|
|
*
|
|
And another one... mock import fix.
Michael Foord
2012-03-14
1
-2/+2
*
|
|
Fix another mock import
Michael Foord
2012-03-14
1
-1/+1
*
|
|
Fix import failure in mock test
Michael Foord
2012-03-14
1
-1/+1
*
|
|
#12818: remove escaping of () in quoted strings in formataddr
R David Murray
2012-03-14
2
-2/+14
*
|
|
PEP 417: Adding unittest.mock
Michael Foord
2012-03-14
11
-0/+6682
*
|
|
#14062: fix BytesParser handling of Header objects
R David Murray
2012-03-14
2
-0/+27
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
#14062: fix BytesParser handling of linesep for Header objects
R David Murray
2012-03-14
2
-2/+25
*
|
|
Issue #13839: When invoked on the command-line, the pstats module now accepts...
Antoine Pitrou
2012-03-14
1
-0/+2
|
|
/
|
/
|
*
|
Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
3
-7/+29
|
\
\
|
|
/
|
*
#14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
3
-7/+29
|
*
Issue #5219: Prevent event handler cascade in IDLE.
Martin v. Löwis
2012-03-13
1
-1/+5
|
*
Merged upstream change.
Vinay Sajip
2012-03-13
1
-0/+5
|
|
\
*
|
|
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...
Senthil Kumaran
2012-03-14
2
-25/+89
*
|
|
Issue #989712: Support using Tk without a mainloop.
Andrew Svetlov
2012-03-14
1
-0/+16
*
|
|
Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and
Victor Stinner
2012-03-13
1
-10/+15
*
|
|
#8315: add automatic unittest test discovery in test.test_email
R David Murray
2012-03-13
1
-0/+10
*
|
|
Issue #5219: Prevent event handler cascade in IDLE.
Martin v. Löwis
2012-03-13
1
-1/+5
*
|
|
Issue #2843: Add new Tk API to Tkinter.
Martin v. Löwis
2012-03-13
1
-1/+87
*
|
|
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
3
-17/+78
*
|
|
Merged upstream change.
Vinay Sajip
2012-03-13
1
-0/+5
|
\
\
\
|
*
\
\
merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
Senthil Kumaran
2012-03-13
1
-0/+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
Senthil Kumaran
2012-03-13
1
-0/+5
*
|
|
|
Closes #14267: Merged fix from 3.2.
Vinay Sajip
2012-03-13
1
-6/+15
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Closes #14267: Corrected computation of rollover filename.
Vinay Sajip
2012-03-13
1
-6/+15
|
|
/
*
|
Merge
Michael Foord
2012-03-13
1
-4/+9
|
\
\
|
|
/
|
*
Fix unittest test discovery for Jython
Michael Foord
2012-03-13
1
-4/+9
*
|
#8942: add test for __path__ contents in zipimport tests
R David Murray
2012-03-13
1
-0/+4
*
|
Issue #1178863: Separate initialisation from setting when initializing
Martin v. Löwis
2012-03-13
2
-12/+189
*
|
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
Sean Reifschneider
2012-03-13
1
-0/+20
*
|
#14179: merge with 3.2.
Ezio Melotti
2012-03-12
1
-0/+10
|
\
\
|
|
/
|
*
#14179: add tests for re.compile. Patch by Florian Mladitsch.
Ezio Melotti
2012-03-12
1
-0/+10
*
|
Merge heads.
Eric V. Smith
2012-03-12
1
-6/+9
|
\
\
[next]