Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2552c2d6f72ce0d6192277e32c4ed70ccffc501e
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
ba77788
merge 3.5
by Benjamin Peterson
· 9 years ago
d4d7737
merge 3.4
by Benjamin Peterson
· 9 years ago
ef9cf083
fix refleak in error condition
by Benjamin Peterson
· 9 years ago
e45abae
merge 3.5 (#26172)
by Benjamin Peterson
· 9 years ago
b57eaea
merge 3.4 (#26172)
by Benjamin Peterson
· 9 years ago
c836f71
remove script from epub (closes #26172)
by Benjamin Peterson
· 9 years ago
c3ea8d2
Merge 3.5 (issue #24520)
by Victor Stinner
· 9 years ago
7172f50
Replace fpgetmask() with fedisableexcept()
by Victor Stinner
· 9 years ago
f3914eb
co_lnotab supports negative line number delta
by Victor Stinner
· 9 years ago
316fcc8
merge from 3.5
by Senthil Kumaran
· 9 years ago
6a0514e
issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs.
by Senthil Kumaran
· 9 years ago
b56837a
Merge 3.5
by Victor Stinner
· 9 years ago
bfd316e
Add _PyThreadState_UncheckedGet()
by Victor Stinner
· 9 years ago
5ccbf79
Issue #26147: xmlrpc now works with strings not encodable with used
by Serhiy Storchaka
· 9 years ago
aebb6d3
Issue #26147: xmlrpc now works with strings not encodable with used
by Serhiy Storchaka
· 9 years ago
5d69e68
Issue #5626: Remove misleading comment from socket.gethostname() documentation
by Berker Peksag
· 9 years ago
744fdfb
Issue #5626: Remove misleading comment from socket.gethostname() documentation
by Berker Peksag
· 9 years ago
4f49c1c
Issue #26157: Fix typos in asyncio-eventloop.rst
by Berker Peksag
· 9 years ago
49c9edf
Issue #26157: Fix typos in asyncio-eventloop.rst
by Berker Peksag
· 9 years ago
33abe9a
Merge update to pip/setuptools
by Donald Stufft
· 9 years ago
Next »