Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a28c55a2e484ea81b4f659f987893be3638cb982
a28c55a
merge
by Raymond Hettinger
· 12 years ago
f96b2b0
Improve comments and variable names.
by Raymond Hettinger
· 12 years ago
11c08fd
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
b6f1d64
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
9cbcc2f
Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.
by Terry Jan Reedy
· 12 years ago
d12ff7b
Closes #17376: Merged clarification from 3.3.
by Vinay Sajip
· 12 years ago
355a987
Issue #17376: Merged clarification from 3.2.
by Vinay Sajip
· 12 years ago
832d99b
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
by Vinay Sajip
· 12 years ago
5589850
fix warning (closes #17327)
by Benjamin Peterson
· 12 years ago
25b3464
Issue #17378: ctypes documentation fix.
by Eli Bendersky
· 12 years ago
f0d8697
Issue #17378: ctypes documentation fix.
by Eli Bendersky
· 12 years ago
f81de8d
Issue #17378: ctypes documentation fix.
by Eli Bendersky
· 12 years ago
becf5c6
Issue #17384: Consolidated cleanup operations in tests.
by Vinay Sajip
· 12 years ago
00e9886
Add PyDict_SetDefault. (closes #17327)
by Benjamin Peterson
· 12 years ago
763edc1
(Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type
by Victor Stinner
· 12 years ago
29c0034
Issue #17223: the test is specific to 32-bit wchar_t type
by Victor Stinner
· 12 years ago
857b24b
Merge: PEP8 fixup on previous patch, remove unused imports in test_email.
by R David Murray
· 12 years ago
965794e
Merge: PEP8 fixup on previous patch, remove unused imports in test_email.
by R David Murray
· 12 years ago
b9534f4
PEP8 fixup on previous patch, remove unused import in test_email.
by R David Murray
· 12 years ago
2e78cd9
Merge: #14645: Generator now emits correct linesep for all parts.
by R David Murray
· 12 years ago
addb0be
Merge: #14645: Generator now emits correct linesep for all parts.
by R David Murray
· 12 years ago
e67c6c5
#14645: Generator now emits correct linesep for all parts.
by R David Murray
· 12 years ago
03e667d
Fix memory leak introduced in 15190138d3f3.
by Ezio Melotti
· 12 years ago
d4725f3
Merge typo fix in Misc/NEWS entry from 3.3.
by Ezio Melotti
· 12 years ago
0e7ec44
Merge typo fix in Misc/NEWS entry from 3.2.
by Ezio Melotti
· 12 years ago
697e7ba
Fix typo in Misc/NEWS entry.
by Ezio Melotti
· 12 years ago
a44ce78
#11732: null merge with 3.3.
by Ezio Melotti
· 12 years ago
de7f4b2
#11732: null merge with 3.2.
by Ezio Melotti
· 12 years ago
1f38621
#11732: add a new suppress_crash_popup() context manager to test.support that disables crash popups on Windows and use it in test_ctypes.
by Ezio Melotti
· 12 years ago
1181a46
#11732: merge with 3.3.
by Ezio Melotti
· 12 years ago
e846342
#11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003.
by Ezio Melotti
· 12 years ago
90c91af
Merge fix for #15465 from 3.3
by Nick Coghlan
· 12 years ago
7d82c86
Close #15465: Document C API version macros
by Nick Coghlan
· 12 years ago
3ff5e75
Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were duplicated in TLS_FTP class.
by Giampaolo Rodola'
· 12 years ago
94c56a1
PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...)
by Giampaolo Rodola'
· 12 years ago
e8d4d51
Merge 3.3.
by Stefan Krah
· 12 years ago
4f19744
Issue #17361: Use cc from sysconfig for testing flags.
by Stefan Krah
· 12 years ago
fb84b5d
(Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons:
by Victor Stinner
· 12 years ago
2cb16aa
_PyUnicode_Writer() now also reuses Unicode singletons:
by Victor Stinner
· 12 years ago
be0c028
Fix doc grammar and line width
by Eli Bendersky
· 12 years ago
68dd8ba01
Fix doc grammar and line width
by Eli Bendersky
· 12 years ago
f9164e1
Fix doc grammar and line width
by Eli Bendersky
· 12 years ago
ca83233
Fix formatting changes that led to compilation errors
by Eli Bendersky
· 12 years ago
3612da6
call_commethod was only used in samples/Windows, which no longer exists.
by Eli Bendersky
· 12 years ago
d867bad
Fix some formatting
by Eli Bendersky
· 12 years ago
ed63754
#17364: merge with 3.3.
by Ezio Melotti
· 12 years ago
20d1924
#17364: merge with 3.2.
by Ezio Melotti
· 12 years ago
33e20d1
#17364: remove documentation for a function that does not exist.
by Ezio Melotti
· 12 years ago
648b590
#17363: merge with 3.3.
by Ezio Melotti
· 12 years ago
32b0f02
#17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.
by Ezio Melotti
· 12 years ago
cf77da9
Backed out changeset b9f7b1bf36aa
by Victor Stinner
· 12 years ago
313cac8
Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type)
by Victor Stinner
· 12 years ago
e5c0533
Issue #17223: Add another test to check that _PyUnicode_Ready() rejects
by Victor Stinner
· 12 years ago
87a249c
#11732: merge with 3.3.
by Ezio Melotti
· 12 years ago
e1857d9
Fix indentation.
by Ezio Melotti
· 12 years ago
25a4045
#11732: add a new suppress_crash_popup() context manager to test.support.
by Ezio Melotti
· 12 years ago
df1d3c5
Reverting the changeset b87792757ee8 made for Issue #12921
by Senthil Kumaran
· 12 years ago
884f058
Reverting the changeset 5d76a4746d9d made for Issue #12921
by Senthil Kumaran
· 12 years ago
1e7551d
Reverting the changeset 5126e62c60af made for Issue #12921
by Senthil Kumaran
· 12 years ago
24431f1
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
c37f835
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
3fb066d
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
f7f8972
merge
by Raymond Hettinger
· 12 years ago
2e8d9a7
Fix typo
by Raymond Hettinger
· 12 years ago
e516604
merge
by Raymond Hettinger
· 12 years ago
f6b2667
Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest.
by Raymond Hettinger
· 12 years ago
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
42f382f
merge 3.3 (#17328)
by Benjamin Peterson
· 12 years ago
b1efa53
fix possible setdefault refleak (closes #17328)
by Benjamin Peterson
· 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
b394c1d
Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
by Gregory P. Smith
· 12 years ago
255bf5b
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
by Gregory P. Smith
· 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
bf0428e
Merge markup fixes in unittest doc from 3.3.
by Ezio Melotti
· 12 years ago
aba4581
Merge markup fixes in unittest doc from 3.2.
by Ezio Melotti
· 12 years ago
fed69ba
Fix markup in unittest doc.
by Ezio Melotti
· 12 years ago
4b843a7
#17312: unlink a file that test_aifc was leaving around.
by Ezio Melotti
· 12 years ago
Next »