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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[3.9] bpo-45820: Fix a segfault when the parser fails without reading any inp...
Miss Islington (bot)
2021-11-18
3
-0/+12
*
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n...
Pablo Galindo Salgado
2021-11-17
4
-1/+25
*
[3.9] bpo-42540: reallocation of id_mutex should not force default allocator ...
Sam Gross
2021-11-17
3
-1/+22
*
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) ...
Miss Islington (bot)
2021-11-17
2
-0/+27
*
[3.9] Save a reference for ensure_future and create_task (GH-29163) (GH-29573)
Miss Islington (bot)
2021-11-16
2
-0/+8
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
Miss Islington (bot)
2021-11-15
2
-22/+24
*
bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569)
Miss Islington (bot)
2021-11-15
2
-7/+7
*
Post 3.9.9
Łukasz Langa
2021-11-15
1
-1/+1
*
Python 3.9.9
v3.9.9
Łukasz Langa
2021-11-15
13
-20/+86
*
bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource file...
Miss Islington (bot)
2021-11-15
6
-0/+35
*
bpo-45752: Remove "array" from list of things that cannot be copied in `copy`...
Miss Islington (bot)
2021-11-14
1
-2/+2
*
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
Miss Islington (bot)
2021-11-14
1
-1/+1
*
bpo-45738: Fix computation of error location for invalid continuation charact...
Pablo Galindo Salgado
2021-11-14
4
-11/+12
*
[3.9] [bpo-45765] Fix distribution discovery on empty path. (GH-29487). (GH-2...
Jason R. Coombs
2021-11-13
2
-1/+2
*
[3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23...
Miss Islington (bot)
2021-11-13
2
-1/+2
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...
Miss Islington (bot)
2021-11-12
3
-13/+9
*
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536)
Miss Islington (bot)
2021-11-12
1
-1/+1
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
3
-4/+5
*
bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472)
Miss Islington (bot)
2021-11-08
1
-4/+0
*
remove the repeat 'the' (GH-29455)
Miss Islington (bot)
2021-11-08
1
-1/+1
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)
Miss Islington (bot)
2021-11-06
2
-3/+3
*
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29451)
Miss Islington (bot)
2021-11-06
1
-5/+5
*
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448)
Miss Islington (bot)
2021-11-06
1
-4/+5
*
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...
Miss Islington (bot)
2021-11-06
3
-7/+26
*
bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)
Miss Islington (bot)
2021-11-06
3
-2/+4
*
Post 3.9.8
Łukasz Langa
2021-11-05
1
-1/+1
*
Python 3.9.8
v3.9.8
Łukasz Langa
2021-11-05
78
-180/+783
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Miss Islington (bot)
2021-11-05
2
-22/+28
*
bpo-45160: Fix refleak in test_ttk_guionly introduced in GH-28291 (GH-29416) ...
Miss Islington (bot)
2021-11-05
1
-1/+4
*
bpo-27313: Fix ttk_guionly tests failing on Framework builds on macOS (GH-294...
Miss Islington (bot)
2021-11-05
1
-46/+20
*
[3.9] bpo-30570: Fix segfault on buildbots caused by stack overflow from recu...
Łukasz Langa
2021-11-04
2
-12/+18
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178)
Miss Islington (bot)
2021-11-04
3
-6/+45
*
[3.9] bpo-45678: Fix `singledispatchmethod` `classmethod`/`staticmethod` bug ...
Alex Waygood
2021-11-04
3
-2/+150
*
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (G...
Miss Islington (bot)
2021-11-04
2
-2/+11
*
bpo-45220: Remove invalid include from resource definition files on Windows (...
Miss Islington (bot)
2021-11-04
7
-9/+0
*
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Miss Islington (bot)
2021-11-04
1
-4/+3
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Miss Islington (bot)
2021-11-04
2
-4/+7
*
[3.9] bpo-45578: add tests for `dis.distb` (GH-29332) (#29386)
Łukasz Langa
2021-11-03
2
-0/+42
*
bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365)
Miss Islington (bot)
2021-11-03
1
-1/+1
*
[3.9] bpo-45679: Fix caching of multi-value typing.Literal (GH-29334) (GH-29342)
Serhiy Storchaka
2021-11-03
3
-6/+9
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Miss Islington (bot)
2021-11-02
3
-1/+11
*
[doc] Link to section File input (GH-28941) (GH-29376)
Miss Islington (bot)
2021-11-02
1
-1/+1
*
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...
Miss Islington (bot)
2021-11-02
1
-1/+1
*
bpo-44828: Avoid leaving a zombie Save panel. (GH-29371)
Ned Deily
2021-11-02
1
-1/+2
*
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29370)
Miss Islington (bot)
2021-11-02
1
-1/+0
*
[3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353)...
Miss Islington (bot)
2021-11-02
5
-7/+86
*
[3.9] Move field width to the right field (GH-29344) (GH-29350)
Miss Islington (bot)
2021-10-31
1
-2/+2
*
bpo-45516: add protocol description to the Traversable documentation (GH-29039)
Miss Islington (bot)
2021-10-31
2
-0/+42
*
[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals m...
Łukasz Langa
2021-10-29
2
-0/+6
*
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...
Miss Islington (bot)
2021-10-29
1
-7/+8
[prev]
[next]