Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8793b215253bf69cc699fab77b12d7f1313360d8
/
Lib
8793b21
Issue #26293: Fixed writing ZIP files that starts not from the start of the
by Serhiy Storchaka
· 8 years ago
36e7e97
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
by Yury Selivanov
· 8 years ago
4c8b2cd
skip test on windows
by Benjamin Peterson
· 8 years ago
cf0b9da
fix bug in 48797808a302
by Benjamin Peterson
· 8 years ago
e06cc67
skip test if resizing is not supported
by Benjamin Peterson
· 8 years ago
cd04db0
mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow
by Benjamin Peterson
· 8 years ago
92e7c7f
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__
by Yury Selivanov
· 8 years ago
8dc3e43
Issue #28372: Fix asyncio to support formatting of non-python coroutines
by Yury Selivanov
· 8 years ago
0de3de6
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
by Yury Selivanov
· 8 years ago
3e56ff0
Issue #28370: Speedup asyncio.StreamReader.readexactly
by Yury Selivanov
· 8 years ago
5b8d4f9
Issue #28369: Raise an error when transport's FD is used with add_reader
by Yury Selivanov
· 8 years ago
9eb6c67
Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.
by Yury Selivanov
· 8 years ago
b5bb404
Issue #28222: Don't fail if pygments is not available
by Berker Peksag
· 8 years ago
7338ebc
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
by Serhiy Storchaka
· 8 years ago
7fd9f4b
Merge heads
by Serhiy Storchaka
· 8 years ago
09f3d08
Issue #28350: String constants with null character no longer interned.
by Serhiy Storchaka
· 8 years ago
8f657c3
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
by Benjamin Peterson
· 8 years ago
b47c9d2
More updates from upstream typing.py
by Guido van Rossum
· 8 years ago
cc16423
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 8 years ago
63b5b6f
Moved Unicode C API related tests to separate test class.
by Serhiy Storchaka
· 8 years ago
480b069
Issue #20254: Fix duplicate tests in test_socket
by Berker Peksag
· 8 years ago
d556a35
Issue #27358: Backported tests.
by Serhiy Storchaka
· 8 years ago
6498e52
Issue #28257: Backported a test.
by Serhiy Storchaka
· 8 years ago
85c3f26
Issue #28322: Fixed possible crashes when unpickle itertools objects from
by Serhiy Storchaka
· 8 years ago
38317d3
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
by Martin Panter
· 8 years ago
34b9d14
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
by Berker Peksag
· 8 years ago
e3c65a7
Misc asyncio improvements from upstream
by Guido van Rossum
· 8 years ago
07cfd50
Merge heads
by Serhiy Storchaka
· 8 years ago
00a0fc1
Issue #27942: String constants now interned recursively in tuples and frozensets.
by Serhiy Storchaka
· 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
55f3ae6
Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.
by Terry Jan Reedy
· 8 years ago
4254e8c
build_ext: correctly parse the link_objects user option (closes #1703178)
by Benjamin Peterson
· 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
aa5c2fd
Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish
by Berker Peksag
· 8 years ago
c16387b
Issue #28300: Fix typos, patch by Shlomi Fish
by Berker Peksag
· 8 years ago
957b756
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
by Alexander Belopolsky
· 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
63461bc
Issue #28283: Remove flaky test test_sock_connect_sock_write_race
by Berker Peksag
· 8 years ago
47dee11
Issue #21578: Fixed misleading error message when ImportError called with
by Serhiy Storchaka
· 8 years ago
c0b7037
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
by Serhiy Storchaka
· 8 years ago
407ac47
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
by Serhiy Storchaka
· 8 years ago
8b6b508
Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py
by Berker Peksag
· 8 years ago
b02f8fc
Issue #11957: Restored re tests for passing count and maxsplit as positional
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
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
8609cda
Issue #28221: Remove unused assignment from test_asyncore_server()
by Martin Panter
· 8 years ago
bd2ffa5
Issue #27829: regrtest -W displays stderr if env changed
by Victor Stinner
· 8 years ago
55b196a
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
by Christian Heimes
· 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
92bb90a
Extend the test to lower pickle protocols.
by Serhiy Storchaka
· 8 years ago
16ea19f
Issue #25651: Allow falsy values to be used for msg parameter of subTest()
by Berker Peksag
· 8 years ago
0256f42
test_asynico: fix test_sock_connect_sock_write_race()
by Victor Stinner
· 8 years ago
7eb1bec
Issue #28189: dictitems_contains no longer swallows compare errors.
by Raymond Hettinger
· 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
1ec262b
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 8 years ago
bdcc8f9
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
by Berker Peksag
· 8 years ago
bcfb35f
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
by Berker Peksag
· 8 years ago
9a1c91a
Fix test_access_denied in 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
4a72a7b
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
by Berker Peksag
· 8 years ago
a4961e5
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
by Christian Heimes
· 8 years ago
f676748
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
by Berker Peksag
· 8 years ago
2dc77f0
Issue #28145: Spelling fixes
by Martin Panter
· 8 years ago
525aedc
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
by Yury Selivanov
· 8 years ago
d6c6771
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
by Yury Selivanov
· 8 years ago
4c5bf3b
Issue #26909: Fix slow pipes IO in asyncio.
by Yury Selivanov
· 8 years ago
45dccda
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
by Yury Selivanov
· 8 years ago
5587d7c
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
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
f6d991d
asyncio: Sync with the upstream
by Yury Selivanov
· 8 years ago
e6265e9
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 8 years ago
4aa74c4
Issue #28131: Fix a regression in zipimport's compile_source()
by Berker Peksag
· 8 years ago
ac2d1c7
Issue #27952: Capture stderr in run_script()
by Berker Peksag
· 8 years ago
076366c
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
by Raymond Hettinger
· 8 years ago
4b73676
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
by Terry Jan Reedy
· 8 years ago
44c19ec
Issue #27456: asyncio: Set TCP_NODELAY by default.
by Yury Selivanov
· 8 years ago
a05a6ef
asyncio: Add set_protocol / get_protocol methods to Transports
by Yury Selivanov
· 8 years ago
0a6976d
Issue #28079: Update typing and test typing from python/typing repo.
by Guido van Rossum
· 8 years ago
0e0cfd7
#19003: Only replace \r and/or \n line endings in email.generator.
by R David Murray
· 8 years ago
8d82559
Fixes #25671: Updated prompt handling in activate.fish.
by Vinay Sajip
· 8 years ago
b766538
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 8 years ago
3a95f45
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
cc66a65
Backported tests for issue #28070.
by Serhiy Storchaka
· 8 years ago
d92cecb
IDLE newx items.
by Terry Jan Reedy
· 8 years ago
109bc3a
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
by Steve Dower
· 8 years ago
f028d9f
Issue #27932: Backs out change
by Steve Dower
· 8 years ago
99e843b
Correct spelling in documentation and code comment
by Martin Panter
· 8 years ago
c7a070e
regrtest: accept options after test names
by Victor Stinner
· 8 years ago
8ddcf3a
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
e617521
Use raw string for regexp
by Guido van Rossum
· 8 years ago
2832574
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
dbdf029
remove fix_callable - callable() was readded many releases ago.
by Gregory P. Smith
· 8 years ago
6a294a5
Issue #27932: Fixes memory leak in platform.win32_ver()
by Steve Dower
· 8 years ago
8dcc48e
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
347dc95
#14977: Make mailcap respect the order of the lines in the mailcap file.
by R David Murray
· 8 years ago
ae9e5f0
Issue #22450: Use "Accept: */*" in the default headers for urllib.request
by Raymond Hettinger
· 8 years ago
Next »