Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ac7c5acf9b1e474adfae5da6841e0d4cb343d7e8
/
Lib
ac7c5ac
merge
by Raymond Hettinger
· 8 years ago
4ee3914
Issue #29203: functools.lru_cache() now respects PEP 468
by Raymond Hettinger
· 8 years ago
bd41e0b
merge
by Raymond Hettinger
· 8 years ago
ec53b07
Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs)
by Raymond Hettinger
· 8 years ago
5eed36f
Issue #29200: Fix test to use self.assertEqual instead of py.test style tests
by Raymond Hettinger
· 8 years ago
d191ef2
Issue #29200: Add test for lru cache only calling __hash__ once
by Raymond Hettinger
· 8 years ago
4f5c6a2
Issue #28815: Merge test tweak from 3.6
by Martin Panter
· 8 years ago
625fb64
Issue #28815: Merge test tweak from 3.5
by Martin Panter
· 8 years ago
8cbd46f
Issue #28815: Use new exception subclasses
by Martin Panter
· 8 years ago
cd992bb
Merge 3.6
by Victor Stinner
· 8 years ago
84b6fb0
Fix unittest.mock._Call: don't ignore name
by Victor Stinner
· 8 years ago
1459ca6
Merge 3.6
by Victor Stinner
· 8 years ago
9505b03
Fix subprocess.Popen.__del__() fox Python shutdown
by Victor Stinner
· 8 years ago
94a1239
test_curses - substitute self.skip() with self.skipTest()
by Xavier de Gaye
· 8 years ago
94d1bfa
test_curses - substitute self.skip() with self.skipTest()
by Xavier de Gaye
· 8 years ago
645bc80
test_curses - substitute self.skip() with self.skipTest()
by Xavier de Gaye
· 8 years ago
7ed28a8
Merge 3.6
by INADA Naoki
· 8 years ago
a634e23
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
by INADA Naoki
· 8 years ago
85c1c94
Merge with 3.6
by Terry Jan Reedy
· 8 years ago
e16265d
Issue #29162: Don't depend on 'from tkinter import *' importing sys.
by Terry Jan Reedy
· 8 years ago
150257e
Issue #29156: Remove superfluous pow test.
by Serhiy Storchaka
· 8 years ago
4fd9cc1
Issue #29156: Remove superfluous pow test.
by Serhiy Storchaka
· 8 years ago
1d54b11
Issue #29156: Remove superfluous pow test.
by Serhiy Storchaka
· 8 years ago
11edf29
Merge 3.6
by Victor Stinner
· 8 years ago
51b90d2
Issue #24773: fix datetime.time constructor docstring
by Victor Stinner
· 8 years ago
31f9d9d
Merge Python 3.5.3rc1 release changes back into the main branch.
by Larry Hastings
· 8 years ago
b03beef
Issue #15812: Merge from 3.6
by Berker Peksag
· 8 years ago
3f98874
Issue #15812: Merge from 3.5
by Berker Peksag
· 8 years ago
225b01b
Issue #15812: Delete redundant max(start, 0)
by Berker Peksag
· 8 years ago
e8cfec5
Issue #29035: Simplify a regex in libregrtest
by Victor Stinner
· 8 years ago
e562a95
Regenerated pydoc topics for 3.5.3rc1.
by Larry Hastings
· 8 years ago
ea74f0c
Issue #24932: Use proper command line parsing in _testembed
by Steve Dower
· 8 years ago
6215e52
Issue #15812: Merge from 3.6
by Berker Peksag
· 8 years ago
01debac
Issue #15812: Merge from 3.5
by Berker Peksag
· 8 years ago
ff0e3b7
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context
by Berker Peksag
· 8 years ago
bade830
Merge with 3.6
by Terry Jan Reedy
· 8 years ago
0e10243
Issue #29071: Use local flags for IDLE colorizer string prefix matcher.
by Terry Jan Reedy
· 8 years ago
67e1aa0
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 8 years ago
e465a9a
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 8 years ago
34cba33
Issue #29094: Offsets in a ZIP file created with extern file object and modes
by Serhiy Storchaka
· 8 years ago
06c0dca
Issue #29123: Merge from 3.6
by Berker Peksag
· 8 years ago
75d9016
Issue #29123: Merge from 3.5
by Berker Peksag
· 8 years ago
b47913f
Issue #29123: Make CheckSqlTimestamp more robust
by Berker Peksag
· 8 years ago
4825f49
merge
by Raymond Hettinger
· 8 years ago
a67619e
merge
by Raymond Hettinger
· 8 years ago
b46ea90
Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.
by Raymond Hettinger
· 8 years ago
81b64ff
Issue #26267: Merge from 3.6
by Berker Peksag
· 8 years ago
9db22dd
Issue #26267: Merge from 3.5
by Berker Peksag
· 8 years ago
6b5e4a8
Issue #26267: Improve uuid.UUID documentation
by Berker Peksag
· 8 years ago
d489ac9
Closes #28524: added default level for logging.disable().
by Vinay Sajip
· 8 years ago
fd5fe14
merge
by Raymond Hettinger
· 8 years ago
381dc6c
Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua.
by Raymond Hettinger
· 8 years ago
0ce6432
merge
by Raymond Hettinger
· 8 years ago
e9ee207
Issue #29061: secrets.randbelow() would hang with a negative input
by Raymond Hettinger
· 8 years ago
0a24415
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
by Steve Dower
· 8 years ago
4b1e98b
Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows
by Steve Dower
· 8 years ago
d36432f
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 8 years ago
6c57708
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 8 years ago
bdf9e0e
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 8 years ago
aa0f8e9
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 8 years ago
686c1f6
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 8 years ago
283de2b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 8 years ago
d431374
Issue #29073: Added a test for bytearray formatting with null byte.
by Serhiy Storchaka
· 8 years ago
b7fc5e4
Issue #29073: Added a test for bytearray formatting with null byte.
by Serhiy Storchaka
· 8 years ago
c9ad8b7
Issue #29073: bytearray formatting no longer truncates on first null byte.
by Serhiy Storchaka
· 8 years ago
c06ae20
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
d741ed4
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 8 years ago
f45e858
merge
by Raymond Hettinger
· 8 years ago
bb2839b
Issue #29055: Suppress upstream exception for random.choice()
by Raymond Hettinger
· 8 years ago
241dc9c
Merge with 3.6
by Terry Jan Reedy
· 8 years ago
246cbf2
Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes).
by Terry Jan Reedy
· 8 years ago
21c8e81
Merge: #25591: improve imap tests.
by R David Murray
· 8 years ago
a7613aa
Merge: #25591: improve imap tests.
by R David Murray
· 8 years ago
b079c07
#25591: improve imap tests.
by R David Murray
· 8 years ago
871e018
Issue #28815: Merge test_socket fix from 3.6
by Martin Panter
· 8 years ago
da31ba9
Issue #28815: Merge test_socket fix from 3.5
by Martin Panter
· 8 years ago
e9ae5f9
Issue #28815: Skip TIPC tests if /proc/modules is not readable
by Martin Panter
· 8 years ago
db465b2
Issue 28923: Remove editor artifacts from Tix.py,
by Terry Jan Reedy
· 8 years ago
0ba0def
Issue 28923: Remove editor artifacts from Tix.py,
by Terry Jan Reedy
· 8 years ago
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 8 years ago
3d42225
Fixed a type error introduced in issue #28992.
by Serhiy Storchaka
· 8 years ago
8cbd3df
Issue #28992: Use bytes.fromhex().
by Serhiy Storchaka
· 8 years ago
47bdc40
Merge from 3.6.
by Serhiy Storchaka
· 8 years ago
690e81f
Merge from 3.5.
by Serhiy Storchaka
· 8 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 8 years ago
b211068
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
by Xiang Zhang
· 8 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 8 years ago
dd1da7f
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
by Serhiy Storchaka
· 8 years ago
f76df27
Issue #28950: Merge 3.6.
by Xiang Zhang
· 8 years ago
772bf2e
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
by Xiang Zhang
· 8 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 8 years ago
ec60edb
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 8 years ago
d4580ec
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 8 years ago
c1ee488
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
by Antoine Pitrou
· 8 years ago
e0c4e96
Issue #28996: Merge 3.6.
by Xavier de Gaye
· 8 years ago
5bccb0e
Issue #28996: Skip two tests that fail on Android with the locale strcoll() and
by Xavier de Gaye
· 8 years ago
b46edf3
Issue #25677: Merge SyntaxError caret positioning from 3.6
by Martin Panter
· 8 years ago
619555d
Issue #25677: Merge SyntaxError caret positioning from 3.5
by Martin Panter
· 8 years ago
932ee73
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
by Serhiy Storchaka
· 8 years ago
Next »