Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6fe39b76a9b353ad619108ad2877a155680270dc
6fe39b7
Issue #17897: Optimized unpickle prefetching.
by Serhiy Storchaka
· 11 years ago
cc6e87b
Issue #19088: Merge with 3.3.
by Alexandre Vassalotti
· 11 years ago
1a83070
Issue #19088: Fix incorrect caching of the copyreg module.
by Alexandre Vassalotti
· 11 years ago
8ddd59e
Issue #19728: don't be sensitive to line endings
by Nick Coghlan
· 11 years ago
60f08c8
Issue #19726: actually running 'hg add' helps...
by Nick Coghlan
· 11 years ago
fdf3a62
Issue #19728: add private ensurepip._uninstall CLI
by Nick Coghlan
· 11 years ago
1b1b178
Fix and test pip version consistency
by Nick Coghlan
· 11 years ago
9730e33
Issue #3693: Fix array obscure error message when given a str.
by Alexandre Vassalotti
· 11 years ago
ed7dc14
Null merge
by Zachary Ware
· 11 years ago
8519e5a
More realistic example for selectors.py.
by Guido van Rossum
· 11 years ago
16d970f
Null merge
by Serhiy Storchaka
· 11 years ago
889d24e
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
by Serhiy Storchaka
· 11 years ago
ed05b8a
Issue #19712: Port test.test_importlib.import_ tests to use PEP 451
by Brett Cannon
· 11 years ago
a951f3d
Remove trailing blanks.
by Charles-François Natali
· 11 years ago
a9f90bc
Set the FDs non-blocking in the selectors example.
by Charles-François Natali
· 11 years ago
de3a136
asyncio: Add 'shield' to __all__.
by Guido van Rossum
· 11 years ago
d2476c6
Issue #19698: Remove exec_module() from the built-in and extension
by Brett Cannon
· 11 years ago
0e90e99
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 11 years ago
fbc1c26
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 11 years ago
567eba1
Use PyDict_GetItemWithError instead of PyDict_GetItem in cpickle.
by Alexandre Vassalotti
· 11 years ago
6bf41e5
Remove explicit empty tuple reuse in cpickle.
by Alexandre Vassalotti
· 11 years ago
b13e6bc
Remove the tuple reuse optimization in _Pickle_FastCall.
by Alexandre Vassalotti
· 11 years ago
b6e66eb
Some minor clarifications in the documentation of pathlib + inheritance diagram
by Eli Bendersky
· 11 years ago
8148164
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 11 years ago
4b79518
Fix indentation from previous commit
by Eli Bendersky
· 11 years ago
5dd40e5
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 11 years ago
470fba1
SNI was added in OpenSSL 0.9.8f [11 Oct 2007], too
by Christian Heimes
· 11 years ago
dec813f
ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME
by Christian Heimes
· 11 years ago
04a684b
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 11 years ago
50a5dad
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 11 years ago
23bdd83
Encapsulate cpickle global state in a dedicated object.
by Alexandre Vassalotti
· 11 years ago
c034156
Change pathlib documentation to use "raise" instead of "throw".
by Ned Deily
· 11 years ago
5362abf
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
by Victor Stinner
· 11 years ago
a5062c5
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept bytearray/memoryview too. Change some asserts with proper exceptions.
by Guido van Rossum
· 11 years ago
f28ce60
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
by Victor Stinner
· 11 years ago
3c0481d
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
by Victor Stinner
· 11 years ago
cced076
asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire.
by Guido van Rossum
· 11 years ago
1314ef7
add SO_PRIORITY (closes #19802)
by Benjamin Peterson
· 11 years ago
20c28c1
Combine the FastCall functions in cpickle.
by Alexandre Vassalotti
· 11 years ago
ba9d75e
Skip test_find_mac on Windows (issue #19804).
by Serhiy Storchaka
· 11 years ago
c303cfd
Skip test_find_mac on Windows (issue #19804).
by Serhiy Storchaka
· 11 years ago
5143ce5
merge 3.3 (#19805)
by Benjamin Peterson
· 11 years ago
b152e17
recommend OrderedDict for this FAQ (closes #19805)
by Benjamin Peterson
· 11 years ago
d75803c
merge 3.3 (#19729)
by Benjamin Peterson
· 11 years ago
0ee22bf
fix format spec recursive expansion (closes #19729)
by Benjamin Peterson
· 11 years ago
14fff88
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
by Zachary Ware
· 11 years ago
bb65b5b
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
by Zachary Ware
· 11 years ago
6a22833
Merge with 3.3
by Zachary Ware
· 11 years ago
910b1c3
Merge heads
by Zachary Ware
· 11 years ago
99fb051
Merge heads
by Zachary Ware
· 11 years ago
29f8cb6
Issue #19588: Merge with 3.3
by Zachary Ware
· 11 years ago
a6edea5
Issue #19588: Fixed tests in test_random that were silently skipped most
by Zachary Ware
· 11 years ago
822963e
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 11 years ago
56507c7
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 11 years ago
518e6ee
Use @bigmemtest more accurately.
by Mark Dickinson
· 11 years ago
a04f4e0
Use @bigmemtest more accurately.
by Mark Dickinson
· 11 years ago
03cc565
Issue #19793: Improved markup for True/False constants in pathlib documentation.
by Serhiy Storchaka
· 11 years ago
687ff0e
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 11 years ago
c93329b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 11 years ago
1df8867
Issue #19638: Merge from 3.3
by Mark Dickinson
· 11 years ago
f45bbb6
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
by Mark Dickinson
· 11 years ago
6bfe392
Issue #19794: Improved markup for True/False constants.
by Serhiy Storchaka
· 11 years ago
22dc4d5
Issue #19794: Improved markup for True/False constants.
by Serhiy Storchaka
· 11 years ago
eaec359
Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests.
by Serhiy Storchaka
· 11 years ago
59463d8
tracemalloc: fix get_traced_memory() docstring for result type
by Victor Stinner
· 11 years ago
802a484
tracemalloc: Fix hash methods of Statistic and StatisticDiff
by Victor Stinner
· 11 years ago
5831882
merge with 3.3
by Georg Brandl
· 11 years ago
1833ac3
Markup fix.
by Georg Brandl
· 11 years ago
ad39360
Fix suspicious test case
by Christian Heimes
· 11 years ago
4dc7420
Issue #18874: Fix typo
by Victor Stinner
· 11 years ago
2ead3d2
Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1
by Victor Stinner
· 11 years ago
7a5be14
Issue #18874: tracemalloc: Comment the trace_t structure
by Victor Stinner
· 11 years ago
8e3708d
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
by Victor Stinner
· 11 years ago
00773df
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
by Victor Stinner
· 11 years ago
de2f132
Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment
by Victor Stinner
· 11 years ago
49c96fb
asyncio: Add StreamReaderProtocol to __all__.
by Guido van Rossum
· 11 years ago
000de53
Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty()
by Victor Stinner
· 11 years ago
b4a04fb
Reverting e39db21df580 eagerly due to buildbot failures.
by Alexandre Vassalotti
· 11 years ago
dd7e291
#13592, #17087: add whatsnew entry about regex/match object repr improvements.
by Ezio Melotti
· 11 years ago
f94a041
Combine _Pickler_FastCall and _Unpickler_FastCall in cpickle.
by Alexandre Vassalotti
· 11 years ago
613a97e
#19778: fix a couple of re reprs in the documentation.
by Ezio Melotti
· 11 years ago
1048fb5
Issue #19739: Try to fix compiler warnings on 32-bit Windows.
by Alexandre Vassalotti
· 11 years ago
2cf4b0f
Issue #19742: fix a test_pathlib failure when a file owner or group isn't in the system database
by Antoine Pitrou
· 11 years ago
c7cf5fc
Issue #19691: remove outdated mention about RuntimeError
by Antoine Pitrou
· 11 years ago
9527f16
Issue #19691: remove outdated mention about RuntimeError
by Antoine Pitrou
· 11 years ago
27bfe46
asyncio: Hopeful fix for issue 19765.
by Guido van Rossum
· 11 years ago
14c3e14
asyncio: Change mock pipe to mock socket. Hope to fix issue 19750.
by Guido van Rossum
· 11 years ago
23ed7e3
Issue #19753: New try to fix test_gdb on System Z buildbot
by Victor Stinner
· 11 years ago
d2736af
Mention the new tracemalloc module in the What's New in Python 3.4 document
by Victor Stinner
· 11 years ago
4fbefdb
Close #19762: Fix name of _get_traces() and _get_object_traceback() function
by Victor Stinner
· 11 years ago
1b28be4
merge heads
by Gregory P. Smith
· 11 years ago
6548257
Remove an errant extra \ within a docstring.
by Gregory P. Smith
· 11 years ago
0e52404
Remove an errant extra \ within a docstring.
by Gregory P. Smith
· 11 years ago
a89ecc7
Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.
by Victor Stinner
· 11 years ago
d476ab1
merge with 3.3
by Georg Brandl
· 11 years ago
37b70bb
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
by Georg Brandl
· 11 years ago
dbce53d
merge with 3.3
by Georg Brandl
· 11 years ago
db5e74f
Fix doc markup error.
by Georg Brandl
· 11 years ago
16c4239
asyncio: Fix docstring of get_nowait().
by Guido van Rossum
· 11 years ago
ded929b
Merge save_int into save_long in cpickle to remove redundant code.
by Alexandre Vassalotti
· 11 years ago
Next »