Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
015bce64b35fb9de199f41eb5a3e5b7d9d20e3c1
015bce6
Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.
by INADA Naoki
· 8 years ago
510df6f
merge 3.6
by Benjamin Peterson
· 8 years ago
741c45a
merge 3.5
by Benjamin Peterson
· 8 years ago
a105dd3
generate spaces instead of tabs into config.c
by Benjamin Peterson
· 8 years ago
fc4b438
Closes #29132: Merged fix from 3.6.
by Vinay Sajip
· 8 years ago
61eda72
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
by Vinay Sajip
· 8 years ago
f25dec9
Issue #29062: Doc: Fix make suspicious
by INADA Naoki
· 8 years ago
2e1b6ea
Issue #29062: Doc: Fix make suspicious
by INADA Naoki
· 8 years ago
35e022b
Repeat “when pass” fixes for 3.7 section
by Martin Panter
· 8 years ago
446a498
Merge doc fixes from 3.6
by Martin Panter
· 8 years ago
674b099
More instances of “when pass”
by Martin Panter
· 8 years ago
4659ddc
Merge doc fixes from 3.5
by Martin Panter
· 8 years ago
8f13783
Avoid line breaks after hyphens, otherwise they are turned into spaces
by Martin Panter
· 8 years ago
536d70e
Fix grammar, typos and markup in documentation and code comments
by Martin Panter
· 8 years ago
94b39ce
Issue #1621: Overflow should not be possible in listextend()
by Martin Panter
· 8 years ago
5644729
Issue #29145: Merge test from 3.6
by Martin Panter
· 8 years ago
758c7d0
Merge tests from 3.5
by Martin Panter
· 8 years ago
e706f43
Merged upstream changes.
by Vinay Sajip
· 8 years ago
abe40bc
Closed #29261: merged fix from 3.6.
by Vinay Sajip
· 8 years ago
6b642c9
Fixes #29261: merged fix from 3.5.
by Vinay Sajip
· 8 years ago
b2d6179
Document Python versions in which the removed features were deprecated.
by Serhiy Storchaka
· 8 years ago
5fd832b
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.
by Vinay Sajip
· 8 years ago
9ed707e
Issue #29197: Removed deprecated function ntpath.splitunc().
by Serhiy Storchaka
· 8 years ago
4f76fb1
Issue #29210: Removed support of deprecated argument "exclude" in
by Serhiy Storchaka
· 8 years ago
62db0db
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
by INADA Naoki
· 8 years ago
e2f9e77
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
by INADA Naoki
· 8 years ago
6196ac4
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 8 years ago
4c4ff5f
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 8 years ago
4b318f8
Issue #29219: Fixed infinite recursion in the repr of uninitialized
by Serhiy Storchaka
· 8 years ago
cc28337
Issue #29192: Removed deprecated features in the http.cookies module.
by Serhiy Storchaka
· 8 years ago
009b0a1
Issue #29193: A format string argument for string.Formatter.format()
by Serhiy Storchaka
· 8 years ago
b37f3f6
Issue #29195: Removed support of deprecated undocumented keyword arguments
by Serhiy Storchaka
· 8 years ago
8cbc51a
Py_SIZE() was misused for dict.
by Serhiy Storchaka
· 8 years ago
a675842
Py_SIZE() was misused for dict.
by Serhiy Storchaka
· 8 years ago
3023ebb
Py_SIZE() was misused for dict.
by Serhiy Storchaka
· 8 years ago
a24dca6
Fix typo
by Raymond Hettinger
· 8 years ago
f810d04
Closes #28130: Documented that time.tzset() updates time module globals.
by Alexander Belopolsky
· 8 years ago
a16825a
Merge heads
by Serhiy Storchaka
· 8 years ago
a024d42
Null merge
by Serhiy Storchaka
· 8 years ago
9d83b96
Null merge
by Serhiy Storchaka
· 8 years ago
97bf592
Null merge
by Serhiy Storchaka
· 8 years ago
cc03ab6
Null merge
by Serhiy Storchaka
· 8 years ago
cb19aeb
Merge heads
by Serhiy Storchaka
· 8 years ago
617c775
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
88f17ff
Issue #22343: Merged change from 3.6.
by Vinay Sajip
· 8 years ago
a44e2cd
Issue #22343: Merged change from 3.5.
by Vinay Sajip
· 8 years ago
42e1ea9
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
98a7441
Issue #22343: Made bash activate script available on Windows.
by Vinay Sajip
· 8 years ago
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 8 years ago
b71c095
Issues #1621, #29145: Test for str.join() overflow
by Martin Panter
· 8 years ago
52e2907
Issue #22980: Skip a sysconfig test if _ctypes is not available.
by Martin Panter
· 8 years ago
798ad27
Merge 3.6
by Victor Stinner
· 8 years ago
12c4aba
Merge 3.5
by Victor Stinner
· 8 years ago
9b8dcc6
Fix script_helper.run_python_until_end(): copy SYSTEMROOT
by Victor Stinner
· 8 years ago
de38328
Issue #25591: Fix test_imaplib if ssl miss
by Victor Stinner
· 8 years ago
89483ba
Null merge
by Serhiy Storchaka
· 8 years ago
3159b33
Merge with 3.5.
by Serhiy Storchaka
· 8 years ago
87006a3
Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.
by Serhiy Storchaka
· 8 years ago
d9c956f
Issue #20804: The unittest.mock.sentinel attributes now preserve their
by Serhiy Storchaka
· 8 years ago
d4f5001
Issue #29220: Merged fixes from 3.6.
by Vinay Sajip
· 8 years ago
a861d48
Issue #292Merged fixes from 3.5.
by Vinay Sajip
· 8 years ago
924aaae
Issue #29220: Improved fix and test.
by Vinay Sajip
· 8 years ago
23e5b82
Issue #29239: Merge bug number from 3.6
by Martin Panter
· 8 years ago
849b6bd
Issue #15657: Merge METH_KEYWORDS doc from 3.6
by Martin Panter
· 8 years ago
ced4b90
Issue #29239: Fix --enable-optimizations bug number
by Martin Panter
· 8 years ago
a27b3b3
Issue #15657: Merge other doc fix from 3.5
by Martin Panter
· 8 years ago
5b66723
Issue #15657: Delete incorrect statement from PyMethodDef documentation
by Martin Panter
· 8 years ago
9da31f7
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3
by Martin Panter
· 8 years ago
8b866d5
Closes #29220: Fixed regression in logging.getLevelName().
by Vinay Sajip
· 8 years ago
231d1f3
_PyEval_EvalCodeWithName(): remove redundant check
by Victor Stinner
· 8 years ago
b915bc3
Disable _PyStack_AsTuple() inlining
by Victor Stinner
· 8 years ago
415c510
Inline call_function()
by Victor Stinner
· 8 years ago
434723f
call_method() now uses _PyObject_FastCall()
by Victor Stinner
· 8 years ago
dbdfece
Issue #29217: Merge 3.6.
by Xiang Zhang
· 8 years ago
2427d00
Issue #29217: Merge 3.5.
by Xiang Zhang
· 8 years ago
8a17995
Issue #29217: Fix the wrong type description of UUID.variant.
by Xiang Zhang
· 8 years ago
7a4da32
Issue #29145: Merge 3.6.
by Xiang Zhang
· 8 years ago
95403d7
Issue #29145: Merge 3.5.
by Xiang Zhang
· 8 years ago
b0541f4
Issue #29145: Fix overflow checks in str.replace() and str.join().
by Xiang Zhang
· 8 years ago
9ebb245
Closes #29177: Merged fix from 3.6.
by Vinay Sajip
· 8 years ago
1e6499c
Fixes #29177: Improved resilience of logging tests which use socket servers.
by Vinay Sajip
· 8 years ago
b5c5579
Closes #29133: merged update from 3.6.
by Vinay Sajip
· 8 years ago
aa655b3
Fixes #29133: clarified shlex documentation.
by Vinay Sajip
· 8 years ago
605a447
Add test for ea064ff3c10f
by Raymond Hettinger
· 8 years ago
68191f8
Backed out changeset ea064ff3c10f
by Raymond Hettinger
· 8 years ago
3c29fd0
While a speedup of 1% is measurable, contexts aren't created that often,
by Stefan Krah
· 8 years ago
a40a3f3
Merge 3.6.
by Stefan Krah
· 8 years ago
e660335
Merge 3.5.
by Stefan Krah
· 8 years ago
18e0a97
Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons:
by Stefan Krah
· 8 years ago
63ac30f
Merge 3.6
by Victor Stinner
· 8 years ago
a0be562
Null merge 3.5
by Victor Stinner
· 8 years ago
035ba5d
Issue #29157: Prefer getrandom() over getentropy()
by Victor Stinner
· 8 years ago
32999ab
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
by Serhiy Storchaka
· 8 years ago
f0f35a6
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
by Serhiy Storchaka
· 8 years ago
9937d90
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
by Serhiy Storchaka
· 8 years ago
04c15d5
Issue #29142: Merge 3.6.
by Xiang Zhang
· 8 years ago
c44d58a
Issue #29142: Merge 3.5.
by Xiang Zhang
· 8 years ago
959ff7f
Issue #29142: Fix suffixes in no_proxy handling in urllib.
by Xiang Zhang
· 8 years ago
9d60b94
Sync-up lru_cache() C code with space saving feature in the Python version.
by Raymond Hettinger
· 8 years ago
44844cc
merge
by Raymond Hettinger
· 8 years ago
Next »