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
*
Fix whitespace
Raymond Hettinger
2012-03-17
1
-1/+1
*
Low overhead path for maxsize==0
Raymond Hettinger
2012-03-17
1
-2/+13
*
Merge #14333: fix test_queue so it can be run via standard unittest test disc...
R David Murray
2012-03-17
1
-4/+4
|
\
|
*
#14333: fix test_queue so it can be run via standard unittest test discovery.
R David Murray
2012-03-17
1
-4/+4
*
|
#14344: fixed the repr of email.policy objects.
R David Murray
2012-03-17
1
-1/+1
*
|
Section-off the source for better readability.
Raymond Hettinger
2012-03-17
1
-0/+23
*
|
Minor beautification.
Raymond Hettinger
2012-03-17
1
-1/+1
*
|
make extra arguments to object.__init__/__new__ to errors in most cases (fini...
Benjamin Peterson
2012-03-17
1
-0/+20
*
|
Merge #11686: add missing entries to email __all__ lists.
R David Murray
2012-03-17
4
-10/+8
|
\
\
|
|
/
|
*
#11686: add missing entries to email __all__ lists.
R David Murray
2012-03-17
5
-11/+9
*
|
#12788: fix error in test_policy when run under refleak detection
R David Murray
2012-03-17
1
-1/+3
*
|
Root variable is not changed.
Raymond Hettinger
2012-03-17
1
-1/+1
*
|
Fix whitespace
Raymond Hettinger
2012-03-17
1
-1/+1
*
|
Unique sentinel value for cache.get()
Raymond Hettinger
2012-03-17
1
-2/+2
*
|
Refactor calculation of the cache key. Minor code cleanups.
Raymond Hettinger
2012-03-16
1
-25/+21
*
|
Merge
Antoine Pitrou
2012-03-16
1
-1/+3
|
\
\
|
*
\
merge heads
Benjamin Peterson
2012-03-16
1
-2/+1
|
|
\
\
|
*
|
|
clear the root with the cache
Benjamin Peterson
2012-03-16
1
-1/+3
*
|
|
|
Issue #14335: multiprocessing's custom Pickler subclass now inherits from the...
Antoine Pitrou
2012-03-16
1
-9/+9
|
|
/
/
|
/
|
|
*
|
|
Minor code cleanup.
Raymond Hettinger
2012-03-16
1
-2/+1
|
/
/
*
|
Eliminate duplicate link lookup. Minor cleanup.
Raymond Hettinger
2012-03-16
1
-2/+2
*
|
merge 3.2 (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
|
\
\
|
|
/
|
*
check to make sure the attribute is a string (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
*
|
fix trailing whitespace
Eli Bendersky
2012-03-16
1
-1/+1
*
|
Add a test that makes sure TreeBuilder can be passed element_factory in the
Eli Bendersky
2012-03-16
1
-0/+5
*
|
merge
Raymond Hettinger
2012-03-16
2
-1/+9
|
\
\
|
*
\
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Senthil Kumaran
2012-03-16
2
-1/+9
|
|
\
\
|
|
|
/
|
|
*
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Senthil Kumaran
2012-03-16
2
-1/+9
*
|
|
Improve the memory utilization (and speed) of functools.lru_cache().
Raymond Hettinger
2012-03-16
1
-21/+32
|
/
/
*
|
Issue #14207: the ParseError exception raised by _elementtree was made
Eli Bendersky
2012-03-16
1
-20/+22
*
|
Closes Issue #14246: _elementtree parser will now handle io.StringIO
Eli Bendersky
2012-03-16
1
-0/+14
*
|
Explain the use of charset parameter with Content-Type header: issue11082
Senthil Kumaran
2012-03-16
1
-2/+3
|
\
\
|
|
/
|
*
Explain the use of charset parameter with Content-Type header. Issue11082
Senthil Kumaran
2012-03-16
1
-2/+3
*
|
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
[next]