index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
Steve Dower
2021-11-04
1
-0/+2
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Miss Islington (bot)
2021-11-04
1
-0/+3
*
bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)
Miss Islington (bot)
2021-11-03
1
-0/+2
*
[3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)
Łukasz Langa
2021-11-03
1
-0/+1
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Miss Islington (bot)
2021-11-02
1
-0/+1
*
[3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...
Miss Islington (bot)
2021-11-02
1
-0/+2
*
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
Miss Islington (bot)
2021-11-02
1
-0/+2
*
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
Miss Islington (bot)
2021-10-31
1
-0/+2
*
bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
Miss Islington (bot)
2021-10-31
1
-0/+2
*
[3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...
Łukasz Langa
2021-10-29
1
-0/+2
*
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Alex Waygood
2021-10-29
1
-0/+2
*
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)
Miss Islington (bot)
2021-10-28
1
-0/+1
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Miss Islington (bot)
2021-10-28
1
-0/+1
*
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
Miss Islington (bot)
2021-10-28
1
-0/+3
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Miss Islington (bot)
2021-10-28
2
-0/+4
*
bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
Miss Islington (bot)
2021-10-27
1
-0/+1
*
bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150)
Miss Islington (bot)
2021-10-24
1
-0/+1
*
bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)
Miss Islington (bot)
2021-10-23
1
-0/+1
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
Miss Islington (bot)
2021-10-22
1
-0/+1
*
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
Miss Islington (bot)
2021-10-22
1
-0/+2
*
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Miss Islington (bot)
2021-10-22
1
-0/+3
*
bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)
Miss Islington (bot)
2021-10-21
1
-0/+2
*
bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)
Miss Islington (bot)
2021-10-21
1
-0/+1
*
bpo-45521: Fix a bug in the obmalloc radix tree code. (GH-29051) (GH-29122)
Miss Islington (bot)
2021-10-21
1
-0/+3
*
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...
Miss Islington (bot)
2021-10-20
1
-0/+5
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Miss Islington (bot)
2021-10-20
1
-0/+4
*
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
Miss Islington (bot)
2021-10-20
1
-0/+2
*
bpo-45536: Check OpenSSL APIs in configure (GH-29088)
Miss Islington (bot)
2021-10-20
1
-0/+3
*
bpo-39679: Add tests for classmethod/staticmethod singledispatchmethods (GH-2...
Miss Islington (bot)
2021-10-19
1
-0/+2
*
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...
Łukasz Langa
2021-10-19
1
-0/+2
*
bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-2904...
Miss Islington (bot)
2021-10-19
1
-0/+1
*
bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)
Miss Islington (bot)
2021-10-19
1
-0/+3
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Miss Islington (bot)
2021-10-19
1
-0/+4
*
[3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (G...
Miss Islington (bot)
2021-10-18
1
-0/+3
*
[3.10] bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)...
Miss Islington (bot)
2021-10-16
1
-0/+1
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Miss Islington (bot)
2021-10-16
1
-0/+2
*
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
Miss Islington (bot)
2021-10-15
1
-0/+1
*
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...
Serhiy Storchaka
2021-10-14
1
-0/+2
*
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...
Miss Islington (bot)
2021-10-14
1
-0/+2
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...
Miss Islington (bot)
2021-10-13
1
-0/+3
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
Miss Islington (bot)
2021-10-13
1
-0/+2
*
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...
Łukasz Langa
2021-10-13
1
-0/+3
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Miss Islington (bot)
2021-10-13
1
-0/+2
*
[3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...
Miss Islington (bot)
2021-10-13
1
-0/+2
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
1
-0/+2
*
[3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)
Jason R. Coombs
2021-10-10
1
-0/+1
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-0/+2
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)
Miss Islington (bot)
2021-10-08
1
-0/+1
*
[3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...
Pablo Galindo Salgado
2021-10-07
1
-0/+2
*
bpo-45337: Use the realpath of the new executable when creating a venv on Win...
Miss Islington (bot)
2021-10-07
1
-0/+4
[next]