Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8fc7d296a2735202720f935770fea772c3a0ba3e
8fc7d29
merge 3.4
by Benjamin Peterson
· 9 years ago
e2825e9
merge 3.3
by Benjamin Peterson
· 9 years ago
14b2c82
fix reordering
by Benjamin Peterson
· 9 years ago
c98bbd5
merge 3.4
by Benjamin Peterson
· 9 years ago
68524e1
merge 3.3
by Benjamin Peterson
· 9 years ago
2deaea3
merge 3.2
by Benjamin Peterson
· 9 years ago
5e62117
add CVE and issue number
by Benjamin Peterson
· 9 years ago
2356069
Issue #25800: Merge with 3.4
by Zachary Ware
· 9 years ago
6d8a260
Issue #25800: Fix running test_capi directly
by Zachary Ware
· 9 years ago
ac28b79
Issue #25795: Fix several tests to run independently.
by Zachary Ware
· 9 years ago
939614c
Merge: #24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
ced699b
#24903: Remove misleading error message to fix regression.
by R David Murray
· 9 years ago
6a77c2d
Issue #25764: Merge subprocess fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
ccddbb1
Issue #23936: Clarify what finders are.
by Brett Cannon
· 9 years ago
f4f25fe
Issue #25500: Fix the language reference to not claim that import
by Brett Cannon
· 9 years ago
f17c200
Add Awaitable, AsyncIterable, AsyncIterator to typing.py.
by Guido van Rossum
· 9 years ago
b1f64e7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
c7217d7
Issue #6478: _strptime's regexp cache now is reset after changing timezone
by Serhiy Storchaka
· 9 years ago
657257e
Issue #14285: Do not catch __init__.py exceptions in runpy
by Martin Panter
· 9 years ago
6648bf5
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
7aa6908
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
by Serhiy Storchaka
· 9 years ago
38982e5
Null merge
by Serhiy Storchaka
· 9 years ago
10f997d
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
by Steve Dower
· 9 years ago
09a08de
Fix test_doctest in verbose mode
by Victor Stinner
· 9 years ago
f02de49
Merge heads.
by Steven D'Aprano
· 9 years ago
40a841b
Fixed issue #25177, problems with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
ee1a0e4
Issue #25767: Merge with 3.4
by Zachary Ware
· 9 years ago
992bfe0
Issue #25767: Link to English Wikipedia instead of French.
by Zachary Ware
· 9 years ago
c0c00c3
Fix for issue #25177 with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
1f23e23
Removed debugging output of exception raised by __reduce__ method.
by Serhiy Storchaka
· 9 years ago
a8d83f5
Removed debugging output of exception raised by __reduce__ method.
by Serhiy Storchaka
· 9 years ago
77a61d2
Fixed reference leak when read truncated pickle.
by Serhiy Storchaka
· 9 years ago
ca28eba
Fixed reference leak when read truncated pickle.
by Serhiy Storchaka
· 9 years ago
b63015b
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
cbbec1c
Issue #25718: Fixed copying object with state with boolean value is false.
by Serhiy Storchaka
· 9 years ago
afdd513
Issue #25764: Preserve subprocess fork exception when preexec_fn used
by Martin Panter
· 9 years ago
3c49710
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
7279bef
Issue #25761: Added more test cases for testing unpickling broken data.
by Serhiy Storchaka
· 9 years ago
15f070f
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
c472246
Issue #10131: Fixed deep copying of minidom documents. Based on patch
by Serhiy Storchaka
· 9 years ago
9e87f3d
Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
747d48c
Issues #22989, #21228: Document HTTP response object for urlopen()
by Martin Panter
· 9 years ago
077e36a
Issue #25622: Use repr(bytes) to avoid BytesWarning
by Martin Panter
· 9 years ago
7b2eb81
Issue #25622: Merge ctypes test from 3.4 into 3.5
by Martin Panter
· 9 years ago
92072ac
Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows
by Martin Panter
· 9 years ago
44d682a
Null merge
by Serhiy Storchaka
· 9 years ago
097a664
Issue #19687: Fixed possible integer overflows in ElementTree.
by Serhiy Storchaka
· 9 years ago
670d78a
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
d28bb62
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
by Serhiy Storchaka
· 9 years ago
2cefc1e
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
33e7ea5
Issue #25616: Tests for OrderedDict are extracted from test_collections
by Serhiy Storchaka
· 9 years ago
83cb6b5
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 9 years ago
1c855f4
Issue #25697: Fixed rough alphabetical order in Misc/ACKS.
by Serhiy Storchaka
· 9 years ago
f9afda5
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 9 years ago
1509580
Issue #24731: Fixed crash on converting objects with special methods
by Serhiy Storchaka
· 9 years ago
c5f3b42
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 9 years ago
a49de6b
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
by Serhiy Storchaka
· 9 years ago
46cc4a8
Issue #25508: Merged documentation fix from 3.4.
by Vinay Sajip
· 9 years ago
4f44d53
Issue #25508: Clarify documentation on LogRecord args attribute.
by Vinay Sajip
· 9 years ago
f7e8d07
Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
cda85a0
Issue #25576: Remove application/x-www-form-urlencoded charset advice
by Martin Panter
· 9 years ago
6e70131
Issue #25700: Clarify that namedtuple property docstrings became writeable in 3.5
by Raymond Hettinger
· 9 years ago
c3f7d17
Fix non-ascii character
by Raymond Hettinger
· 9 years ago
c9c3dd8
Add a missing docstring
by Raymond Hettinger
· 9 years ago
11bb1ad
Issue #25663: Merge rlcompleter fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
ed92910
Issue #25663: Make rlcompleter avoid duplicate global names
by Martin Panter
· 9 years ago
1f84765
Issue #25706: Fixed markup in the documentation.
by Serhiy Storchaka
· 9 years ago
bf7b9ed
Issue #25706: Fixed markup in the documentation.
by Serhiy Storchaka
· 9 years ago
6f988b5
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 9 years ago
e3d4ec4
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
by Serhiy Storchaka
· 9 years ago
4409c6c
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
e9b3074
Issue #23914: Fixed SystemError raised by unpickler on broken pickle data.
by Serhiy Storchaka
· 9 years ago
3715cab
Merge 3.5.1rc1 release changes back into main 3.5 branch.
by Larry Hastings
· 9 years ago
ba11daa
Post-release updates for Python 3.5.1rc1.
by Larry Hastings
· 9 years ago
3987fef
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
b6aa537
Issue #25691: Fixed crash on deleting ElementTree.Element attributes.
by Serhiy Storchaka
· 9 years ago
21cecb9
Fixes upload directories for Windows installer.
by Steve Dower
· 9 years ago
6e3d2ba
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 9 years ago
8bc792a
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
by Serhiy Storchaka
· 9 years ago
36e4f76
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
04d759b
Issue #19687: Fixed memory leak on failed Element slice assignment.
by Serhiy Storchaka
· 9 years ago
8f576d9
Added tag v3.5.1rc1 for changeset 948ef16a6951
by Larry Hastings
· 9 years ago
6e86580
Version bump for Python 3.5.1rc1.
by Larry Hastings
· 9 years ago
1fb5b73
Updated pydoc topics for 3.5.1rc1.
by Larry Hastings
· 9 years ago
23244e5
Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5
by Martin Panter
· 9 years ago
828123c
Issue #25689: Fix language in ftplib and nntplib docs
by Martin Panter
· 9 years ago
4a93cf7
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
6e92c11
Update idlelib/NEWS.txt.
by Terry Jan Reedy
· 9 years ago
7537898
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 9 years ago
c75d37f
Misc/NEWS entries for IDLE.
by Terry Jan Reedy
· 9 years ago
efd83fe
Issue #25686: test_shutil no longer uses the distutils package for searching
by Serhiy Storchaka
· 9 years ago
b42de2f
Issue #25686: test_shutil no longer uses the distutils package for searching
by Serhiy Storchaka
· 9 years ago
e1b02e0
Issue 15348: Stop debugger engine (normally in user process)
by Terry Jan Reedy
· 9 years ago
6a904c1
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
by Terry Jan Reedy
· 9 years ago
0f3c976
asyncio: Fix with github
by Yury Selivanov
· 9 years ago
a211a7a
asyncio.tests: Fix whitespace
by Yury Selivanov
· 9 years ago
d59bba8
asyncio: Drop "value" parameter from Task._step method.
by Yury Selivanov
· 9 years ago
b485bb4
asyncio: Sync with github
by Yury Selivanov
· 9 years ago
4379d15
Make it slightly clearer that IDLE close message is referring to user program,
by Terry Jan Reedy
· 9 years ago
51d3f8b
#25679: spelling fix
by R David Murray
· 9 years ago
Next »