Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4eea62fd2e40d928ff88facc796ebba3aac808a2
4eea62f
Issues #814253, #9179: Group references and conditional group references now
by Serhiy Storchaka
· 10 years ago
df80706
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
by Serhiy Storchaka
· 10 years ago
a1543cd
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
by Serhiy Storchaka
· 10 years ago
254dd59
Issue #5700: io.FileIO() called flush() after closing the file.
by Serhiy Storchaka
· 10 years ago
a3712a9
Issue #5700: io.FileIO() called flush() after closing the file.
by Serhiy Storchaka
· 10 years ago
7065f37
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
by Serhiy Storchaka
· 10 years ago
5e3d7a4
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
by Serhiy Storchaka
· 10 years ago
78a8249
Issue #23490: Fixed possible crashes related to interoperability between
by Serhiy Storchaka
· 10 years ago
e55181f
Issue #23490: Fixed possible crashes related to interoperability between
by Serhiy Storchaka
· 10 years ago
d671213
Closes #23018: Replace copyright symbol with escape.
by Steve Dower
· 10 years ago
e7b9267
Removes unused string resources from Windows installer.
by Steve Dower
· 10 years ago
3fa8422
Issue #23422: Clarify some things around importlib.import_module()
by Brett Cannon
· 10 years ago
16cd19c
Issue #22834: Fix a failing test under Solaris due to the platform not
by Brett Cannon
· 10 years ago
abbf0f4
Issue #23442: Rename two member names to stay backward compatible
by Berker Peksag
· 10 years ago
79d8f3f
Regenerated Argument Clinic checksums.
by Serhiy Storchaka
· 10 years ago
7a4f43a
Improve struct cache locality by bring commonly accessed fields close together.
by Raymond Hettinger
· 10 years ago
8e28679
Issue #23439: Add missing entries to http.client.__all__.
by Berker Peksag
· 10 years ago
babc688
Issue #23439: Add missing entries to http.client.__all__.
by Berker Peksag
· 10 years ago
868a5a7
Null merge with 3.4
by Zachary Ware
· 10 years ago
56dee1e
Fix typo pointed out on docs@ by Yaniv Sayeh
by Zachary Ware
· 10 years ago
4785f5e
Merge with 3.4
by Zachary Ware
· 10 years ago
57c616f
Fix a typo pointed out on docs@
by Zachary Ware
· 10 years ago
869311d
merge 3.4 (#23481)
by Benjamin Peterson
· 10 years ago
500af33
remove rc4 from the default client ciphers (closes #23481)
by Benjamin Peterson
· 10 years ago
3892189
Closes #23482: sqlite3_d.dll is not included in installer
by Steve Dower
· 10 years ago
e30c8fc
merge 3.4
by Benjamin Peterson
· 10 years ago
39d7063
merge heads
by Benjamin Peterson
· 10 years ago
6a2c4a1
merge heads
by Benjamin Peterson
· 10 years ago
9dd25dd
merge 3.4
by Benjamin Peterson
· 10 years ago
76e37b1
merge 3.3
by Benjamin Peterson
· 10 years ago
03f8612
merge 3.2
by Benjamin Peterson
· 10 years ago
893cce9
remove RPM, since it's unused and unmaintained
by Benjamin Peterson
· 10 years ago
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
Next »