Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5a35b06d5e5b6d12abcc1529cbb643fdcf0d35ab
/
Lib
5a35b06
test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
86a96ce
Re-enabled time test in test_logging.
by Vinay Sajip
· 14 years ago
9490af2
#11763: merge with 3.2.
by Ezio Melotti
· 14 years ago
edd117f
#11763: merge with 3.1.
by Ezio Melotti
· 14 years ago
935a588
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
by Ezio Melotti
· 14 years ago
d972d8f
Disabled test failing on buildbots.
by Vinay Sajip
· 14 years ago
37eb338
Refined time test in test_logging.
by Vinay Sajip
· 14 years ago
373baef
Yet more test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
985ef87
More test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
26fe4b7
test_logging coverage improvements.
by Vinay Sajip
· 14 years ago
75e6ed1
merge from 3.1 codeline.
by Senthil Kumaran
· 14 years ago
7cfe5f8
Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z
by Senthil Kumaran
· 14 years ago
bf1253b
#6780: merge with 3.2.
by Ezio Melotti
· 14 years ago
f2b3f78
#6780: merge with 3.1.
by Ezio Melotti
· 14 years ago
ba42fd5
#6780: fix starts/endswith error message to mention that tuples are accepted too.
by Ezio Melotti
· 14 years ago
d4a2ff4
Issue #11919: try to fix test_imp failure on some buildbots.
by Antoine Pitrou
· 14 years ago
1184690
Issue #11919: try to fix test_imp failure on some buildbots.
by Antoine Pitrou
· 14 years ago
eec6060
Issue #10914: Add a minimal embedding test to test_capi.
by Antoine Pitrou
· 14 years ago
8e60577
Issue #10914: Add a minimal embedding test to test_capi.
by Antoine Pitrou
· 14 years ago
88f7841
Correctly merging #9319 into 3.3?
by Jesus Cea
· 14 years ago
c2824d4
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
by Victor Stinner
· 14 years ago
a82aa55
Minor clean-ups to docstrings, comments, and var names.
by Raymond Hettinger
· 14 years ago
5db3e01
Minor clean-ups to docstrings, comments, and var names.
by Raymond Hettinger
· 14 years ago
6803dc2
Remove unused private function
by Antoine Pitrou
· 14 years ago
8c52027
Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
by Antoine Pitrou
· 14 years ago
7fdd0fe
Issue #9319: Fix the unit test
by Victor Stinner
· 14 years ago
c68b6aa
Issue #9319: Fix a crash on parsing a Python source code without encoding
by Victor Stinner
· 14 years ago
00bdbe1
Fixed bug in test_logging.
by Vinay Sajip
· 14 years ago
4f438b7
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
296d6d0
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
fc330ae
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
5020e00
Merge with 3.2.
by Ezio Melotti
· 14 years ago
af92842
Use non-deprecated method name.
by Ezio Melotti
· 14 years ago
c1ceb64
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
6159ee3
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
ac45150
startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
by Jesus Cea
· 14 years ago
5e66b16
Tidied comments and docstrings.
by Vinay Sajip
· 14 years ago
5b9eecf
Attempt fix of #11557 by refining test logic.
by Vinay Sajip
· 14 years ago
1e42f9e
Attempt fix of #11557 by refining setup/teardown logic.
by Vinay Sajip
· 14 years ago
95bf504
Attempt fix of #11557 by changing setup/teardown logic.
by Vinay Sajip
· 14 years ago
3def7e0
Attempt fix of #11557 by changing teardown logic.
by Vinay Sajip
· 14 years ago
f48ac30
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
25458f1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
d07eaf1
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
2d70e29
Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
by Victor Stinner
· 14 years ago
754851f
Issue #11223: Add threading._info() function providing informations about the
by Victor Stinner
· 14 years ago
1114744
merge
by Raymond Hettinger
· 14 years ago
1cc986e
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
98c850a
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
019a97c
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
ab69438
Hmm, __ne__ was missing
by Raymond Hettinger
· 14 years ago
d08a2c2
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
d7d01cd
Merge test_startfile fix from 3.2.
by Nadeem Vawda
· 14 years ago
cc3f029
Merge test_startfile fix from 3.1.
by Nadeem Vawda
· 14 years ago
58de6ee
Fix sporadic failure in test_startfile.
by Nadeem Vawda
· 14 years ago
3edd22a
#11731: simplify/enhance parser/generator API by introducing policy objects.
by R David Murray
· 14 years ago
ce16be9
(Merge 3.2) Issue #11768: The signal handler of the signal module only calls
by Victor Stinner
· 14 years ago
f329998
Merge: #11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
01581ee
#11492: rewrite header folding algorithm. Less code, more passing tests.
by R David Murray
· 14 years ago
90375bc
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
c15d9e7
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
2876a8c
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
cf645db
Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition.
by Antoine Pitrou
· 14 years ago
f25a8de
Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition.
by Antoine Pitrou
· 14 years ago
a4eb194
Merge from 3.2
by Antoine Pitrou
· 14 years ago
ee42934
Fix possible "file already exists" error when running the tests in parallel.
by Antoine Pitrou
· 14 years ago
e2c4cfc
Merge: Improve message.py test coverage to 100%.
by R David Murray
· 14 years ago
a2860e8
Improve message.py test coverage to 100%.
by R David Murray
· 14 years ago
cd5a2bd
Issue #11852: Merge fix from 3.2.
by Vinay Sajip
· 14 years ago
e723e96
Issue #11852: Add missing imports and update tests.
by Vinay Sajip
· 14 years ago
b5a40d4
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
6c9e5b7
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
1c746c2
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
8437fe2
Remove unused method from internal class.
by R David Murray
· 14 years ago
e1adeeb
#5057: Merge with 3.2.
by Ezio Melotti
· 14 years ago
71e84a6
#5057: Merge with 3.1.
by Ezio Melotti
· 14 years ago
2df6a93
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]).
by Ezio Melotti
· 14 years ago
b496159
merge from 3.2
by Senthil Kumaran
· 14 years ago
b4bd4af
merge from 3.1
by Senthil Kumaran
· 14 years ago
397eb44
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
by Senthil Kumaran
· 14 years ago
0dea648
#11848: Merge with 3.2.
by Ezio Melotti
· 14 years ago
82b0d5d
#11848: Merge with 3.1.
by Ezio Melotti
· 14 years ago
20f53f1
#11848: replace dead link in random.betavariate comment.
by Ezio Melotti
· 14 years ago
a15f614
#11845: Merge with 3.2.
by Ezio Melotti
· 14 years ago
982ef4e
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban.
by Ezio Melotti
· 14 years ago
99e97f9
merge from 3.2.
by Senthil Kumaran
· 14 years ago
56f1e2d
merge from 3.1
by Senthil Kumaran
· 14 years ago
2d2ea1b
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
by Senthil Kumaran
· 14 years ago
b35c850
#11684: Complete parser bytes interface by adding BytesHeaderParser
by R David Murray
· 14 years ago
f400ab4
merge
by Raymond Hettinger
· 14 years ago
8a9c4d9
Issue 3051: make pure python code pass the same tests as the C version.
by Raymond Hettinger
· 14 years ago
5b5ee69
Remove dead code in gzip.
by Nadeem Vawda
· 14 years ago
5e610de
Merge with 3.2.
by Ezio Melotti
· 14 years ago
a3d0be4
Merge with 3.1.
by Ezio Melotti
· 14 years ago
ce073cd
Fix typo in docstring.
by Ezio Melotti
· 14 years ago
7d01e78
Merge with 3.2.
by Ezio Melotti
· 14 years ago
04c6423
Merge with 3.1.
by Ezio Melotti
· 14 years ago
d210aa1
#9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
by Ezio Melotti
· 14 years ago
42368f9
Remove unnecessary imports and use assertIs instead of assertTrue.
by Ezio Melotti
· 14 years ago
c753305
#9233: Fix json to work properly even when _json is not available.
by Ezio Melotti
· 14 years ago
Next »