Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a1
tag
a672043a4da5243a2b00e125b31bd881166ca18c
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Oct 05 17:31:47 2020
object
8e9afaf8226b62a18080d69533a41159c70193cb
Python 3.10.0a1
8e9afaf
Python 3.10.0a1
by Pablo Galindo
· 4 years, 11 months ago
v3.10.0a1
d02d824
bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505)
by Brett Cannon
· 4 years, 11 months ago
1fce240
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
by Victor Stinner
· 4 years, 11 months ago
060937d
bpo-41774: Tweak new programming FAQ entry (GH-22562)
by Terry Jan Reedy
· 4 years, 11 months ago
dcc5421
bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552)
by Serhiy Storchaka
· 4 years, 11 months ago
9a76426
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
by Erlend Egeberg Aasland
· 4 years, 11 months ago
8e1dd55
bpo-41428: Documentation for PEP 604 (gh-22517)
by Fidget-Spinner
· 4 years, 11 months ago
40db798
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids modifying an XML tree while iterating over it. (GH-22464)
by scoder
· 4 years, 11 months ago
9ece9cd
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
by Serhiy Storchaka
· 4 years, 11 months ago
619f980
Typo fix (GH-22496)
by Manan Kumar Garg
· 4 years, 11 months ago
2cc6dc9
bpo-41490: Bump vendored pip to version 20.2.3 (#22527)
by Pablo Galindo
· 4 years, 11 months ago
a619af4
Delete extra 'the' from `Formatter` class docstring (GH-22530)
by Hansraj Das
· 4 years, 11 months ago
1ed5443
bpo-41898: add caveat on root logger seeing all messages in assertLogs doc (GH-22526)
by Irit Katriel
· 4 years, 11 months ago
e799aa8
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
by Batuhan Taskaya
· 4 years, 11 months ago
7f54e56
[doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)
by Andre Delfino
· 4 years, 11 months ago
fb0a465
bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391)
by Pablo Galindo
· 4 years, 11 months ago
d646e91
bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)
by Dong-hee Na
· 4 years, 11 months ago
3fe6148
[doc] Fix link to abc.collections.Iterable (GH-22520)
by Andre Delfino
· 4 years, 11 months ago
ebbe803
bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
by Jason R. Coombs
· 4 years, 11 months ago
c111355
bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
by Pablo Galindo
· 4 years, 11 months ago
5230131
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
by Ram Rachum
· 4 years, 11 months ago
f97e42e
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
by Ram Rachum
· 4 years, 11 months ago
6a412c9
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a default namespace was defined. (GH-22474)
by scoder
· 4 years, 11 months ago
d4b9edd
[doc] Fix link to abc.collections.Iterable (GH-22502)
by Andre Delfino
· 4 years, 11 months ago
bd71a43
Fix is_typeddict markup (#22501)
by Andre Delfino
· 4 years, 11 months ago
9cd01ec
Typo fix - "mesasge" should be "message" (GH-22498)
by Hansraj Das
· 4 years, 11 months ago
20ce62f
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
by Campbell Barton
· 4 years, 11 months ago
583ee5a
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
by Victor Stinner
· 4 years, 11 months ago
497126f
Update link to supporting references (GH-22488)
by Raymond Hettinger
· 4 years, 11 months ago
c8bb241
[doc] Update references to NumPy (GH-22458)
by Andre Delfino
· 4 years, 11 months ago
bd0a08e
bpo-21955: Change my nickname in BINARY_ADD comment (GH-22481)
by Victor Stinner
· 4 years, 11 months ago
58a7da9
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
by Robert Smallshire
· 4 years, 11 months ago
256e54a
bpo-41861: Convert _sqlite3 CursorType and ConnectionType to heap types (GH-22478)
by Erlend Egeberg Aasland
· 4 years, 11 months ago
9031bd4
bpo-41861: Convert _sqlite3 RowType and StatementType to heap types (GH-22444)
by Erlend Egeberg Aasland
· 4 years, 11 months ago
fa7ce08
bpo-41870: Avoid the test when nargs=0 (GH-22462)
by Dong-hee Na
· 4 years, 11 months ago
6329893
Fix grammar in secrets module documentation (GH-22467)
by Max Smolens
· 4 years, 11 months ago
17b5be0
bpo-41670: Remove outdated predict macro invocation. (GH-22026)
by Mark Shannon
· 4 years, 11 months ago
5b0181d
bpo-41774: Add programming FAQ entry (GH-22402)
by Terry Jan Reedy
· 4 years, 11 months ago
b0dfc75
bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441)
by Ram Rachum
· 4 years, 11 months ago
e8acc35
bpo-41873: Add vectorcall for float() (GH-22432)
by Dennis Sweeney
· 4 years, 11 months ago
cb6db8b
bpo-41861: Convert _sqlite3 PrepareProtocolType to heap type (GH-22428)
by Erlend Egeberg Aasland
· 4 years, 11 months ago
d332e7b
bpo-41842: Add codecs.unregister() function (GH-22360)
by Hai Shi
· 4 years, 11 months ago
24ba3b0
bpo-41875: Use __builtin_unreachable when possible (GH-22433)
by Dong-hee Na
· 4 years, 11 months ago
ff9147d
bpo-40105: ZipFile truncate in append mode with shorter comment (GH-19337)
by Jan Mazur
· 4 years, 11 months ago
a195bce
bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)
by Dong-hee Na
· 4 years, 11 months ago
d9ab95f
[doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340)
by Andre Delfino
· 5 years ago
a937ab4
bpo-41861: Convert _sqlite3 cache and node static types to heap types (GH-22417)
by Erlend Egeberg Aasland
· 5 years ago
00eb063
bpo-41858: Clarify line in optparse doc (GH-22407)
by Emmanuel Arias
· 5 years ago
e8a2076
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
by Andre Delfino
· 5 years ago
2afd175
bpo-1635741: Port _bisect module to multi-phase init (GH-22415)
by Dong-hee Na
· 5 years ago
d73cf7c
bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
by Victor Stinner
· 5 years ago
9fdb76c
Fix logging error message (GH-22410)
by Eric Larson
· 5 years ago
02d126a
bpo-39934: Account for control blocks in 'except' in compiler. (GH-22395)
by Mark Shannon
· 5 years ago
05cc881
bpo-41775: Make 'IDLE Shell' the shell title (#22399)
by Terry Jan Reedy
· 5 years ago
d67de0a
bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
by Victor Stinner
· 5 years ago
bbeb223
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
by Victor Stinner
· 5 years ago
98c16c9
bpo-41833: threading.Thread now uses the target name (GH-22357)
by Victor Stinner
· 5 years ago
2e4dd33
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
by Zackery Spytz
· 5 years ago
9c4eac7
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
by Terry Jan Reedy
· 5 years ago
22b7616
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
by Terry Jan Reedy
· 5 years ago
7af072c
bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
by Terry Jan Reedy
· 5 years ago
48b0b1b
bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177)
by sblondon
· 5 years ago
97d15ae
bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
by Victor Stinner
· 5 years ago
b7d8d8d
bpo-40941: Fix stackdepth compiler warnings (GH-22377)
by Victor Stinner
· 5 years ago
71f2ff4
bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
by Victor Stinner
· 5 years ago
7f413a5
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
by Victor Stinner
· 5 years ago
19c3ac9
bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
by Victor Stinner
· 5 years ago
ddc0dd0
bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328)
by Mohamed Koubaa
· 5 years ago
83de110
bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
by Mohamed Koubaa
· 5 years ago
438e9fc
bpo-41513: Improve order of adding fractional values. Improve variable names. (GH-22368)
by Raymond Hettinger
· 5 years ago
d986d16
bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
by Ethan Furman
· 5 years ago
947adca
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
by Terry Jan Reedy
· 5 years ago
0d0e9fe
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
by Bas van Beek
· 5 years ago
a68a2ad
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
by Thomas Grainger
· 5 years ago
ea0711a
bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
by Ethan Furman
· 5 years ago
557b9a5
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
by Serhiy Storchaka
· 5 years ago
c5cb077
Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
by Victor Stinner
· 5 years ago
62e40d8
Enum: add extended AutoNumber example (GH-22349)
by Ethan Furman
· 5 years ago
40a0625
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
by Terry Jan Reedy
· 5 years ago
6c33385
bpo-41756: Refactor gen_send_ex(). (GH-22330)
by Serhiy Storchaka
· 5 years ago
0063ff4
bpo-41816: add `StrEnum` (GH-22337)
by Ethan Furman
· 5 years ago
68526fe
bpo-40084: Enum - dir() includes member attributes (GH-19219)
by Angelin BOOZ
· 5 years ago
1b328ea
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
by Mohamed Koubaa
· 5 years ago
c322948
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
by Samuel Marks
· 5 years ago
bc6b7fa
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
by Raymond Hettinger
· 5 years ago
778ad92
[doc] Teach 0-args form of super in Programming FAQ (GH-22176)
by Andre Delfino
· 5 years ago
5c0eed7
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
by Berker Peksag
· 5 years ago
bfee9fa
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
by Peter McCormick
· 5 years ago
c8c70e7
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
by Mark Dickinson
· 5 years ago
0c71a66
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
by idomic
· 5 years ago
ae0d2a3
bpo-41811: create SortKey members using first given value (GH-22316)
by Ethan Furman
· 5 years ago
2b05361
bpo-41756: Introduce PyGen_Send C API (GH-22196)
by Vladimir Matveev
· 5 years ago
ec8a15b
Make fractional value accumulation consistent inside and outside the loop. (GH-22315)
by Raymond Hettinger
· 5 years ago
8394500
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
by Victor Stinner
· 5 years ago
6595cb0
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
by Dong-hee Na
· 5 years ago
8af239e
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
by Victor Stinner
· 5 years ago
27201cd
Remove duplicated words words (GH-22298)
by Serhiy Storchaka
· 5 years ago
5a83647
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
by Terry Jan Reedy
· 5 years ago
a33f2c2
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
by Serhiy Storchaka
· 5 years ago
0b419b7
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
by Serhiy Storchaka
· 5 years ago
Next »