Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e516604f7c83eeba7737347cf2d58d86c5cd5361
/
Lib
975a8e8
Use LT in all comparisons
by Raymond Hettinger
· 12 years ago
221760a
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
31584e3
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
44d5214
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
by Antoine Pitrou
· 12 years ago
63f40d7
#17346: merge with 3.3.
by Ezio Melotti
· 12 years ago
2960693
#17346: merge with 3.2.
by Ezio Melotti
· 12 years ago
aaef344
#17346: make sure pickle tests are run against all protocols. Initial patch by Marius Gedminas.
by Ezio Melotti
· 12 years ago
bb5f480
Merge
by Raymond Hettinger
· 12 years ago
352cc8c
Another nit.
by Raymond Hettinger
· 12 years ago
32e2ff5
merge
by Raymond Hettinger
· 12 years ago
f2c17a9
Fix other re-entrancy nits for the lru_cache.
by Raymond Hettinger
· 12 years ago
6c2078d
merge
by Raymond Hettinger
· 12 years ago
0392342
Add test for RLock in the lru_cache().
by Raymond Hettinger
· 12 years ago
b6c65b2
Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.
by Raymond Hettinger
· 12 years ago
6386e17
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
by Nadeem Vawda
· 12 years ago
ad246bf
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
by Nadeem Vawda
· 12 years ago
7b39b9b
Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.
by Nadeem Vawda
· 12 years ago
04a2955
#17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum.
by Ezio Melotti
· 12 years ago
ee71f4a
#17334: merge with 3.3.
by Ezio Melotti
· 12 years ago
bce9a5d
#17334: test_index now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
5c67e22
#17333: merge with 3.3.
by Ezio Melotti
· 12 years ago
02bf701
#17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
a35e281
Merge
by Raymond Hettinger
· 12 years ago
4f4ba16
Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers.
by Raymond Hettinger
· 12 years ago
794568f
Merge
by Raymond Hettinger
· 12 years ago
409f663
Remove dependency on dummy_threading (to solve a bootstrap problem).
by Raymond Hettinger
· 12 years ago
4b843a7
#17312: unlink a file that test_aifc was leaving around.
by Ezio Melotti
· 12 years ago
dc99e0d
#17315: merge with 3.3.
by Ezio Melotti
· 12 years ago
7b3e571
#17315: merge with 3.2.
by Ezio Melotti
· 12 years ago
136726c
#17315: unlink a file that test_posixpath was leaving around.
by Ezio Melotti
· 12 years ago
fbd2686
#16935: update test_crypt now that unittest discover understands SkipTest.
by Ezio Melotti
· 12 years ago
eae2b38
#16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
dacb685
Merge
by Raymond Hettinger
· 12 years ago
fd54117
Don't deadlock on a reentrant call.
by Raymond Hettinger
· 12 years ago
c0b6466
#17082: merge with 3.3.
by Ezio Melotti
· 12 years ago
f79493b
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
6cc46d3
#17079: merge with 3.3.
by Ezio Melotti
· 12 years ago
520378f
#17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
f9e9754
Closes #17313: Deleted test file created by test_logging.
by Vinay Sajip
· 12 years ago
517e925
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.
by Chris Jerdonek
· 12 years ago
1cb0cb2
#17296: backport fix for issue 1692335, naive exception pickling.
by R David Murray
· 12 years ago
e1569e5
#17304: merge with 3.3.
by Ezio Melotti
· 12 years ago
e601fb0
#17304: test_hash now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
2805025
#17303: merge with 3.3.
by Ezio Melotti
· 12 years ago
1ed6be3
#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
742c596
(Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
by Victor Stinner
· 12 years ago
c472c5d
Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
by Victor Stinner
· 12 years ago
e55aa69
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
by Petri Lehtinen
· 12 years ago
6401ad6
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
by Petri Lehtinen
· 12 years ago
5f79409
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
by Petri Lehtinen
· 12 years ago
b26545e
Some cosmetic changes
by Eli Bendersky
· 12 years ago
2368704
Some cosmetic changes
by Eli Bendersky
· 12 years ago
0320025
Merge
by Richard Oudkerk
· 12 years ago
5b8a324
Merge
by Richard Oudkerk
· 12 years ago
7aaa1ef
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
by Richard Oudkerk
· 12 years ago
25c3053
(Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
by Victor Stinner
· 12 years ago
29ec595
Issue #17223: array module: Fix a crasher when converting an array containing
by Victor Stinner
· 12 years ago
c190389
Issue #17220: two fixes for changeset 2528e4aea338.
by Brett Cannon
· 12 years ago
91d0ca7
Issue #15083: Convert ElementTree doctests to unittests.
by Serhiy Storchaka
· 12 years ago
f8cf59e
Issue #15083: Convert ElementTree doctests to unittests.
by Serhiy Storchaka
· 12 years ago
39e47f9
Issue #17220: Little cleanup of _bootstrap.py.
by Serhiy Storchaka
· 12 years ago
bd9b561
Issue #1470548: Add test for fragment producing with XMLGenerator.
by Serhiy Storchaka
· 12 years ago
d9a550b
Issue #1470548: Add test for fragment producing with XMLGenerator.
by Serhiy Storchaka
· 12 years ago
a5f13d2
Issue #1470548: Add test for fragment producing with XMLGenerator.
by Serhiy Storchaka
· 12 years ago
fca677a
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules.
by Giampaolo Rodola'
· 12 years ago
d7c59e1
Merge #17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
9f10f56
Merge #17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
67bfe80
#17275: Fix class name in init errors in C bufferedio classes.
by R David Murray
· 12 years ago
0562379
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
e766c74
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
0362b54
Revert "Issue #16121: Fix line number accounting in shlex"
by Petri Lehtinen
· 12 years ago
978b4d6
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
6d61eaa
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
7a05113
Issue #16121: Fix line number accounting in shlex
by Petri Lehtinen
· 12 years ago
914ec6f
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
e2c1147
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
ee4a20b
Issue #16695: Document how glob handles filenames starting with a dot
by Petri Lehtinen
· 12 years ago
e460f26
Issue #14720: sqlite3: Convert datetime microseconds correctly
by Petri Lehtinen
· 12 years ago
f484efd
Issue #14720: sqlite3: Convert datetime microseconds correctly
by Petri Lehtinen
· 12 years ago
8b94514
Issue #14720: sqlite3: Convert datetime microseconds correctly
by Petri Lehtinen
· 12 years ago
2005447
Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram
by Petri Lehtinen
· 12 years ago
36aed8f
#12749: merge with 3.3.
by Ezio Melotti
· 12 years ago
eadece2
#12749: add a test for non-BMP ranges in character classes.
by Ezio Melotti
· 12 years ago
33136fa
#17217: merge with 3.3.
by Ezio Melotti
· 12 years ago
4ad8eec
#17217: merge with 3.2.
by Ezio Melotti
· 12 years ago
507eb09
#17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.
by Ezio Melotti
· 12 years ago
1ca8794
#17249: check for the availability of the thread module.
by Ezio Melotti
· 12 years ago
8a90936
#17249: merge with 3.3.
by Ezio Melotti
· 12 years ago
35246bd
#17249: merge with 3.2.
by Ezio Melotti
· 12 years ago
29267c8
#17249: convert a test in test_capi to use unittest and reap threads.
by Ezio Melotti
· 12 years ago
8a268b9
#17255: merge with 3.3.
by Ezio Melotti
· 12 years ago
600b711
#17255: merge with 3.2.
by Ezio Melotti
· 12 years ago
0f4377c
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
by Ezio Melotti
· 12 years ago
920007a
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
ed891c1
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
c510a04
Issue #17225: JSON decoder now counts columns in the first line starting
by Serhiy Storchaka
· 12 years ago
fc9bf11
Issue #17248: Fix os.*chown() testing when user is in root group.
by Serhiy Storchaka
· 12 years ago
9d202ba
Issue #17248: Fix os.*chown() testing when user is in root group.
by Serhiy Storchaka
· 12 years ago
a2964b3
Issue #17248: Fix os.*chown() testing when user is in root group.
by Serhiy Storchaka
· 12 years ago
d8bc0a3
Merge DeprecationWarnings silencing in test_urllib from 3.3.
by Ezio Melotti
· 12 years ago
Next »