Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f4f67e52b4bdab792e111ba024ddd223f24909df
f4f67e5
Merge 3.5
by Yury Selivanov
· 9 years ago
e319ab0
docs/asyncio: Update ensure_future & run_coroutine_threadsafe docs
by Yury Selivanov
· 9 years ago
2c008d8
Merge 3.5
by Yury Selivanov
· 9 years ago
4a18b35
docs/whatsnew/3.5: Fix ref link
by Yury Selivanov
· 9 years ago
e93f407
Merge 3.5
by Yury Selivanov
· 9 years ago
bf077ee
whatsnew/3.5: Mention new asyncio APIs in 3.5.1
by Yury Selivanov
· 9 years ago
60889d1
Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
by Gregory P. Smith
· 9 years ago
f1b3134
Issue #11072: change the incorrect "deprecation" of ftplib dir() and nlst()
by Gregory P. Smith
· 9 years ago
fcbdf99
* Re-fix issue #19284: Don't generate the no-op -R command line
by Gregory P. Smith
· 9 years ago
6edadfc
* Re-fix issue #19284: Don't generate the no-op -R command line
by Gregory P. Smith
· 9 years ago
8c084eb
merge head
by Gregory P. Smith
· 9 years ago
0212c4d
Re-fix issue #19284: Don't generate the no-op -R command line
by Gregory P. Smith
· 9 years ago
220ba72
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
by Gregory P. Smith
· 9 years ago
4cb6d37
assert_python_ok docstring typo fix.
by Gregory P. Smith
· 9 years ago
86d322f
Undo inadvertent line swap
by Raymond Hettinger
· 9 years ago
5088f60
Hoist constant expressions (so->table and so->mask) out of the inner-loop.
by Raymond Hettinger
· 9 years ago
9fdaff3
Merge 3.5
by Victor Stinner
· 9 years ago
e847d71
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try)
by Victor Stinner
· 9 years ago
d991963
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
by R David Murray
· 9 years ago
51a4b22
Merge: #25495: Clarify b2a_base64 documentation vis 57 bytes.
by R David Murray
· 9 years ago
2b4f47e
#25495: Clarify b2a_base64 documentation vis 57 bytes.
by R David Murray
· 9 years ago
6b8f0c8
(Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
by Victor Stinner
· 9 years ago
ed53782
Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir()
by Victor Stinner
· 9 years ago
e33baf8
Merge 3.5
by Victor Stinner
· 9 years ago
8de795f
Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory
by Victor Stinner
· 9 years ago
117051a
(Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9.
by Victor Stinner
· 9 years ago
c202155
Issue #25696: Fix installation of Python on UNIX with make -j9.
by Victor Stinner
· 9 years ago
67dbd0d
Fixes #25844: Merged fix from 3.5.
by Vinay Sajip
· 9 years ago
a1d6f39
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
by Vinay Sajip
· 9 years ago
abeb647
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
by Vinay Sajip
· 9 years ago
7072447
Sync asyncio with upstream git repo (conditional import in test_pep492.py). (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
1a316e8
Sync asyncio with upstream git repo (conditional import in test_pep492.py).
by Guido van Rossum
· 9 years ago
33d8a1b
Issue #19771: Merge runpy error adjustment from 3.5
by Martin Panter
· 9 years ago
ad587f9
Issue #25845: Merge PyLong_Check() cleanup from 3.5
by Martin Panter
· 9 years ago
58ea910
Issue #25809: Merge French locale test from 3.5
by Martin Panter
· 9 years ago
dda5843
Issue #19771: Omit irrelevant message if package could not be initialized
by Martin Panter
· 9 years ago
f0c0318
Issue #25845: Drop redundant checks leftover from int to long conversion
by Martin Panter
· 9 years ago
6a10936
Issue #25809: Skip testing platform-dependent French thousands separator
by Martin Panter
· 9 years ago
e0ad1e1
Issue #25755: Move PropertyWritableDoc into the test case
by Berker Peksag
· 9 years ago
a7d8127
Issue #25755: Move PropertyWritableDoc into the test case
by Berker Peksag
· 9 years ago
8bb6fa8
Merge 3.5
by Yury Selivanov
· 9 years ago
d3ded40
Merge 3.4
by Yury Selivanov
· 9 years ago
0ac3a0c
asyncio: Make Tasks check if Futures are attached to the same event loop
by Yury Selivanov
· 9 years ago
0f8475a
Merge 3.5
by Yury Selivanov
· 9 years ago
7888e67
Merge 3.4
by Yury Selivanov
· 9 years ago
dddc781
asyncio: Sync with github
by Yury Selivanov
· 9 years ago
aa5dcd8
Issue #25764: Merge fix for root user from 3.5
by Martin Panter
· 9 years ago
70fe09b
Issue #22341: Merge CRC doc from 3.5
by Martin Panter
· 9 years ago
5cf791b
Issue #25764: Skip fork failure test when run as root
by Martin Panter
· 9 years ago
b82032f
Issue #22341: Drop Python 2 workaround and document CRC initial value
by Martin Panter
· 9 years ago
8c0b5b9
Issue #14285: Merge runpy fix from 3.5
by Martin Panter
· 9 years ago
36ff997
Issue #25638: Optimized ElementTree parsing; it is now 10% faster.
by Serhiy Storchaka
· 9 years ago
7dda421
Issue #14285: Do not catch exceptions initializing any ancestor package
by Martin Panter
· 9 years ago
956244b
Fixed possible leaks in ElementTree parser.
by Serhiy Storchaka
· 9 years ago
a29eb08
Fixed possible leaks in ElementTree parser.
by Serhiy Storchaka
· 9 years ago
9fcbdf4
Fixed possible leak in ElementTree.Element.iter().
by Serhiy Storchaka
· 9 years ago
d6a69d8
Fixed possible leak in ElementTree.Element.iter().
by Serhiy Storchaka
· 9 years ago
e0ffe17
Merge with 3.5
by Zachary Ware
· 9 years ago
3181feb
Clarify that only *documentation* bugs should go to docs@python.org
by Zachary Ware
· 9 years ago
747029a
Issue #25820: Merge test_gdb fixes from 3.5
by Martin Panter
· 9 years ago
40e102c
Issue #25820: Remove unused assignment and redundant GDB CLI arguments
by Martin Panter
· 9 years ago
2e7fca8
Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly
by Berker Peksag
· 9 years ago
6e9d2e6
Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly
by Berker Peksag
· 9 years ago
2300bf2
Only update the arr variable when PyObject_RichCompareBool() has been called.
by Raymond Hettinger
· 9 years ago
e7ceef6
Issue #25701: Merge set and delete documentation from 3.5
by Martin Panter
· 9 years ago
45be8d6
Issue #25701: Document C API functions that both set and delete objects
by Martin Panter
· 9 years ago
3a0380f
merge 3.5
by doko@ubuntu.com
· 9 years ago
f174689
merge 3.4
by doko@ubuntu.com
· 9 years ago
5e58600
Remove x permissions from Lib/test/test_script_helper.py
by doko@ubuntu.com
· 9 years ago
3ac5380
Issue #25761: Fixed reference leak added in previous changeset (5c670af0100f).
by Serhiy Storchaka
· 9 years ago
ef3a676
Null merge from 3.5.
by Larry Hastings
· 9 years ago
f78d851
Mostly-null merge from 3.4. (Only added the tag for 3.4.4rc1.)
by Larry Hastings
· 9 years ago
d785da8
Merge.
by Larry Hastings
· 9 years ago
f9c88ec
Merge.
by Larry Hastings
· 9 years ago
13cf490
Post-release fixups for Python 3.4.4rc1.
by Larry Hastings
· 9 years ago
0c6ffab
Post-release fixups for Python 3.5.1.
by Larry Hastings
· 9 years ago
9ec5e25
Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
by Serhiy Storchaka
· 9 years ago
f2fdfe1
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 9 years ago
7ff276f
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 9 years ago
7efaf95
Issue25814: Propagate all errors from custom XML parser handlers
by Serhiy Storchaka
· 9 years ago
59fb634
Issue #25761: Improved detecting errors in broken pickle data.
by Serhiy Storchaka
· 9 years ago
00a8635
Added tag v3.4.4rc1 for changeset 04f3f725896c
by Larry Hastings
· 9 years ago
e739601
Version bump for 3.4.4rc1.
by Larry Hastings
· 9 years ago
8986c44
Rebuilt pydoc topics for 3.4.4rc1.
by Larry Hastings
· 9 years ago
c68e723
Issue #25717: Merge comment from 3.5
by Martin Panter
· 9 years ago
49d3db9
Issue #25717: Add comment explaining why errors are ignored
by Martin Panter
· 9 years ago
7da28d2
Issue #25798: merge from 3.5
by Ned Deily
· 9 years ago
8d5d466
Issue #25798: merge from 3.4
by Ned Deily
· 9 years ago
6364094
Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
by Ned Deily
· 9 years ago
c851106
Issue #25717: Merge fstat() fix from 3.5
by Martin Panter
· 9 years ago
0bb62b1
Issue #25717: Tolerate fstat() failures in the FileIO constructor
by Martin Panter
· 9 years ago
0c398eb
Added tag v3.5.1 for changeset 37a07cee5969
by Larry Hastings
· 9 years ago
ffccaa4
Version bump for 3.5.1 final.
by Larry Hastings
· 9 years ago
3e7a56a
Updated pydoc topics for 3.5.1 final.
by Larry Hastings
· 9 years ago
c4b8979
Issue #25764: Merge OS X test skipping from 3.4 into 3.5
by Martin Panter
· 9 years ago
0d559cf
Issue #25764: Remove test debugging
by Martin Panter
· 9 years ago
1a173de
Issue #25764: Merge OS X test skipping from 3.5
by Martin Panter
· 9 years ago
f7fdbda
Issue #25764: Skip the test on OS X
by Martin Panter
· 9 years ago
4be79aa
merge 3.5
by Benjamin Peterson
· 9 years ago
8fc7d29
merge 3.4
by Benjamin Peterson
· 9 years ago
Next »