Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8aba316feadb7c8469eea38aec3076ccf72255df
8aba316
Issue #23474: Enhanced locale testing.
by Serhiy Storchaka
· 10 years ago
0954585
Issue #23474: Enhanced locale testing.
by Serhiy Storchaka
· 10 years ago
1130c7f
merge 3.4 (#23410)
by Benjamin Peterson
· 10 years ago
70e2847
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410)
by Benjamin Peterson
· 10 years ago
a634433
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
e7a2f64
asyncio: Fix warning in test_close_kill_running()
by Victor Stinner
· 10 years ago
cbbdfb5
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
f91d845
asyncio, Tulip issue 220: Update doc of asyncio.Queue, add join and task_done
by Victor Stinner
· 10 years ago
e170ed2
asyncio doc: fix the sphinx extension for coroutine commands
by Victor Stinner
· 10 years ago
7cbb78c
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
4088ad9
Issue #23475, asyncio: Fix test_close_kill_running()
by Victor Stinner
· 10 years ago
4cb814c
asyncio, Tulip issue 220: Merge JoinableQueue with Queue.
by Victor Stinner
· 10 years ago
4e82fb9
asyncio: BaseSubprocessTransport: repr() mentions when the child process is
by Victor Stinner
· 10 years ago
8391b72
Issue #22883: Update PyInt to PyLong in C API example.
by Serhiy Storchaka
· 10 years ago
df0db49
Issue #22883: Update PyInt to PyLong in C API example.
by Serhiy Storchaka
· 10 years ago
483405b
Issue #22883: Got rid of outdated references to PyInt and PyString in comments.
by Serhiy Storchaka
· 10 years ago
77c041b
merge 3.4 (#21548)
by Benjamin Peterson
· 10 years ago
54237f9
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
by Benjamin Peterson
· 10 years ago
43036a6
Fixed sizeof tests for ElementTree (issue #23450).
by Serhiy Storchaka
· 10 years ago
67559bf
Issue #23450: Silenced compiler warnings and added asserts in peephole optimizer.
by Serhiy Storchaka
· 10 years ago
e9fc669
Null merge
by Serhiy Storchaka
· 10 years ago
3584056
Shoould be Py_MIN, not Py_MAX.
by Serhiy Storchaka
· 10 years ago
26861b0
Issue #23450: Fixed possible integer overflows.
by Serhiy Storchaka
· 10 years ago
4d0d982
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
by Serhiy Storchaka
· 10 years ago
1a1ff29
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
by Serhiy Storchaka
· 10 years ago
53fa8b2
Fixed few compiler warnings.
by Serhiy Storchaka
· 10 years ago
a9e00d1
Issue #20069: Fixed test_os on Solaris: error message is platform depended.
by Serhiy Storchaka
· 10 years ago
a9e2c8e
Issue #17753: effective_ids unavailable on Windows.
by Berker Peksag
· 10 years ago
e1efc07
Issue #17753: effective_ids unavailable on Windows.
by Berker Peksag
· 10 years ago
5a4adda
Fix typo in os.supports_effective_ids documentation.
by Berker Peksag
· 10 years ago
4d6c606
Fix typo in os.supports_effective_ids documentation.
by Berker Peksag
· 10 years ago
23edd49
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
by Serhiy Storchaka
· 10 years ago
74eb8b2
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
by Serhiy Storchaka
· 10 years ago
c481bfb
Issue #23239: ssl.match_hostname() now supports matching of IP addresses.
by Antoine Pitrou
· 10 years ago
2d07b85
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
by Antoine Pitrou
· 10 years ago
57fffd6
Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib.
by Antoine Pitrou
· 10 years ago
90caf01
Issue #19681: Test the repr of partial with more than one keyword argument.
by Serhiy Storchaka
· 10 years ago
0aa74e1
Issue #19681: Test the repr of partial with more than one keyword argument.
by Serhiy Storchaka
· 10 years ago
c86ca26
Issue #23096: Pickle representation of floats with protocol 0 now is the same
by Serhiy Storchaka
· 10 years ago
d362c21
Use pickled data compatible with Python 2 for testing protocols 0-2.
by Serhiy Storchaka
· 10 years ago
fa310ee
Use pickled data compatible with Python 2 for testing protocols 0-2.
by Serhiy Storchaka
· 10 years ago
5fd174a
Use os.devnull instead of hardcoded '/dev/null'.
by Serhiy Storchaka
· 10 years ago
56abe39
Merge heads
by Serhiy Storchaka
· 10 years ago
85c3033
Use os.devnull instead of hardcoded '/dev/null'.
by Serhiy Storchaka
· 10 years ago
9121fe8
Add a whatsnew entry for issue #22003.
by Berker Peksag
· 10 years ago
9ab1cc4
Issue #13637: Improve exception message of a2b_* functions.
by Berker Peksag
· 10 years ago
3cd30c2
Issue #13637: Improve exception message of a2b_* functions.
by Berker Peksag
· 10 years ago
2eb8f81
Issue #13637: Remove outdated versionchanged directives.
by Berker Peksag
· 10 years ago
50ef8a8
Issue #13637: Remove outdated versionchanged directives.
by Berker Peksag
· 10 years ago
2307287
Issue #17753: Skip test_zipfile tests which require write access to test
by Serhiy Storchaka
· 10 years ago
db724fe
Issue #17753: Skip test_zipfile tests which require write access to test
by Serhiy Storchaka
· 10 years ago
86a35bc
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
by Serhiy Storchaka
· 10 years ago
6b688d8
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
by Serhiy Storchaka
· 10 years ago
f80ccf2
merge 3.4 (#22633)
by Benjamin Peterson
· 10 years ago
2476b98
avoid reading unallocated memory when argc == 0 (closes #22633)
by Benjamin Peterson
· 10 years ago
8dcc1a9
Issue #23437: Update NEWS and whatsnew/3.5
by Steve Dower
· 10 years ago
cc115ee
Simplify MSI projects.
by Steve Dower
· 10 years ago
17be514
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
by Steve Dower
· 10 years ago
a9076d6
Issue #23461: Normalise line endings when comparing old and new contents of importlib.h
by Steve Dower
· 10 years ago
a750ce3
Issue #19105: pprint now more efficiently uses free space at the right.
by Serhiy Storchaka
· 10 years ago
8089cd6
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
by Berker Peksag
· 10 years ago
0fe6325
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
by Berker Peksag
· 10 years ago
6767757
Issue #23418: Add missing entries to http.server.__all__.
by Berker Peksag
· 10 years ago
366c570
Issue #23418: Add missing entries to http.server.__all__.
by Berker Peksag
· 10 years ago
2eab85b
Issue #21849: Ported from 2.7 tests for non-ASCII data.
by Serhiy Storchaka
· 10 years ago
a25c542
Issue #21849: Ported from 2.7 tests for non-ASCII data.
by Serhiy Storchaka
· 10 years ago
866ca88
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
bdd574d
asyncio doc: annotate coroutine on coroutine functions and methods
by Victor Stinner
· 10 years ago
cf40a9e
Issue #23450: Fix signal.set_wakeup_fd() on Windows
by Victor Stinner
· 10 years ago
db80aec
Fix installer Back button going to wrong page when modifying.
by Steve Dower
· 10 years ago
8b62bbf
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
by Antoine Pitrou
· 10 years ago
3d6c784
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
by Antoine Pitrou
· 10 years ago
ce2c584
Merge 3.4 (typo)
by Victor Stinner
· 10 years ago
22fabe2
Fix typo: PyMem_Alloc => PyMem_Malloc
by Victor Stinner
· 10 years ago
c07422c
Splitted the WFILE structure to WFILE and RFILE.
by Serhiy Storchaka
· 10 years ago
c1efe5f
Issue #23344: marshal.dumps() is now 20-25% faster on average.
by Serhiy Storchaka
· 10 years ago
ce921c62
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
by Serhiy Storchaka
· 10 years ago
bd09d7b
Fix typos in Doc/whatsnew/3.5.rst.
by Berker Peksag
· 10 years ago
385efb4
Merge 3.4 (faulthandler)
by Victor Stinner
· 10 years ago
7a5567a
Issue #23433: Fix faulthandler._stack_overflow()
by Victor Stinner
· 10 years ago
eb6b554
Update copyright.
by Raymond Hettinger
· 10 years ago
ea5ce5a
Issue #23383: Cleaned up bytes formatting.
by Serhiy Storchaka
· 10 years ago
4163cc0
Merge 3.4 (asyncio)
by Victor Stinner
· 10 years ago
8e36812
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
by Victor Stinner
· 10 years ago
4bdcfce
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
by Serhiy Storchaka
· 10 years ago
832dd5f
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
by Serhiy Storchaka
· 10 years ago
5ef01e9
merge 3.4 (#23361)
by Benjamin Peterson
· 10 years ago
22ef9f7
merge 3.3 (#23361)
by Benjamin Peterson
· 10 years ago
8ce6806
add overflow checking (closes #23361)
by Benjamin Peterson
· 10 years ago
365701a
Added respect_handler_level to QueueListener.
by Vinay Sajip
· 10 years ago
438f913
Mirco-optimizations to reduce register spills and reloads observed on CLANG and GCC.
by Raymond Hettinger
· 10 years ago
54576da
Merge with 3.4
by Martin v. Löwis
· 10 years ago
78daf00
Amend b8ebf381390f: find patchlevel.py in extensions.
by Martin v. Löwis
· 10 years ago
cf3427e
Merge with 3.4
by Martin v. Löwis
· 10 years ago
39abba4
Issue #17896: Update msi.py to new externals dir.
by Martin v. Löwis
· 10 years ago
df4fb13
Merge.
by Larry Hastings
· 10 years ago
f77232b
Post-release updates for Python 3.5.0a1.
by Larry Hastings
· 10 years ago
833d192
Post-release updates for Python 3.4.3rc1.
by Larry Hastings
· 10 years ago
312cef0
Improve Windows release scripts
by Steve Dower
· 10 years ago
914db0f
Issue #23285: Install new test directory.
by Ned Deily
· 10 years ago
Next »