Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ca7b504a4d4c3a5fde1ee4607b9501c2bab6e743
/
Lib
ca7b504
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
by Vinay Sajip
· 6 years ago
1b8a46d
bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146)
by Serhiy Storchaka
· 6 years ago
231aad3
bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)
by Serhiy Storchaka
· 6 years ago
8bf08ee
bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143)
by Victor Stinner
· 6 years ago
2e9954d
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
by Jeroen Demeyer
· 6 years ago
c034b78
bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
by Victor Stinner
· 6 years ago
c5905f3
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
by Joost Lek
· 6 years ago
28fca0c
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
by Zackery Spytz
· 6 years ago
66d47da
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
by Terry Jan Reedy
· 6 years ago
8047e0e
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791)
by Rémi Lapeyre
· 6 years ago
3a1d50e
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777)
by Michael Felt
· 6 years ago
552ace7
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
by ubordignon
· 6 years ago
0237265
Use threadpool for reading from file in sendfile fallback mode (#14076)
by Andrew Svetlov
· 6 years ago
ef21523
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075)
by Andrew Svetlov
· 6 years ago
5884043
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
by Victor Stinner
· 6 years ago
066e5b1
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
by Victor Stinner
· 6 years ago
212646c
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
by Victor Stinner
· 6 years ago
9765efc
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081)
by Zackery Spytz
· 6 years ago
f0749da
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080)
by Andrew Svetlov
· 6 years ago
0755945
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
by Victor Stinner
· 6 years ago
05f8318
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
by Pablo Galindo
· 6 years ago
3498c64
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)
by Pablo Galindo
· 6 years ago
6d22cc8
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
by Victor Stinner
· 6 years ago
63ab4ba
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
by Victor Stinner
· 6 years ago
6f75c87
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
by Victor Stinner
· 6 years ago
468e5fe
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
by Victor Stinner
· 6 years ago
95f61c8
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
by Victor Stinner
· 6 years ago
913fa1c
bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)
by Victor Stinner
· 6 years ago
0d19427
Make asyncio stream sendfile fail on error (was hang) (GH-14025)
by Andrew Svetlov
· 6 years ago
daf6262
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
by Paul Monson
· 6 years ago
32dda26
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011)
by Michael Felt
· 6 years ago
eb976e4
bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996)
by Victor Stinner
· 6 years ago
efdf6ca
bpo-35766: compile(): rename feature_version parameter (GH-13994)
by Victor Stinner
· 6 years ago
10b55c1
bpo-35766: Change format for feature_version to (major, minor) (GH-13992)
by Guido van Rossum
· 6 years ago
44867bb
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
by Benjamin Peterson
· 6 years ago
910b3fc
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
by Benjamin Peterson
· 6 years ago
65aa64f
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
by Andrew Svetlov
· 6 years ago
1f11cf9
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965)
by Raymond Hettinger
· 6 years ago
b589cef
bpo-37223: test_io: silence destructor errors (GH-13954)
by Victor Stinner
· 6 years ago
4f6f7c5
bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952)
by Victor Stinner
· 6 years ago
45a1494
bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594)
by Marcin Niemira
· 6 years ago
e119b3d
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
by Raymond Hettinger
· 6 years ago
8cc605a
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
by Rémi Lapeyre
· 6 years ago
d407d2a
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
by Philipp A
· 6 years ago
65e5860
cross port importlib-metadata PR #76 (#13903)
by Anthony Sottile
· 6 years ago
03d5831
bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805)
by zygocephalus
· 6 years ago
e7e5039
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
by Paul Monson
· 6 years ago
740a84d
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
by Victor Stinner
· 6 years ago
3bf0f3a
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
by Victor Stinner
· 6 years ago
3f345c3
bpo-37151: simplify classmethoddescr_call (GH-13340)
by Jeroen Demeyer
· 6 years ago
307d4cb
Use assertEqual(). (#13883)
by Stefan Krah
· 6 years ago
7f8a38a
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
by Cheryl Sabella
· 6 years ago
0690c79
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
by Eric Wieser
· 6 years ago
554450f
bpo-37177: make IDLE's search dialogs transient (GH-13869)
by Tal Einat
· 6 years ago
f6713e8
bpo-36520: Email header folded incorrectly (#13608)
by websurfer5
· 6 years ago
6af2303
bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157)
by Walter Dörwald
· 6 years ago
cb65202
bpo-35551: remove mac_centeuro encoding (GH-13856)
by Inada Naoki
· 6 years ago
c4c15ed
bpo-35551: encodings update (GH-11446)
by Ashwin Ramaswami
· 6 years ago
66c4f3f
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
by Abhilash Raj
· 6 years ago
142566c
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
by Serhiy Storchaka
· 6 years ago
6c01ebc
bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832)
by Raymond Hettinger
· 6 years ago
9aa7856
bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834)
by Zackery Spytz
· 6 years ago
6d64a8f
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671)
by Emmanuel Arias
· 6 years ago
949fe97
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
by Terry Jan Reedy
· 6 years ago
19a1e1e
bpo-34282: Remove deprecated enum _convert method (GH-13823)
by Zachary Ware
· 6 years ago
23d7ce7
Merge tag 'v3.8.0b1'
by Łukasz Langa
· 6 years ago
aa79707
bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)
by Abhilash Raj
· 6 years ago
3b5deb0
Python 3.8.0b1
by Łukasz Langa
· 6 years ago
46d88a1
bpo-35805: Add parser for Message-ID email header. (GH-13397)
by Abhilash Raj
· 6 years ago
bc6469f
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
by Victor Stinner
· 6 years ago
8d0ef0b
bpo-36742: Corrects fix to handle decomposition in usernames (#13812)
by Steve Dower
· 6 years ago
800d786
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
by Boris Feld
· 6 years ago
ca612a9
bpo-36778: Remove outdated comment from CodePageTest (GH-13807)
by Victor Stinner
· 6 years ago
8d56109
bpo-37142: Make asyncio stream tests more robust again (GH-13804)
by Andrew Svetlov
· 6 years ago
35890ab
Make StreamServer.close() tests more robust (GH-13790)
by Andrew Svetlov
· 6 years ago
7f9a2ae
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802)
by Łukasz Langa
· 6 years ago
4cdbc45
bpo-37148: Fix asyncio test that check for warning when running the test suite with huntleaks (GH-13800)
by Pablo Galindo
· 6 years ago
963eb0f
bpo-35431: Drop the k <= n requirement (GH-13798)
by Raymond Hettinger
· 6 years ago
9535aff
Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793)
by Andrew Svetlov
· 6 years ago
0f0a30f
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
by Victor Stinner
· 6 years ago
78c7d52
bpo-37120: Add SSLContext.num_tickets (GH-13719)
by Christian Heimes
· 6 years ago
e35d1ba
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
by Christian Heimes
· 6 years ago
e225beb
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780)
by Victor Stinner
· 6 years ago
49a7e34
bpo-37137: Fix test_asyncio: use TestCase.set_event_loop() (GH-13779)
by Victor Stinner
· 6 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 6 years ago
8565f6b
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760)
by Pablo Galindo
· 6 years ago
d9677f3
IDLE: Fix typos in docs and comments (GH-13749)
by Xtreak
· 6 years ago
cba9f84
bpo-36546: Add design notes to aid future discussions (GH-13769)
by Raymond Hettinger
· 6 years ago
01ee12b
bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)
by Augusto Hack
· 6 years ago
0025350
bpo-37069: tests use catch_unraisable_exception() (GH-13762)
by Victor Stinner
· 6 years ago
3cf7ea1
bpo-37100: Fix test_coroutines with -Werror (GH-13756)
by Victor Stinner
· 6 years ago
0d70227
Fix typos in docs and docstrings (GH-13745)
by Xtreak
· 6 years ago
c6789d6
bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754)
by Andrew Svetlov
· 6 years ago
fb9423f
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
by Petr Viktorin
· 6 years ago
64e2c64
test_gdb.test_pycfunction: test more calling conventions (GH-13668)
by Petr Viktorin
· 6 years ago
cdce057
bpo-36829: test_threading: Fix a ref cycle (GH-13752)
by Victor Stinner
· 6 years ago
aca273e
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545)
by Michele Angrisano
· 6 years ago
c0295db
bpo-37124: Fix reference leak in test_msilib (GH-13750)
by Pablo Galindo
· 6 years ago
6bdc4de
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
by Cheryl Sabella
· 6 years ago
13ed079
bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)
by Andrew Svetlov
· 6 years ago
Next »