Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
03e3c340a0156891a036d6dbdb9e348108826255
/
Lib
03e3c34
bpo-31333: Re-implement ABCMeta in C (#5273)
by Ivan Levkivskyi
· 7 years ago
01423cb
Improves the ability to build in CI (GH-5728)
by Steve Dower
· 7 years ago
9f42232
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
by Kyle Altendorf
· 7 years ago
4c6955e
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709)
by Eric Snow
· 7 years ago
5746510
bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
by Bar Harel
· 7 years ago
f0bc645
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
by INADA Naoki
· 7 years ago
d019bc8
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
by Oren Milman
· 7 years ago
da6c3da
bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608)
by Segev Finer
· 7 years ago
688722c
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
by Terry Jan Reedy
· 7 years ago
f34e03e
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Terry Jan Reedy
· 7 years ago
7766b96
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
by Коренберг Марк
· 7 years ago
3c34aad
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by SSE4
· 7 years ago
136c8e0
Code beautification using f-strings (#5618)
by Raymond Hettinger
· 7 years ago
3793f95
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
by Raymond Hettinger
· 7 years ago
5df5286
bpo-30688: Import unicodedata only when needed. (GH-5606)
by Zhou Fangyi
· 7 years ago
a445feb
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
by Serhiy Storchaka
· 7 years ago
2411292
bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
by Serhiy Storchaka
· 7 years ago
23cdbfa
bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
by Serhiy Storchaka
· 7 years ago
feaefc7
Cleanup inspect
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 7 years ago
a48e78a
bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
by Alan D Moore
· 7 years ago
4ad703b
bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)
by Bernhard M. Wiedemann
· 7 years ago
6c85efa5
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)
by Serhiy Storchaka
· 7 years ago
05e8067
Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
by Terry Jan Reedy
· 7 years ago
845d864
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
by Cheryl Sabella
· 7 years ago
95c3262
Use assertTrue() instead of deprecated assert_(). (#5526)
by Serhiy Storchaka
· 7 years ago
07ca9af
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
by Serhiy Storchaka
· 7 years ago
c3d9508
bpo-32746: Fix multiple typos (GH-5144)
by Leo Arias
· 7 years ago
38bfa84
bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
by Mario Corchero
· 7 years ago
4e9da0d
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
by Eric Snow
· 7 years ago
2f79c01
bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
by Bar Harel
· 7 years ago
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
by Barry Warsaw
· 7 years ago
383b32f
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
by Yury Selivanov
· 7 years ago
2efb973
bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
by Nathaniel J. Smith
· 7 years ago
3d4dbd8
Implement TimerHandle.when() (#5473)
by Andrew Svetlov
· 7 years ago
97f1ca1
[3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selection. (GH-3651)
by Serhiy Storchaka
· 7 years ago
6e41cd9
Update NEWS, docs, and patchlevel for 3.7.0b1
by Ned Deily
· 7 years ago
c66f9f8
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
by Serhiy Storchaka
· 7 years ago
2c7fd46
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
by Xiang Zhang
· 7 years ago
8452104
bpo-30693: zip+tarfile: sort directory listing (#2263)
by Bernhard M. Wiedemann
· 7 years ago
8d83e4b
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)
by Stéphane Wirtel
· 7 years ago
1e17d4a
compare with difflib not diff(1) (GH-5450)
by Benjamin Peterson
· 7 years ago
763f094
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
by Ned Deily
· 7 years ago
066df4f
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
by John Jolly
· 7 years ago
2e0ecde
bpo-28134: Ignore proto in unknown socket test (GH-5435)
by Christian Heimes
· 7 years ago
dd42cb7
bpo-31961: subprocess now accepts path-like args (GH-4329)
by Anders Lorentsen
· 7 years ago
14e976e
closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
by Eric Appelt
· 7 years ago
ce0f33d
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
by Bo Bayles
· 7 years ago
9544180
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
by Benjamin Peterson
· 7 years ago
ce237c7
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
by Bo Bayles
· 7 years ago
f4d644f
bpo-25942: make subprocess more graceful on ^C (GH-5026)
by Gregory P. Smith
· 7 years ago
77526f0
replace dynamic import with 'exec' with importlib.import_module (#5433)
by Benjamin Peterson
· 7 years ago
7f8bfc9
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
by Eric Snow
· 7 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 7 years ago
b6e43af
bpo-28134: Auto-detect socket values from file descriptor (#1349)
by Christian Heimes
· 7 years ago
72a0d21
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
by Pablo Galindo
· 7 years ago
2a2270d
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
by Yury Selivanov
· 7 years ago
aa218d1
bpo-27931: Fix email address header parsing error (#5329)
by jayyyin
· 7 years ago
e6d3421
bpo-25988: Deprecate exposing collections.abc in collections GH-5414
by Raymond Hettinger
· 7 years ago
4f4ef0a
Add a test for pdb until command in coroutine (#5427)
by Andrew Svetlov
· 7 years ago
66e5742
bpo-28414: ssl module idna test (#5395)
by Christian Heimes
· 7 years ago
892d66e
bpo-31429: Define TLS cipher suite on build time (#3532)
by Christian Heimes
· 7 years ago
d951157
bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
by Victor Stinner
· 7 years ago
51500f3
bpo-32706: Skip test_ftplib.test_check_hostname() (#5422)
by Victor Stinner
· 7 years ago
95e2147
bpo-32591: silence deprecation warnings in test_coroutine (GH-5412)
by Nathaniel J. Smith
· 7 years ago
1e5b25b
bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
by Yury Selivanov
· 7 years ago
07627e9
bpo-32251: Fix docs (#5408)
by Yury Selivanov
· 7 years ago
9ee1bf9
bpo-32650: Add an asyncgen pdb test (#5406)
by Yury Selivanov
· 7 years ago
1e34da4
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
by embg
· 7 years ago
6c6ddf9
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
by Pablo Galindo
· 7 years ago
c7ab581
bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403)
by Pablo Galindo
· 7 years ago
4687702
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)
by Pablo Galindo
· 7 years ago
7c99e93
Fix trivial typo in test_dataclasses.py. (GH-5398)
by Eric V. Smith
· 7 years ago
f11b460
bpo-32373: Add socket.getblocking() method. (#4926)
by Yury Selivanov
· 7 years ago
631fd38
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
by Yury Selivanov
· 7 years ago
0ceb717
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394)
by Yury Selivanov
· 7 years ago
f36ba12
bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391)
by larryhastings
· 7 years ago
bec2372
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
by Yury Selivanov
· 7 years ago
059f58c
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
by Nitish Chandra
· 7 years ago
43c0f1a
bpo-32685: Improve suggestion for print statement (GH-5375)
by Nitish Chandra
· 7 years ago
fcf8b4c
bpo-32206: Update pdb usage to include new module option (GH-5111)
by Mario Corchero
· 7 years ago
dd0e087
bpo-30306: release arguments of contextmanager (GH-1500)
by Martin Teichmann
· 7 years ago
bea5706
bpo-32677: Optimize str.isascii() (GH-5356)
by INADA Naoki
· 7 years ago
ea8fc52
bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366)
by Eric V. Smith
· 7 years ago
2a2247c
bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
by Yury Selivanov
· 7 years ago
47c0b1f
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
by Коренберг Марк
· 7 years ago
0f54e00
Fix tests if Python compiled without SSL (#5367)
by Andrew Svetlov
· 7 years ago
b1a6ac4
bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
by Yury Selivanov
· 7 years ago
7c68407
bpo-32622: Implement loop.sendfile() (#5271)
by Andrew Svetlov
· 7 years ago
f13f12d
bpo-32630: Use contextvars in decimal (GH-5278)
by Yury Selivanov
· 7 years ago
4defba3
bpo-31368: Expose preadv and pwritev in the os module (#5239)
by Pablo Galindo
· 7 years ago
61d478c
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
by Christian Heimes
· 7 years ago
746cc75
bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048)
by Mads Jensen
· 7 years ago
d0e31b9
bpo-32454: socket closefd (#5048)
by Christian Heimes
· 7 years ago
2f050c7
bpo-32433: Optimized HMAC digest (#5023)
by Christian Heimes
· 7 years ago
a49ac99
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
by INADA Naoki
· 7 years ago
37420de
bpo-32678: inspect: Import ast lazily (GH-5344)
by INADA Naoki
· 7 years ago
43c47fe
bpo-32670: Enforce PEP 479. (#5327)
by Yury Selivanov
· 7 years ago
dba976b
bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
by Nathaniel J. Smith
· 7 years ago
95e4d58
String annotations [PEP 563] (#4390)
by Guido van Rossum
· 7 years ago
d7773d9
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
by bennorth
· 7 years ago
Next »