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
*
#18116: getpass no longer always falls back to stdin.
R David Murray
2013-07-10
2
-52/+66
*
Issue #18308: don't take the scope ID into account when comparing IPv6
Charles-François Natali
2013-07-09
1
-1/+5
|
\
|
*
Issue #18308: don't take the scope ID into account when comparing IPv6
Charles-François Natali
2013-07-09
1
-1/+5
*
|
Add a spacing saving heuristic to deque's extend methods
Raymond Hettinger
2013-07-09
1
-2/+2
*
|
Merge str.center tests from 3.3.
Ezio Melotti
2013-07-08
1
-0/+9
|
\
\
|
|
/
|
*
Add a couple of tests for str.center with non-ASCII chars.
Ezio Melotti
2013-07-08
1
-0/+9
*
|
#18106: refactor tests to use subtests and proper assert methods. Patch by V...
Ezio Melotti
2013-07-07
1
-35/+42
*
|
#17198: merge with 3.3.
Ezio Melotti
2013-07-07
2
-2/+21
|
\
\
|
|
/
|
*
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
Ezio Melotti
2013-07-07
2
-2/+21
*
|
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
2
-1/+47
|
\
\
|
|
/
|
*
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
Florent Xicluna
2013-07-07
2
-1/+47
*
|
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...
Ezio Melotti
2013-07-07
1
-7/+6
*
|
(3.3->default) Cleanup of documentation change from #17860
Ronald Oussoren
2013-07-07
1
-0/+3
|
\
\
|
|
/
|
*
Cleanup of documentation change from #17860
Ronald Oussoren
2013-07-07
1
-0/+3
*
|
merge for issue #18351.
Brett Cannon
2013-07-06
2
-6/+40
|
\
\
|
|
/
|
*
Issue #18351: Fix various issues with
Brett Cannon
2013-07-06
2
-7/+41
*
|
Issue #18364: Stop using the ImportError._not_found hack.
Brett Cannon
2013-07-06
1
-9/+4
*
|
#18380: merge with 3.3.
Ezio Melotti
2013-07-06
2
-1/+5
|
\
\
|
|
/
|
*
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...
Ezio Melotti
2013-07-06
2
-1/+5
*
|
test_ftplib: silence a BytesWarning when checking TypeError
Florent Xicluna
2013-07-06
1
-1/+2
|
\
\
|
|
/
|
*
test_ftplib: silence a BytesWarning when checking TypeError
Florent Xicluna
2013-07-06
1
-1/+2
*
|
Issue #18375: merge with 3.3
Florent Xicluna
2013-07-06
1
-0/+1
|
\
\
|
|
/
|
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
1
-0/+1
*
|
Speed-up deque indexing by changing the deque block length to a power of two.
Raymond Hettinger
2013-07-06
1
-1/+1
*
|
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
2
-3/+10
|
\
\
|
|
/
|
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
2
-3/+10
*
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
8
-27/+27
*
|
Remove dead code in test_exceptions.
Brett Cannon
2013-07-04
1
-3/+0
*
|
Move test_import over to unittest.main().
Brett Cannon
2013-07-04
1
-14/+2
*
|
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Brett Cannon
2013-07-04
9
-27/+35
*
|
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
Brett Cannon
2013-07-04
1
-1/+1
*
|
Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.
Brett Cannon
2013-07-04
1
-7/+0
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
83
-144/+158
*
|
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
1
-1/+7
|
\
\
|
|
/
|
*
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
Antoine Pitrou
2013-07-04
1
-1/+7
*
|
(Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the...
Victor Stinner
2013-07-03
1
-2/+2
|
\
\
|
|
/
|
*
test_time.test_monotonic(): use a longer sleep to try to make the test more r...
Victor Stinner
2013-07-03
1
-2/+2
*
|
(Merge 3.3) test_faulthandler: skip test_read_null() on AIX
Victor Stinner
2013-07-03
1
-0/+2
|
\
\
|
|
/
|
*
test_faulthandler: skip test_read_null() on AIX
Victor Stinner
2013-07-03
1
-0/+2
*
|
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
1
-0/+1
|
\
\
|
|
/
|
*
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk
2013-07-02
1
-0/+1
*
|
Issue #18339: use with self.assertRaises() to make test case more readable
Christian Heimes
2013-07-01
1
-2/+4
|
\
\
|
|
/
|
*
Issue #18339: use with self.assertRaises() to make test case more readable
Christian Heimes
2013-07-01
1
-2/+4
*
|
Issue #17097: Merge.
Richard Oudkerk
2013-07-01
2
-4/+84
|
\
\
|
|
/
|
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
2
-4/+84
*
|
Merge with current default
Łukasz Langa
2013-07-01
1
-0/+7
|
\
\
|
*
\
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+7
|
|
\
\
|
|
|
/
|
|
*
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+7
*
|
|
Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...
Łukasz Langa
2013-07-01
2
-64/+288
|
/
/
*
|
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
Christian Heimes
2013-07-01
2
-5/+17
[next]