Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.9
tag
dc8b1fcb27a0c2e53109a174b1e33dbaa77f93e6
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Nov 15 17:43:46 2021
object
ccb0e6a3452335a4c3e2433934c3c0c5622a34cd
Python 3.9.9
ccb0e6a
Python 3.9.9
by Łukasz Langa
· 3 years, 9 months ago
v3.9.9
32d14b2
bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501)
by Miss Islington (bot)
· 3 years, 9 months ago
9f9a302
bpo-45752: Remove "array" from list of things that cannot be copied in `copy` module docstring (GH-29555)
by Miss Islington (bot)
· 3 years, 9 months ago
6073920
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
by Miss Islington (bot)
· 3 years, 9 months ago
142fcb4
bpo-45738: Fix computation of error location for invalid continuation characters in the parser (GH-29550) (GH-29552)
by Pablo Galindo Salgado
· 3 years, 9 months ago
3e0b830
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-29511)
by Jason R. Coombs
· 3 years, 9 months ago
b952f60
[3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29543)
by Miss Islington (bot)
· 3 years, 9 months ago
587ff7f
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH-29531)
by Miss Islington (bot)
· 3 years, 9 months ago
8b6a474
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536)
by Miss Islington (bot)
· 3 years, 9 months ago
4d1cdd7
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
by Steve Dower
· 3 years, 9 months ago
80580f5
bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)
by Miss Islington (bot)
· 3 years, 9 months ago
6b0ea06
remove the repeat 'the' (GH-29455)
by Miss Islington (bot)
· 3 years, 9 months ago
f5287ec
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)
by Miss Islington (bot)
· 3 years, 10 months ago
376218e
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)
by Miss Islington (bot)
· 3 years, 10 months ago
643f50c
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448)
by Miss Islington (bot)
· 3 years, 10 months ago
a932631
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (GH-29446)
by Miss Islington (bot)
· 3 years, 10 months ago
5017306
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
by Miss Islington (bot)
· 3 years, 10 months ago
5fdf791
Post 3.9.8
by Łukasz Langa
· 3 years, 10 months ago
bb3fdcf
Python 3.9.8
by Łukasz Langa
· 3 years, 10 months ago
v3.9.8
a8ae7a5
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29430)
by Miss Islington (bot)
· 3 years, 10 months ago
276a3a6
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) (GH-29420)
by Miss Islington (bot)
· 3 years, 10 months ago
885e57c
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-29411) (GH-29423)
by Miss Islington (bot)
· 3 years, 10 months ago
f701237
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion in tests (GH-29258) (GH-29415)
by Łukasz Langa
· 3 years, 10 months ago
1e29dce
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
by Miss Islington (bot)
· 3 years, 10 months ago
effb72f
[3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29394)
by Alex Waygood
· 3 years, 10 months ago
9a4604b
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29410)
by Miss Islington (bot)
· 3 years, 10 months ago
1a44d27
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
by Miss Islington (bot)
· 3 years, 10 months ago
7e244fc
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
by Miss Islington (bot)
· 3 years, 10 months ago
e813dd4
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387)
by Miss Islington (bot)
· 3 years, 10 months ago
8198617
[3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)
by Łukasz Langa
· 3 years, 10 months ago
3a93c66
bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)
by Miss Islington (bot)
· 3 years, 10 months ago
bbcf06b
[3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)
by Serhiy Storchaka
· 3 years, 10 months ago
5f527ca
bpo-45406: make inspect.getmodule() return None when getabsfile() raises FileNotFoundError (GH-28824)
by Miss Islington (bot)
· 3 years, 10 months ago
d3e7755
[doc] Link to section File input (GH-28941) (GH-29376)
by Miss Islington (bot)
· 3 years, 10 months ago
4ab6e52
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29374)
by Miss Islington (bot)
· 3 years, 10 months ago
d53d9e7
bpo-44828: Avoid leaving a zombie Save panel. (GH-29371)
by Ned Deily
· 3 years, 10 months ago
e312f38
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370)
by Miss Islington (bot)
· 3 years, 10 months ago
91a51c5
[3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29363)
by Miss Islington (bot)
· 3 years, 10 months ago
da04bef
[3.9] Move field width to the right field (GH-29344) (GH-29350)
by Miss Islington (bot)
· 3 years, 10 months ago
b04b307
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
by Miss Islington (bot)
· 3 years, 10 months ago
ed807bf
[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29324)
by Łukasz Langa
· 3 years, 10 months ago
3ec1124
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29321)
by Miss Islington (bot)
· 3 years, 10 months ago
e156031
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29320)
by Miss Islington (bot)
· 3 years, 10 months ago
317e0c9
[3.9] bpo-45628: Check all parts of the suffix for an extension match. (GH-29310) (GH-29313)
by Miss Islington (bot)
· 3 years, 10 months ago
a043706
[3.9] [3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305) (GH-29306)
by Serhiy Storchaka
· 3 years, 10 months ago
dd674ca
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29295)
by Miss Islington (bot)
· 3 years, 10 months ago
8813a98
[3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297)
by Alex Waygood
· 3 years, 10 months ago
67a1abb
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-29233) (GH-29292)
by Miss Islington (bot)
· 3 years, 10 months ago
d6623c3
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)
by Miss Islington (bot)
· 3 years, 10 months ago
3767e0d
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286)
by Miss Islington (bot)
· 3 years, 10 months ago
01d11b1
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284)
by Miss Islington (bot)
· 3 years, 10 months ago
020aa06
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29282)
by Miss Islington (bot)
· 3 years, 10 months ago
193504a
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248)
by Miss Islington (bot)
· 3 years, 10 months ago
8e5e74e
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
by Miss Islington (bot)
· 3 years, 10 months ago
97388c2
[3.9] bpo-39679: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug (GH-29087)
by Alex Waygood
· 3 years, 10 months ago
8365a5b
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
by Miss Islington (bot)
· 3 years, 10 months ago
21150c6
bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
by Miss Islington (bot)
· 3 years, 10 months ago
30c1f18
[3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241)
by Ned Deily
· 3 years, 10 months ago
269bf56
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
by Miss Islington (bot)
· 3 years, 10 months ago
aa8c344
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
by Miss Islington (bot)
· 3 years, 10 months ago
216c040
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
by Miss Islington (bot)
· 3 years, 10 months ago
c53428f
bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29134)
by Miss Islington (bot)
· 3 years, 10 months ago
b26eae5
bpo-41983: add availability info to socket docs (GH-27519) (GH-29137)
by Miss Islington (bot)
· 3 years, 10 months ago
04485ac
bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29132)
by Miss Islington (bot)
· 3 years, 10 months ago
e628700
[3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128)
by Ethan Furman
· 3 years, 10 months ago
bfa4237
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120)
by Miss Islington (bot)
· 3 years, 10 months ago
9733c96
[3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113)
by Ethan Furman
· 3 years, 10 months ago
d33fae7
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29112)
by Miss Islington (bot)
· 3 years, 10 months ago
427ab12
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29105)
by Miss Islington (bot)
· 3 years, 10 months ago
1249ce7
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
by Miss Islington (bot)
· 3 years, 10 months ago
9192683
bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29096)
by Miss Islington (bot)
· 3 years, 10 months ago
88f4ec8
[3.9] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (#29071)
by Łukasz Langa
· 3 years, 10 months ago
50e8b2f
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
by Miss Islington (bot)
· 3 years, 10 months ago
15cd7a7
bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29081)
by Miss Islington (bot)
· 3 years, 10 months ago
d46b221
[3.9] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29074)
by Łukasz Langa
· 3 years, 10 months ago
a18e4e9
[3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29068)
by Łukasz Langa
· 3 years, 10 months ago
7657888
bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066)
by Miss Islington (bot)
· 3 years, 10 months ago
cb34c1e
Improve multiserver queue recipe (GH-29012) (GH-29014)
by Miss Islington (bot)
· 3 years, 10 months ago
1dbf9c8
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
by Miss Islington (bot)
· 3 years, 10 months ago
ac1b7a3
[3.9]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28990)
by Miss Islington (bot)
· 3 years, 10 months ago
6848602
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953)
by Serhiy Storchaka
· 3 years, 10 months ago
7c722e3
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
by Serhiy Storchaka
· 3 years, 10 months ago
38fadbc
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
by Miss Islington (bot)
· 3 years, 10 months ago
fb72034
[3.9] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050) (GH-28932)
by Miss Islington (bot)
· 3 years, 10 months ago
9210eff
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765) (GH-28935)
by Miss Islington (bot)
· 3 years, 10 months ago
5d74713
[3.9] bpo-45229: Make tkinter tests discoverable (GH-28637) (GH-28929)
by Łukasz Langa
· 3 years, 10 months ago
5638618
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28928)
by Miss Islington (bot)
· 3 years, 10 months ago
cc90732
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
by Miss Islington (bot)
· 3 years, 10 months ago
9901d15
[3.9] bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (GH-28845) (GH-28910)
by Miss Islington (bot)
· 3 years, 10 months ago
6d4d4ec
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
by Miss Islington (bot)
· 3 years, 10 months ago
0cd5bf9
Slight correct grammar (GH-28860)
by Miss Islington (bot)
· 3 years, 10 months ago
38e3ada
bpo-45441: Update some moved URLs in documentation (GH-28861)
by Miss Islington (bot)
· 3 years, 10 months ago
faa87f7
bpo-45401: Fix a resource warning in test_logging (GH-28864) (GH-28873)
by Miss Islington (bot)
· 3 years, 10 months ago
2352890
bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875)
by Miss Islington (bot)
· 3 years, 10 months ago
320084f
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
by Miss Islington (bot)
· 3 years, 10 months ago
7d1ae89
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
by Miss Islington (bot)
· 3 years, 10 months ago
ac421c3
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28866)
by Miss Islington (bot)
· 3 years, 10 months ago
d57d33c
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
by Miss Islington (bot)
· 3 years, 10 months ago
5f44bb2
Fix the "Finding all Adverbs" example (GH-21420) (#28840)
by Miss Islington (bot)
· 3 years, 10 months ago
e4fcb6f
[3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28835)
by Dong-hee Na
· 3 years, 10 months ago
Next »