Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
894331838b256412c95d54051ec46a1cb96f52e7
8943318
bpo-38270: Fix indentation of test_hmac assertions (GH-17446)
by stratakis
· 6 years ago
a62ad47
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418)
by Matthew Rollings
· 6 years ago
016b028
Fix compiler warning in Objects/unicodeobject.c (GH-17440)
by Pablo Galindo
· 6 years ago
34864d1
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
by torsava
· 6 years ago
2fe4c48
bpo-38449: Add URL delimiters test cases (#16729)
by Dong-hee Na
· 6 years ago
fdafa1d
document threading.Lock.locked() (GH-17427)
by idomic
· 6 years ago
575d0b4
Fix typos (GH-17423)
by Ofek Lev
· 6 years ago
8d62df6
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658)
by Daniel Hillier
· 6 years ago
1df65f7
Fix old mention of virtualenv (GH-17417)
by Brett Cannon
· 6 years ago
bea33f5
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392)
by Steve Dower
· 6 years ago
02519f7
bpo-38524: clarify example a bit and improve formatting (GH-17406)
by Tal Einat
· 6 years ago
d9aa216
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
by Tzu-ping Chung
· 6 years ago
045d4e2
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
by Tzu-ping Chung
· 6 years ago
ea9835c
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
by Inada Naoki
· 6 years ago
1bddf89
bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364)
by Florian Dahlitz
· 6 years ago
ce4b7a2
Show the differing module names for readlink() (GH-17395)
by Yoni Lavi
· 6 years ago
1ef4c32
Be more specific about the `.so` gitignore patterns (GH-17328)
by Anthony Sottile
· 6 years ago
9bbcbc9
bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098)
by Bruno P. Kinoshita
· 6 years ago
c7c01ab
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
by Steve Dower
· 6 years ago
0b41a92
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)
by HongWeipeng
· 6 years ago
e563a15
bpo-38892: Improve docs for audit event (GH-17361)
by Terry Jan Reedy
· 6 years ago
bc441ed
bpo-22377: Fixes documentation for %Z in datetime (GH-16507)
by Karl Dubost
· 6 years ago
036fe85
bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716)
by HongWeipeng
· 6 years ago
386d00c
Remove use of deprecated `array.fromstring` method (GH-17332)
by David Coles
· 6 years ago
6dd9b64
bpo-38328: Speed up the creation time of constant list and set display. (GH-17114)
by Brandt Bucher
· 6 years ago
e4db1f0
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
by Eddie Elizondo
· 6 years ago
f8a6316
bpo-21063: Improve module synopsis for distutils (GH-17363)
by Sanchit Khurana
· 6 years ago
c6a7bdb
bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723)
by Stefan Behnel
· 6 years ago
ded8888
bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)
by Pablo Galindo
· 6 years ago
e11f25d
Fix typo in Doc/whatsnew/3.9.rst (GH-17372)
by Pablo Galindo
· 6 years ago
27fc3b6
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302)
by Pablo Galindo
· 6 years ago
6bf644e
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
by Terry Jan Reedy
· 6 years ago
6f03b23
bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335)
by Claudiu Popa
· 6 years ago
e407646
Remove unnecessary variable definition (GH-17368)
by Batuhan Taşkaya
· 6 years ago
665ad3d
Better runtime TypedDict (GH-17214)
by Zac Hatfield-Dodds
· 6 years ago
041d8b4
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
by Raymond Hettinger
· 6 years ago
84b1ff6
bpo-38899: virtual environment activation for fish should use `source` (GH-17359)
by Brett Cannon
· 6 years ago
d68b592
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
by Victor Stinner
· 6 years ago
14a89c4
bpo-38686: fix HTTP Digest handling in request.py (#17045)
by PypeBros
· 6 years ago
3ae38cc
Update CODEOWNERS (#17356)
by Ethan Furman
· 6 years ago
2ec1a1b
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
by Victor Stinner
· 6 years ago
2582d46
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
by Victor Stinner
· 6 years ago
82c83bd
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
by Victor Stinner
· 6 years ago
42bc60e
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
by Callum Ward
· 6 years ago
b005136
bpo-38858: Add init_interp_main() subfunction (GH-17347)
by Victor Stinner
· 6 years ago
e0c9ab8
bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)
by Victor Stinner
· 6 years ago
1b779bf
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
by bcaller
· 6 years ago
4e205b7
Fix quoted signature of setattrofunc (GH-17251)
by Alex
· 6 years ago
138e7bb
bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)
by jacksonriley
· 6 years ago
3d48334
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
by Victor Stinner
· 6 years ago
310e2d2
bpo-36854: Fix refleak in subinterpreter (GH-17331)
by Victor Stinner
· 6 years ago
91daa9d
bpo-38863: Improve is_cgi() in http.server (GH-17312)
by Siwon Kang
· 6 years ago
b4e5eea
Defer import of shutil which only needed for help and usage (GH-17334)
by Raymond Hettinger
· 6 years ago
65444cf
bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)
by Claudiu Popa
· 6 years ago
0aca3a3
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
by benedwards14
· 6 years ago
82f897b
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318)
by Mark Shannon
· 6 years ago
3ab479a
bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)
by Victor Stinner
· 6 years ago
0127bb1
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
by Victor Stinner
· 6 years ago
5c534da
CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313)
by Giampaolo Rodola
· 6 years ago
fee5526
Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641)
by Mark Shannon
· 6 years ago
5dcc06f
bpo-38858: Allocate small integers on the heap (GH-17301)
by Victor Stinner
· 6 years ago
d672791
Update functions.rst (GH-16468)
by Géry Ogam
· 6 years ago
9391f6c
bpo-36277: Add document for pdb debug and retval commands (GH-12872)
by Dave Nguyen
· 6 years ago
6db2fb7
Removed capital letter in parameter in stdtypes.rst (GH-17218)
by Jules Lasne (jlasne)
· 6 years ago
06ca2a2
Fixed an incorrect sentence in the docs (GH-17205)
by Aveheuzed
· 6 years ago
046442d
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)
by Jason Fried
· 6 years ago
e5d1f73
bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216)
by Brandt Bucher
· 6 years ago
559bad1
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294)
by xdegaye
· 6 years ago
b93f31f
bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297)
by Victor Stinner
· 6 years ago
de148f2
bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-16828)
by Steve Dower
· 6 years ago
abce2d9
Add Python 3.8 to py based search in find_python.bat (GH-17188)
by Segev Finer
· 6 years ago
fff7bbf
bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293)
by Victor Stinner
· 6 years ago
db7925a
Update information about publishing a new version to the Microsoft Store (GH-17262)
by Steve Dower
· 6 years ago
be5c79e
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
by Federico Bond
· 6 years ago
4dedd0f
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
by Victor Stinner
· 6 years ago
7247407
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
by Victor Stinner
· 6 years ago
488d02a
bpo-38835: Exclude PyFPE macros from the stable API (GH-17228)
by Victor Stinner
· 6 years ago
e7e699e
bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)
by Victor Stinner
· 6 years ago
67e0de6
bpo-36854: gcmodule.c gets its state from tstate (GH-17285)
by Victor Stinner
· 6 years ago
9da7430
bpo-36854: Clear the current thread later (GH-17279)
by Victor Stinner
· 6 years ago
d51a363
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
by Brandt Bucher
· 6 years ago
7eee5be
bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
by Victor Stinner
· 6 years ago
b846247
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
by Terry Jan Reedy
· 6 years ago
7483451
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
by Benjamin Peterson
· 6 years ago
be143ec
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
by Victor Stinner
· 6 years ago
01b1cc1
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
by Victor Stinner
· 6 years ago
eb1cbbf
Post 3.9.0a1
by Łukasz Langa
· 6 years ago
1c5a71a
Merge tag 'v3.9.0a1'
by Łukasz Langa
· 6 years ago
33b671e
bpo-38823: Fix refleak in marshal init error path (GH-17260)
by Brandt Bucher
· 6 years ago
2e96906
bpo-36710: Pass tstate parameter to GC collect() (GH-17267)
by Victor Stinner
· 6 years ago
279d8df
bpo-38753: AsyncMock added in version 3.8 (GH-17102)
by John Belmonte
· 6 years ago
444b39b
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
by Victor Stinner
· 6 years ago
e0cd8aa
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989)
by Pablo Galindo
· 6 years ago
ef5aa9a
bpo-38858: Reorganize pycore_init_types() (GH-17265)
by Victor Stinner
· 6 years ago
ac22354
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
by Brandt Bucher
· 6 years ago
293dd23
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
by Pablo Galindo
· 6 years ago
c6b20be
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
by Jake Tesler
· 6 years ago
892221b
bpo-38839: Fix some unused functions in tests (GH-17189)
by Adam Johnson
· 6 years ago
54b32c9
bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236)
by Brandt Bucher
· 6 years ago
8e0de2a
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
by Vincent Michel
· 6 years ago
Next »