Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
59fe937c50b3887dd68de40d7110e4a848b213ae
59fe937
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
5f0c5d9
Enhance os.scandir() doc
by Victor Stinner
· 9 years ago
ce5179f
Issue #23601: Use small object allocator for dict key objects
by Raymond Hettinger
· 9 years ago
89e5433
Issue #26242: Fix another one in importlib.rst
by Berker Peksag
· 9 years ago
fe5f614
Issue #26242: Fix another one in importlib.rst
by Berker Peksag
· 9 years ago
da7e0d8
Fix a markup error in socket.rst
by Berker Peksag
· 9 years ago
253739d
Fix a markup error in socket.rst
by Berker Peksag
· 9 years ago
396cbd6
Issue #23076: Path.glob() now raises a ValueError if it's called with an
by Berker Peksag
· 9 years ago
4a208e4
Issue #23076: Path.glob() now raises a ValueError if it's called with an
by Berker Peksag
· 9 years ago
5586ba7
Simply docstrings of venv module
by Berker Peksag
· 9 years ago
f98aca5
Update "Creating Virtual Environments" link in venv documentation
by Berker Peksag
· 9 years ago
ef410770
Update "Creating Virtual Environments" link in venv documentation
by Berker Peksag
· 9 years ago
f108a58
Update output of venv -h
by Berker Peksag
· 9 years ago
cca3299
Issue #4806: Merge * unpacking fix from 3.5
by Martin Panter
· 9 years ago
b594422
Issue #4806: Avoid masking original TypeError in call with * unpacking
by Martin Panter
· 9 years ago
a9744ae
Update output of venv -h
by Berker Peksag
· 9 years ago
03178a5
Issue #25934: Merge with 3.5
by Zachary Ware
· 9 years ago
7602b76
Issue #26173: Merge wrongcert test from 3.5
by Martin Panter
· 9 years ago
407b62f
Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem
by Martin Panter
· 9 years ago
4c5ad94
Issue #25934: Default to /fp:strict for ICC builds
by Zachary Ware
· 9 years ago
2552c2d
Issue #26202: copy.deepcopy() now correctly copies range() objects with
by Serhiy Storchaka
· 9 years ago
0a20bbf
Issue #26202: copy.deepcopy() now correctly copies range() objects with
by Serhiy Storchaka
· 9 years ago
8abaa9a
Issue #19883: Fixed possible integer overflows in zipimport.
by Serhiy Storchaka
· 9 years ago
d5db573
Issue #19883: Fixed possible integer overflows in zipimport.
by Serhiy Storchaka
· 9 years ago
4e2f871
Null merge
by Serhiy Storchaka
· 9 years ago
b49a1ed
Merge heads
by Serhiy Storchaka
· 9 years ago
d2557a6
Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units
by Serhiy Storchaka
· 9 years ago
c8241fd
Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units
by Serhiy Storchaka
· 9 years ago
60387e0
Null merge 3.5
by Victor Stinner
· 9 years ago
8f475ef
Backport fixes on test_eintr
by Victor Stinner
· 9 years ago
c661e1d
Issue #24705: Add a test case for ef84d21f5292
by Berker Peksag
· 9 years ago
ad13edb
Issue #24705: Add a test case for ef84d21f5292
by Berker Peksag
· 9 years ago
c8d2fb4
Merge 3.5: Issue #26227
by Victor Stinner
· 9 years ago
7240030
Windows: Decode hostname from ANSI code page
by Victor Stinner
· 9 years ago
68df686
Add a link to PEP 384 in stable.rst
by Berker Peksag
· 9 years ago
9d48869
Issue #19023: Merge ctypes doc and tests from 3.5
by Martin Panter
· 9 years ago
34360c8
Issue #19023: Document ctypes array and pointer classes
by Martin Panter
· 9 years ago
806cb0f
Add a link to PEP 384 in stable.rst
by Berker Peksag
· 9 years ago
81a5092
Issue #26034: Improve wording of clear parameter
by Berker Peksag
· 9 years ago
22532ac
Issue #26034: Improve wording of clear parameter
by Berker Peksag
· 9 years ago
1b95517
Issue #26034: Sync documentation of --clear with its behavior
by Berker Peksag
· 9 years ago
547f66f
Issue #26034: Sync documentation of --clear with its behavior
by Berker Peksag
· 9 years ago
0fe1b47
Issue #26199: Fix broken link in unittest.mock-examples.rst
by Berker Peksag
· 9 years ago
5da4e86
Issue #26220: Merge Unicode how-to from 3.5
by Martin Panter
· 9 years ago
4942870
Issue #26220: Remove outdated comment about a question mark
by Martin Panter
· 9 years ago
a370a42
Issue #26199: Fix broken link in unittest.mock-examples.rst
by Berker Peksag
· 9 years ago
0110dfc
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
b31a284
Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.
by Terry Jan Reedy
· 9 years ago
5b96f17
Merge 3.5
by Victor Stinner
· 9 years ago
5bc03a6
Fix resize_compact()
by Victor Stinner
· 9 years ago
0ef0423
merge
by Raymond Hettinger
· 9 years ago
3743432
Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen
by Raymond Hettinger
· 9 years ago
be59d14
Issue #26146: enhance ast.Constant error message
by Victor Stinner
· 9 years ago
25219f5
Issue #26146: remove useless code
by Victor Stinner
· 9 years ago
726f690
Fix a refleak in validate_constant()
by Victor Stinner
· 9 years ago
906d82d
Fix typo
by Raymond Hettinger
· 9 years ago
0b57f0a
merge from 3.5
by Senthil Kumaran
· 9 years ago
d4e51f4
Remove unnecessary test case comment in urllib.parse.py. These are asserted as test cases.
by Senthil Kumaran
· 9 years ago
f2c1aa1
Add ast.Constant
by Victor Stinner
· 9 years ago
0dceb91
Tests versus zero are more compact than tests versus -1.
by Raymond Hettinger
· 9 years ago
1ce6885
Fix compiler warning about obviously unreachable code.
by Raymond Hettinger
· 9 years ago
306d6b1
Convert another post-decrement while-loop to pre-decrement for consistency
by Raymond Hettinger
· 9 years ago
165eee2
Convert two other post-decrement while-loops to pre-decrements for consistency
by Raymond Hettinger
· 9 years ago
d84ec22
Miscellaneous refactorings
by Raymond Hettinger
· 9 years ago
1aa7893
Issue #26146: marshal.loads() now uses the empty frozenset singleton
by Victor Stinner
· 9 years ago
5ebe2c8
Cleanup test_dict
by Victor Stinner
· 9 years ago
843a1fb
test_gc: remove unused imports
by Victor Stinner
· 9 years ago
9fa8126
Issue #18018: Raise an ImportError if a relative import is attempted
by Brett Cannon
· 9 years ago
4b18dd3
Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging
by Brett Cannon
· 9 years ago
b0db371
whitespace cleanup
by Brett Cannon
· 9 years ago
849113a
Issue #25791: Warn when __package__ != __spec__.parent.
by Brett Cannon
· 9 years ago
52c854a
Merge from 3.5
by Brett Cannon
· 9 years ago
3bf1d87
Fix a typo in a code example
by Brett Cannon
· 9 years ago
bf98079
Merge 3.5 (i18n doc, issue #25907)
by Victor Stinner
· 9 years ago
875f29a
doc: i18n HTML templates
by Victor Stinner
· 9 years ago
fd9ccae
Null merge 3.5 (change already applied to default)
by Victor Stinner
· 9 years ago
5a701f0
Issue #25876: Fix also test_set() of test_gdb when -E command line is used
by Victor Stinner
· 9 years ago
22756f1
Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test
by Victor Stinner
· 9 years ago
b02ef71
Use Py_uintptr_t for atomic pointers
by Victor Stinner
· 9 years ago
3cdd5fb
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
efb2413
code_richcompare() now uses the constants types
by Victor Stinner
· 9 years ago
e3560a7
site: error on sitecustomize import error
by Victor Stinner
· 9 years ago
ae8c078
merge 3.5
by Benjamin Peterson
· 9 years ago
d52513c
merge 3.4
by Benjamin Peterson
· 9 years ago
b1db758
reject negative data_size
by Benjamin Peterson
· 9 years ago
cbde4a6
merge from 3.5
by Senthil Kumaran
· 9 years ago
e5c05cc
minor clarification on Zipfile 'x' mode - exclusive creation of a file.
by Senthil Kumaran
· 9 years ago
a7baa10
Merge update to pip
by Donald Stufft
· 9 years ago
38150e0
Merge update to pip
by Donald Stufft
· 9 years ago
5d01246
Upgrade pip to 8.0.2
by Donald Stufft
· 9 years ago
2e15d60
Issue #18620: Improve Pool examples in multiprocessing documentation
by Berker Peksag
· 9 years ago
7405c16
Issue #18620: Improve Pool examples in multiprocessing documentation
by Berker Peksag
· 9 years ago
dce4ae8
merge from 3.5
by Senthil Kumaran
· 9 years ago
1538b3d
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
by Senthil Kumaran
· 9 years ago
9f78939
Issue #26107: Fix typo in Objects/lnotab_notes.txt
by Victor Stinner
· 9 years ago
875dde4
Merge 3.5 (doc)
by Victor Stinner
· 9 years ago
d99cd33
Issue #26106: doc: Move text of licenses to parsed literal block
by Victor Stinner
· 9 years ago
2b0b5ac
merge 3.5 (#26171)
by Benjamin Peterson
· 9 years ago
47b8ba2
merge 3.4 (#26171)
by Benjamin Peterson
· 9 years ago
c4032da
prevent buffer overflow in get_data (closes #26171)
by Benjamin Peterson
· 9 years ago
Next »