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
...
*
bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)
Steve Dower
2021-11-09
3
-5/+6
*
Closes bpo-45712: Add missing word in control flow tutorial (GH-29460)
Miss Islington (bot)
2021-11-08
1
-1/+1
*
bpo-40170: Update What's New in Python 3.9 (GH-29470)
Miss Islington (bot)
2021-11-08
1
-4/+0
*
bpo-45741: docs: fix plural (GH-29461) (GH-29463)
Miss Islington (bot)
2021-11-08
1
-1/+1
*
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452)
Miss Islington (bot)
2021-11-06
2
-3/+3
*
bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450)
Miss Islington (bot)
2021-11-06
1
-5/+5
*
bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__...
Miss Islington (bot)
2021-11-06
1
-1/+1
*
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29447)
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)
Steve Dower
2021-11-06
3
-2/+4
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Miss Islington (bot)
2021-11-05
2
-22/+28
*
bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412) (GH-29424)
Miss Islington (bot)
2021-11-05
2
-0/+102
*
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.10] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and rem...
Pablo Galindo Salgado
2021-11-04
2
-64/+64
*
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion ...
Miss Islington (bot)
2021-11-04
2
-12/+18
*
bpo-45220: Remove invalid include from resource definition files on Windows (...
Miss Islington (bot)
2021-11-04
7
-9/+0
*
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (G...
Miss Islington (bot)
2021-11-04
2
-2/+11
*
bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397)
Steve Dower
2021-11-04
3
-4/+6
*
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
*
bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328) (GH-29390)
Miss Islington (bot)
2021-11-03
2
-1/+43
*
[3.10] bpo-45578: add tests for `dis.distb` (GH-29332) (GH-29385)
Łukasz Langa
2021-11-03
2
-0/+42
*
bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29364)
Miss Islington (bot)
2021-11-03
1
-1/+1
*
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-29375)
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-29369)
Ned Deily
2021-11-02
1
-1/+2
*
makefile: remove unused SGI_ABI variable (GH-29325) (GH-29368)
Miss Islington (bot)
2021-11-02
1
-1/+0
*
[3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...
Miss Islington (bot)
2021-11-02
5
-7/+86
*
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
Miss Islington (bot)
2021-11-02
3
-1/+8
*
[3.10] Move field width to the right field (GH-29344) (GH-29351)
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.10] bpo-45634: Don't combine error checks when adding `sqlite3` int consta...
Erlend Egeberg Aasland
2021-10-31
1
-43/+50
*
bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
Miss Islington (bot)
2021-10-31
3
-6/+11
*
Fix docs source link for importlib.metadata (GH-29025)
Miss Islington (bot)
2021-10-30
1
-1/+1
*
[3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...
Ł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
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) ...
Miss Islington (bot)
2021-10-29
1
-0/+6
*
bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
Miss Islington (bot)
2021-10-29
1
-1/+1
*
[3.10] bpo-45628: Check all parts of the suffix for an extension match. (GH-2...
Miss Islington (bot)
2021-10-29
1
-2/+7
*
bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
Miss Islington (bot)
2021-10-29
1
-1/+2
*
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Alex Waygood
2021-10-29
3
-11/+47
*
[3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305)
Serhiy Storchaka
2021-10-29
1
-72/+54
*
bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167) (GH-29296)
Miss Islington (bot)
2021-10-28
2
-44/+54
*
bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...
Miss Islington (bot)
2021-10-28
1
-4/+13
*
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288)
Miss Islington (bot)
2021-10-28
1
-0/+34
*
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)
Miss Islington (bot)
2021-10-28
1
-2/+2
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Miss Islington (bot)
2021-10-28
2
-1/+3
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219...
Miss Islington (bot)
2021-10-28
1
-0/+46
[prev]
[next]