Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a6
tag
b795d27e6c6d0b05fc536b3c28a7a9a57e7f5a29
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Mar 01 16:49:00 2021
object
cc12888f9b4b69247f342fe1304984c3eb3d9647
Python 3.10.0a6
cc12888
Remove unused suspicious rule in the docs
by Pablo Galindo
· 4 years, 6 months ago
v3.10.0a6
06c245f
Python 3.10.0a6
by Pablo Galindo
· 4 years, 6 months ago
8c9453b
Fix typo in Mac/README.rst (#24682)
by Ikko Ashimine
· 4 years, 6 months ago
f4d7d46
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
c994ffe
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
by Jozef Grajciar
· 4 years, 6 months ago
0242494
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
by Ned Deily
· 4 years, 6 months ago
0608425
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
by Ned Deily
· 4 years, 6 months ago
a65b050
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
by Ned Deily
· 4 years, 6 months ago
a22bca6
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
by Daniel F Moisset
· 4 years, 6 months ago
d202794
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
by Manolis Stamatogiannakis
· 4 years, 6 months ago
a8e2615
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
by Pablo Galindo
· 4 years, 6 months ago
41934b3
GH-42128: Add Pattern Matching to What's New (#24667)
by Carol Willing
· 4 years, 6 months ago
0d7ad9f
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
by Filipe Laíns
· 4 years, 6 months ago
af5fa13
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
by Pablo Galindo
· 4 years, 6 months ago
e8f5ddd
Add whatsnew note for GH-22904 (#24672)
by Dennis Sweeney
· 4 years, 6 months ago
73a85c4
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
by Dennis Sweeney
· 4 years, 6 months ago
2183d06
bpo-43251: sqlite3_column_name() failures now raise MemoryError (GH-24609)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
1e3c682
bpo-43345: Enhance TypedDict documentation. (#24668)
by Paul Bryan
· 4 years, 6 months ago
bf9de7a
bpo-43335: Update macro to check gcc version (GH-24662)
by Dong-hee Na
· 4 years, 6 months ago
c71d24f
bpo-43321: Fix SystemError in getargs.c (GH-24656)
by Inada Naoki
· 4 years, 6 months ago
145bf26
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
by Brandt Bucher
· 4 years, 6 months ago
cc02b4f
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459)
by Alex
· 4 years, 6 months ago
5e48e83
bpo-43294: Remove unused variables in pysqlite_connection_*() (GH-24658)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
7956ef8
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
by Ruben Vorderman
· 4 years, 6 months ago
25935a2
Update logging.config.rst (GH-24630)
by takahashi
· 4 years, 6 months ago
28a30bc
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build with GCC/Clang (GH-24606)
by Joseph Shen
· 4 years, 6 months ago
c6ccdfb
bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650)
by Ammar Askar
· 4 years, 6 months ago
9525a18
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
by Inada Naoki
· 4 years, 6 months ago
3150754
bpo-43314: Remove SQLITE_OPEN_URI ifdef (GH-24637)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
91ea37c
bpo-43290: Remove workaround from pysqlite_step() (GH-24638)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
cc3df63
bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647)
by Ruben Vorderman
· 4 years, 6 months ago
70f8ebe
Remove comment about a private email.headerregistry (GH-24233)
by Florian Bruhin
· 4 years, 6 months ago
32181be
bpo-43293: Doc: move note about GIL to top of threading module (GH-24622)
by Guanzhong Chen
· 4 years, 6 months ago
1f43340
bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987)
by Felix C. Stegerman
· 4 years, 6 months ago
b9fe16a
bpo-41841: Revise header (GH-24633)
by Terry Jan Reedy
· 4 years, 6 months ago
2827e8a
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
by Terry Jan Reedy
· 4 years, 6 months ago
b798ab0
bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629)
by Irit Katriel
· 4 years, 6 months ago
26f18b8
bpo-43146: fix regression in traceback.print_exception(None) (GH-24463)
by Irit Katriel
· 4 years, 6 months ago
7bb1caf
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
by Petr Viktorin
· 4 years, 6 months ago
2d6f2ee
bpo-36346: Document removal schedule of deprecate APIs (GH-20879)
by Inada Naoki
· 4 years, 6 months ago
91a639a
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
by Inada Naoki
· 4 years, 6 months ago
5a4aa4c
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
by Inada Naoki
· 4 years, 6 months ago
b19855b
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
by Dennis Sweeney
· 4 years, 6 months ago
01806d5
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
by Inada Naoki
· 4 years, 6 months ago
84f7afe
Fix failed merge of bpo-43288. (GH-24614)
by Neil Schemenauer
· 4 years, 6 months ago
50288aa
bpo-43288: Fix bug in test_importlib test. (GH-24612)
by Neil Schemenauer
· 4 years, 6 months ago
d5fc998
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
by Victor Stinner
· 4 years, 6 months ago
38b6c2a
bpo-43269: Remove redundant extern keywords (GH-24605)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
4cf7bb8
bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604)
by Terry Jan Reedy
· 4 years, 6 months ago
2f9ef51
bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595)
by Terry Jan Reedy
· 4 years, 6 months ago
bf838a6
bpo-43269: Clean up sqlite3 file scope (GH-24578)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
d439fb3
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
by Pablo Galindo
· 4 years, 6 months ago
46496f9
bpo-42990: Functions inherit current builtins (GH-24564)
by Victor Stinner
· 4 years, 6 months ago
4233ff3
Fix typo in launcher.c (GH-24497)
by Ikko Ashimine
· 4 years, 6 months ago
292f231
Fix typo in dis module doc (GH-24509)
by Irit Katriel
· 4 years, 6 months ago
b30fcba
bpo-43042: Augment tutorial sentence (GH-24514)
by Terry Jan Reedy
· 4 years, 6 months ago
b4af629
bpo-42825: Enable /OPT:REF (GH-24098)
by Austin Lamb
· 4 years, 6 months ago
2d3e463
closes bpo-43266: Improve array formatting. (GH-24573)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
4a6bf27
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
by Nicholas Sim
· 4 years, 6 months ago
839184f
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
by Victor Stinner
· 4 years, 6 months ago
bcb094b
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
by Victor Stinner
· 4 years, 6 months ago
a486054
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
by Victor Stinner
· 4 years, 6 months ago
acde3f1
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
by Victor Stinner
· 4 years, 6 months ago
101bf69
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
by Victor Stinner
· 4 years, 6 months ago
6207810
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
by Victor Stinner
· 4 years, 6 months ago
5592f2b
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576)
by Victor Stinner
· 4 years, 6 months ago
2bb0bf4
bpo-43258: Make sqlite3 callback functions static (GH-24574)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
979b23c
bpo-43258: Don't allocate sqlite3 aggregate context for empty queries (GH-24569)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
e92d67d
closes bpo-43254: Fix *snprintf() man page refs. (GH-24563)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
ffa55d2
bpo-39448: Add regen-frozen makefile target. (GH-18174)
by Neil Schemenauer
· 4 years, 6 months ago
743932d
Remove all links to mingw.org (GH-24552)
by Jeremy Paige
· 4 years, 6 months ago
44085a3
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
by Victor Stinner
· 4 years, 6 months ago
cc96231
bpo-43249: Improve scoping in _pysqlite_fetch_one_row() (GH-24565)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
47feb1f
bpo-43249: sqlite3_column_bytes() must follow sqlite_column_blob() (GH-24562)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
7be00ee
bpo-42960: Add resource.RLIMIT_KQUEUES constant from FreeBSD (GH-24251)
by David CARLIER
· 4 years, 6 months ago
a3c3ffa
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
by Victor Stinner
· 4 years, 6 months ago
366dc3a
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
by Nicholas Sim
· 4 years, 6 months ago
630264a
bpo-40170: Move 3 NEWS entries to the C API section (GH-24555)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
cd80f43
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
801bb0b
bpo-43103: Add configure --without-static-libpython (GH-24418)
by Victor Stinner
· 4 years, 6 months ago
6a41775
Update urllib2.rst (GH-24236)
by Christian Reich
· 4 years, 6 months ago
cc54001
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
17dbd40
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
by Nicholas Sim
· 4 years, 6 months ago
871eb42
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
8a8b5df
bpo-43155: Add PyCMethod_New to PC/python3dll.c (GH-24500)
by Zackery Spytz
· 4 years, 6 months ago
755f3c1
bpo-42819, readline: Disable bracketed paste (GH-24108)
by Dustin Rodrigues
· 4 years, 6 months ago
813db24
Add a warning block around the get_referrers() documentation (GH-24511)
by Pablo Galindo
· 4 years, 6 months ago
d020496
bpo-43231: Correctly calculate the curses color pair limit when checking for it (GH-24541)
by Pablo Galindo
· 4 years, 6 months ago
ab2d481
bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under -R (GH-24539)
by Pablo Galindo
· 4 years, 6 months ago
a2f0654
bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536)
by Ken Jin
· 4 years, 6 months ago
4bb2a1e
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
fcbe0cb
bpo-42967: only use '&' as a query string separator (#24297)
by Adam Goldschmidt
· 4 years, 6 months ago
1b57426
bpo-43210: Fix byteswap comment in sha512.module.c (GH-24518)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
3cf0833
bpo-43152: Update assert statement to remove unused warning (GH-24473)
by Dong-hee Na
· 4 years, 6 months ago
b676f5f
bpo-43202: More codeop._maybe_compile clean-ups (GH-24512)
by Terry Jan Reedy
· 4 years, 6 months ago
762fe7d
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
by Zackery Spytz
· 4 years, 6 months ago
fd053fd
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
by Gregory P. Smith
· 4 years, 6 months ago
5ec7d53
bpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-24507)
by Erlend Egeberg Aasland
· 4 years, 6 months ago
2068b26
bpo-43202: Immediately return code object in codeop._maybe_compile (GH-24508)
by Terry Jan Reedy
· 4 years, 6 months ago
fedd86d
bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
by Inada Naoki
· 4 years, 6 months ago
Next »