Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b63c4fc18bb144037d2d3317612d340860788ed6
/
Lib
b63c4fc
Issue #25488: merge idle.py from 3.5.
by Terry Jan Reedy
· 8 years ago
1813aa1
Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.
by Terry Jan Reedy
· 8 years ago
c6b5f08
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
by Terry Jan Reedy
· 8 years ago
55f3ae6
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
by Terry Jan Reedy
· 8 years ago
095e32b
merge 3.5 (#1703178)
by Benjamin Peterson
· 8 years ago
4254e8c
build_ext: correctly parse the link_objects user option (closes #1703178)
by Benjamin Peterson
· 8 years ago
6a8e1ea
Merge test cleanup from 3.5 into 3.6
by Martin Panter
· 8 years ago
c49b4d8
Remove disabled ctypes test
by Martin Panter
· 8 years ago
6c58c34
IDLE NEWS item and ack.
by Terry Jan Reedy
· 8 years ago
408b78c
Issue #27322: Set sys.path to a temp dir in test_compile_path
by Berker Peksag
· 8 years ago
eadf443
Issue #28303: Merge from 3.5
by Berker Peksag
· 8 years ago
aa5c2fd
Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish
by Berker Peksag
· 8 years ago
d39370b
Issue #28300: Merge from 3.5
by Berker Peksag
· 8 years ago
c16387b
Issue #28300: Fix typos, patch by Shlomi Fish
by Berker Peksag
· 8 years ago
e3fd248
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
by Alexander Belopolsky
· 8 years ago
957b756
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
by Alexander Belopolsky
· 8 years ago
6703e04
Update typing.py and test_typing.py from upstream (https://github.com/python/typing) (merge 3.5->3.6)
by Guido van Rossum
· 8 years ago
4cefe74
Update typing.py and test_typing.py from upstream (https://github.com/python/typing)
by Guido van Rossum
· 8 years ago
49d2c38
Issue #28283: Merge from 3.5
by Berker Peksag
· 8 years ago
63461bc
Issue #28283: Remove flaky test test_sock_connect_sock_write_race
by Berker Peksag
· 8 years ago
389ef9d
Issue #21578: Fixed misleading error message when ImportError called with
by Serhiy Storchaka
· 8 years ago
47dee11
Issue #21578: Fixed misleading error message when ImportError called with
by Serhiy Storchaka
· 8 years ago
a12e784
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
c0b7037
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
9016f28
Issue #18844: Make the number of selections a keyword-only argument for random.choices().
by Raymond Hettinger
· 8 years ago
22805ca
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
407ac47
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
11179b2
Issue #18893: Merge from 3.5
by Berker Peksag
· 8 years ago
8b6b508
Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py
by Berker Peksag
· 8 years ago
0eb60a7
Issue #11957: Restored re tests for passing count and maxsplit as positional
by Serhiy Storchaka
· 8 years ago
b02f8fc
Issue #11957: Restored re tests for passing count and maxsplit as positional
by Serhiy Storchaka
· 8 years ago
1aca389
Issue #27611: Fixed support of default root window in the tkinter.tix module.
by Serhiy Storchaka
· 8 years ago
e6f0199
Issue #27611: Fixed support of default root window in the tkinter.tix module.
by Serhiy Storchaka
· 8 years ago
6997946
Issue #28203: Merge from 3.5
by Mark Dickinson
· 8 years ago
613f8e5
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
by Mark Dickinson
· 8 years ago
a5d0765
Finish GC code for SSLSession and increase test coverage
by Christian Heimes
· 8 years ago
22ecc4b
Issue #28221: Merge SSL test cleanup from 3.5 into 3.6
by Martin Panter
· 8 years ago
8609cda
Issue #28221: Remove unused assignment from test_asyncore_server()
by Martin Panter
· 8 years ago
e370409
Add test cases for internal SHA3 helpers
by Christian Heimes
· 8 years ago
21c8c92
Merge 3.5 (issue #27829)
by Victor Stinner
· 8 years ago
bd2ffa5
Issue #27829: regrtest -W displays stderr if env changed
by Victor Stinner
· 8 years ago
63dc548
Issue #28086: Single var-positional argument of tuple subtype was passed
by Serhiy Storchaka
· 8 years ago
5ed5487
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
by Christian Heimes
· 8 years ago
55b196a
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
by Christian Heimes
· 8 years ago
3217b12
Merge socketserver fixes from 3.5 into 3.6
by Martin Panter
· 8 years ago
f3b0639
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
by Martin Panter
· 8 years ago
463ef2b
Fix references to Python 3’s socketserver (lowercase) module
by Martin Panter
· 8 years ago
bb8b1cb
Issue #27348: Restore “Exception: None” formatting in traceback module
by Martin Panter
· 8 years ago
e3d5040
Extend the test to lower pickle protocols.
by Serhiy Storchaka
· 8 years ago
92bb90a
Extend the test to lower pickle protocols.
by Serhiy Storchaka
· 8 years ago
b3d4e7f
Issue #25651: Merge from 3.5
by Berker Peksag
· 8 years ago
16ea19f
Issue #25651: Allow falsy values to be used for msg parameter of subTest()
by Berker Peksag
· 8 years ago
afd02a4
Issue #28214: Now __set_name__ is looked up on the class instead of the
by Serhiy Storchaka
· 8 years ago
1c56bf0
Merge 3.5
by Victor Stinner
· 8 years ago
0256f42
test_asynico: fix test_sock_connect_sock_write_race()
by Victor Stinner
· 8 years ago
6692f01
merge
by Raymond Hettinger
· 8 years ago
7eb1bec
Issue #28189: dictitems_contains no longer swallows compare errors.
by Raymond Hettinger
· 8 years ago
5820f3a
Issue #28193: Use lru_cache in the re module.
by Raymond Hettinger
· 8 years ago
254ad58
Fix test_huntrleaks_fd_leak() of test_regrtest
by Victor Stinner
· 8 years ago
3515dcc
issue23591: fix flag decomposition and repr
by Ethan Furman
· 8 years ago
9a7bbb2
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate
by Berker Peksag
· 8 years ago
5a5ae74
Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
by Berker Peksag
· 8 years ago
bf3c1c3
Issue #28075: Fix test_access_denied in Python 3.5
by Berker Peksag
· 8 years ago
2a8d7f1
Issue #28151: Use pythontest.net in test_robotparser
by Berker Peksag
· 8 years ago
74f4af7
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 8 years ago
1ec262b
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 8 years ago
a7b1058
Issue #28176: Merge from 3.5
by Berker Peksag
· 8 years ago
bdcc8f9
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
by Berker Peksag
· 8 years ago
6dd8eca
Issue #28192: Adds tests for hook in isolated mode
by Steve Dower
· 8 years ago
5d625cf
Issue #26384: Merge from 3.5
by Berker Peksag
· 8 years ago
bcfb35f
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
by Berker Peksag
· 8 years ago
313523c
Issue #28192: Don't import readline in isolated mode
by Steve Dower
· 8 years ago
9a1c91a
Fix test_access_denied in 3.5
by Berker Peksag
· 8 years ago
052e4f1
Issue #28075: Merge from 3.5
by Berker Peksag
· 8 years ago
0b4dc48
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()
by Berker Peksag
· 8 years ago
abf275a
Issue #22493: Warning message emitted by using inline flags in the middle of
by Serhiy Storchaka
· 8 years ago
7b4bcd2
Issue #25270: Merge from 3.5
by Berker Peksag
· 8 years ago
4a72a7b
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
by Berker Peksag
· 8 years ago
de3f48a
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
by Christian Heimes
· 8 years ago
a4961e5
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
by Christian Heimes
· 8 years ago
f8479ee
Issue #25895: Merge from 3.5
by Berker Peksag
· 8 years ago
f676748
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
by Berker Peksag
· 8 years ago
355bbb0
Issue #28145: Merge spelling fixes from 3.5 into 3.6
by Martin Panter
· 8 years ago
2dc77f0
Issue #28145: Spelling fixes
by Martin Panter
· 8 years ago
993b6f5
Merge 3.5 (issue #27759)
by Yury Selivanov
· 8 years ago
525aedc
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
by Yury Selivanov
· 8 years ago
50fe711
Merge 3.5 (issue #28176)
by Yury Selivanov
· 8 years ago
d6c6771
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
by Yury Selivanov
· 8 years ago
b76968b
Merge 3.5 (asyncio, issue #26909)
by Yury Selivanov
· 8 years ago
4c5bf3b
Issue #26909: Fix slow pipes IO in asyncio.
by Yury Selivanov
· 8 years ago
62b81c3
Merge 3.5 (issue #26654)
by Yury Selivanov
· 8 years ago
45dccda
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
by Yury Selivanov
· 8 years ago
1b984ff
Merge 3.5 (issue #28174)
by Yury Selivanov
· 8 years ago
5587d7c
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
by Yury Selivanov
· 8 years ago
d070154
Merge 3.5 (issue #27906)
by Yury Selivanov
· 8 years ago
a1b0e7d
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
by Yury Selivanov
· 8 years ago
4357cf6
Another asyncio sync.
by Yury Selivanov
· 8 years ago
097a49e
Merge heads 3.6
by Yury Selivanov
· 8 years ago
b26067a
asyncio: Drop debug code
by Yury Selivanov
· 8 years ago
4af23d7
Use requires_os_func() to skip SpawnTests
by Berker Peksag
· 8 years ago
Next »