Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2085bd0877e17ad4d98a4586d5eabb6faecbb190
2085bd0
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
by Serhiy Storchaka
· 6 years ago
4a68650
bpo-35431: Implemented math.comb (GH-11414)
by Yash Aggarwal
· 6 years ago
5ac0b98
bpo-18911: clarify that the minidom XML writer receives texts but not bytes (GH-13352)
by Windson yang
· 6 years ago
354227a
Add option to trace to run modules (GH-5134)
by Mario Corchero
· 6 years ago
664fe39
bpo-29984: Improve 'heapq' test coverage (GH-992)
by Rob Day
· 6 years ago
5c22476
Improve docstring of list.sort (GH-8516)
by Tim Hoffmann
· 6 years ago
396e0a8
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
by Eric Snow
· 6 years ago
1c263e3
bpo-37029: keep usable_arenas in sorted order without searching (#13612)
by Tim Peters
· 6 years ago
549e55a
bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711)
by Zackery Spytz
· 6 years ago
ed9f356
bpo-37105: Add deprecated-remove information on stream doc (#13672)
by Emmanuel Arias
· 6 years ago
a747c3a
bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)
by Cheryl Sabella
· 6 years ago
a6ec1ce
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
by Ammar Askar
· 6 years ago
aac4d03
bpo-26826: Expose copy_file_range in the os module (GH-7255)
by Pablo Galindo
· 6 years ago
545a3b8
Document changes for PyCode_New regarding PEP570 (GH-13706)
by Pablo Galindo
· 6 years ago
c8d5bf6
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688)
by Zackery Spytz
· 6 years ago
4612671
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
by Akshay Sharma
· 6 years ago
8cbb5b6
bpo-26835: Add file sealing constants to fcntl (GH-13694)
by Christian Heimes
· 6 years ago
ffed76b
bpo-37094: Add example for TestCase.skipTest in unittest doc (GH-13645)
by Makdon
· 6 years ago
a0c01bf
bpo-37115: Support annotations in positional-only arguments (GH-13698)
by Pablo Galindo
· 6 years ago
2f58a84
bpo-37112: Allow compile to work on AST with positional only arguments with defaults (GH-13697)
by Pablo Galindo
· 6 years ago
ed222a7
Update data model docs to include missing attributes for code objects (GH-13696)
by Pablo Galindo
· 6 years ago
3a46d5c
bpo-37108: Support super with methods that use positional-only arguments (GH-13695)
by Pablo Galindo
· 6 years ago
c7f803b
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
by Zackery Spytz
· 6 years ago
c7f7069
bpo-34271: Add ssl debugging helpers (GH-10031)
by Christian Heimes
· 6 years ago
e9b51c0
bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (GH-10320)
by Serhiy Storchaka
· 6 years ago
38ab7d4
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859)
by Serhiy Storchaka
· 6 years ago
ba04302
IDLE - Capitalize search dialogs' 'Close' button label. (#13691)
by Terry Jan Reedy
· 6 years ago
14a0e16
bpo-36548: Improve the repr of re flags. (GH-12715)
by Serhiy Storchaka
· 6 years ago
65fb2c0
bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756)
by Serhiy Storchaka
· 6 years ago
530f506
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
by Jeroen Demeyer
· 6 years ago
4c23aff
bpo-29262: Add get_origin() and get_args() introspection helpers to typing (GH-13685)
by Ivan Levkivskyi
· 6 years ago
2a58b06
bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)
by Anthony Sottile
· 6 years ago
eea47e0
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
by Matthias Bussonnier
· 6 years ago
5437ccc
bpo-36342: Fix test_multiprocessing in test_venv (GH-12513)
by xdegaye
· 6 years ago
2f5b9dc
bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)
by Antti Haapala
· 6 years ago
1e36f75
bpo-5028: fix doc bug for tokenize (GH-11683)
by Andrew Carr
· 6 years ago
1b69c09
Fix audit event typo : urllib.request -> urllib.Request (GH-13550)
by Xtreak
· 6 years ago
98ef920
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
by Alex Grönholm
· 6 years ago
25ee0c3
Revert adding @maxking to CODEOWNERS file (GH-13660)
by Brett Cannon
· 6 years ago
37788bc
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
by Jeroen Demeyer
· 6 years ago
6d0b747
bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679)
by Xtreak
· 6 years ago
249b7d5
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
by Zackery Spytz
· 6 years ago
c145f3b
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
by Jeroen Demeyer
· 6 years ago
735e8af
bpo-36974: inherit the vectorcall protocol (GH-13498)
by Jeroen Demeyer
· 6 years ago
0f39c2b
bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are completed (GH-13661)
by Xtreak
· 6 years ago
6eb814b
bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677)
by Christian Heimes
· 6 years ago
eda385c
bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() (GH-13355)
by Zackery Spytz
· 6 years ago
bee31ce
autoreconf (GH-13651)
by Inada Naoki
· 6 years ago
413d955
bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675)
by Giampaolo Rodola
· 6 years ago
a16387a
bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)
by Ying Wang
· 6 years ago
8087831
Don't crash if there exists an EGG-INFO directory on sys.path (#13667)
by Anthony Sottile
· 6 years ago
29cb21d
Regenerate topics file (GH-13642)
by Pablo Galindo
· 6 years ago
8f96c9f
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522)
by Zackery Spytz
· 6 years ago
fecb75c
bpo-36974: Fix GDB integration (GH-13665)
by Petr Viktorin
· 6 years ago
e70bfa95
bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666)
by Zackery Spytz
· 6 years ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 6 years ago
43fdbd2
bpo-26836: Add os.memfd_create() (#13567)
by Zackery Spytz
· 6 years ago
0c2f930
bpo-22385: Support output separators in hex methods. (#13578)
by Gregory P. Smith
· 6 years ago
aacc77f
bpo-36974: implement PEP 590 (GH-13185)
by Jeroen Demeyer
· 6 years ago
d30da5d
bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456)
by Anthony Sottile
· 6 years ago
34f4f5e
bpo-36794: Document that Lock.acquire is fair. (GH-13082)
by Hrvoje Nikšić
· 6 years ago
46ed90d
Doc: Add an optional obsolete header. (GH-13638)
by Julien Palard
· 6 years ago
1c99926
Add my to code owner for more areas (#13650)
by Christian Heimes
· 6 years ago
9ddc416
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
by Steve Dower
· 6 years ago
d8b7551
bpo-33164: blake2 fix for HP-UX (GH-13633)
by David Carlier
· 6 years ago
4dd3e3f
bpo-32972: Async test case (GH-13386)
by Andrew Svetlov
· 6 years ago
7d40869
remove unnecessary tp_dealloc (GH-13647)
by Inada Naoki
· 6 years ago
ca80495
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
by Bo Bayles
· 6 years ago
f83d1db
bpo-37070: Cleanup fstring debug handling (GH-13607)
by Eric V. Smith
· 6 years ago
0ae022c
bpo-37075: Fix string concatenation in assert_has_awaits error message (GH-13616)
by Xtreak
· 6 years ago
744c08a
bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628)
by 依云
· 6 years ago
e1f95e7
bpo-36739: Update controlflow.rst (GH-12983)
by pbhd
· 6 years ago
8b09500
bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617)
by Victor Stinner
· 6 years ago
b76302d
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
by Pablo Galindo
· 6 years ago
77f0ed7
bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL (#13634)
by Guido van Rossum
· 6 years ago
44bfff2
Fix markup and minor grammar improvements in Code_of_conduct.md (GH-13640)
by hydrogen-mvm
· 6 years ago
4154069
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
by Dino Viehland
· 6 years ago
ab0716e
bpo-22102: Fixes zip files with disks set to 0 (GH-5985)
by Francisco Facioni
· 6 years ago
33ce3f0
Fix comments in initconfig.h (GH-13636)
by MandarJKulkarni
· 6 years ago
9e3c452
bpo-31961: Fix support of path-like executables in subprocess. (GH-5914)
by Serhiy Storchaka
· 6 years ago
1b05aa2
Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635)
by karl ding
· 6 years ago
382034b
bpo-36933: fix what's new. (GH-13627)
by Matthias Bussonnier
· 6 years ago
2e33ecd
bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
by Joannah Nanjekye
· 6 years ago
3c8724f
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
by Zackery Spytz
· 6 years ago
17a5588
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
by Victor Stinner
· 6 years ago
a85a1d3
bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620)
by Victor Stinner
· 6 years ago
51ddab8
Doc: Add missing forward reference in the tutorial. (GH-13499)
by Julien Palard
· 6 years ago
05f1641
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)
by Zackery Spytz
· 6 years ago
0453081
bpo-32299: Return patched dict when using patch.dict as a context manager (GH-11062)
by Mario Corchero
· 6 years ago
eb65e24
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
by Jeroen Demeyer
· 6 years ago
0811f2d
Doc: Space breaking whole definition. (GH-13615)
by Julien Palard
· 6 years ago
9a7e5b1
bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618)
by Inada Naoki
· 6 years ago
293e9f8
Remove outdated time.monotonic reference (GH-13264)
by Brad
· 6 years ago
9ea277a
bpo-36900: Fix compilation on HP-UX (GH-13614)
by Victor Stinner
· 6 years ago
bafd4b5
bpo-29883: Asyncio proactor udp (GH-13440)
by Andrew Svetlov
· 6 years ago
9ee2c26
DOC: Unnecessary plural. (GH-13613)
by Julien Palard
· 6 years ago
74d7f76
bpo-37058: PEP 544: Add Protocol to typing module (GH-13585)
by Ivan Levkivskyi
· 6 years ago
3880f26
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
by Matthias Bussonnier
· 6 years ago
436c2b0
bpo-36996: Handle async functions when mock.patch is used as a decorator (GH-13562)
by Xtreak
· 6 years ago
71dc7c5
Add @maxking to CODEOWNERS file (GH-13599)
by Abhilash Raj
· 6 years ago
Next »