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
*
Python 3.8.3
v3.8.3
Łukasz Langa
2020-05-13
15
-22/+113
*
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Miss Islington (bot)
2020-05-11
2
-0/+17
*
Make the first dataclass example more useful (GH-19994) (GH-19997)
Miss Islington (bot)
2020-05-08
1
-0/+2
*
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Miss Islington (bot)
2020-05-08
2
-0/+5
*
bpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot)
2020-05-06
3
-7/+29
*
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...
Robert Rouhani
2020-05-06
2
-7/+8
*
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nod...
Miss Islington (bot)
2020-05-05
3
-4/+15
*
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows...
Miss Islington (bot)
2020-05-05
3
-0/+3
*
bpo-40459: Fix NameError in platform.py (GH-19855)
Miss Islington (bot)
2020-05-05
2
-3/+4
*
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
Miss Islington (bot)
2020-05-04
1
-1/+3
*
Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890)
Miss Islington (bot)
2020-05-04
1
-2/+1
*
Fix missing space in docs(GH-19866) (GH-19872)
Miss Islington (bot)
2020-05-03
1
-1/+1
*
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers ...
Miss Islington (bot)
2020-05-02
2
-2/+4
*
[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720...
Serhiy Storchaka
2020-05-02
3
-2/+11
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Miss Islington (bot)
2020-05-01
2
-0/+2
*
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
Antoine Pitrou
2020-05-01
3
-2/+4
*
bpo-39691: Clarify io.open_code behavior (GH-19824)
Miss Islington (bot)
2020-05-01
1
-4/+5
*
bpo-39562: Correctly updated the version section in the what's new document (...
Pablo Galindo
2020-05-01
1
-0/+3
*
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G...
Pablo Galindo
2020-05-01
7
-22/+53
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Miss Islington (bot)
2020-04-30
6
-6/+3
*
Post 3.8.3rc1
Łukasz Langa
2020-04-29
1
-1/+1
*
Python 3.8.3rc1
v3.8.3rc1
Łukasz Langa
2020-04-29
91
-230/+952
*
bpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot)
2020-04-29
3
-2/+12
*
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784)
Kyle Stanley
2020-04-29
1
-1/+1
*
bpo-40348: Fix typos in the programming FAQ (GH-19729)
Miss Islington (bot)
2020-04-27
1
-2/+2
*
[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...
Zachary Ware
2020-04-27
3
-1/+35
*
bpo-40387: Improve queue join() example. (GH-19724) (GH-19726)
Miss Islington (bot)
2020-04-27
1
-16/+12
*
bpo-40279: Add some error-handling to the module initialisation docs example ...
Miss Islington (bot)
2020-04-25
1
-3/+11
*
Expand the implementation comments (GH-19699) (GH-19701)
Miss Islington (bot)
2020-04-24
1
-0/+7
*
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)
Victor Stinner
2020-04-24
1
-1/+1
*
bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)
Victor Stinner
2020-04-23
5
-31/+51
*
gdbinit: Use proper define syntax (GH-19557)
Miss Islington (bot)
2020-04-23
1
-1/+1
*
Minor modernization and readability improvement to the tokenizer example (GH-...
Miss Islington (bot)
2020-04-22
1
-2/+6
*
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Miss Islington (bot)
2020-04-22
1
-1/+1
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Miss Islington (bot)
2020-04-22
5
-16/+79
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Victor Stinner
2020-04-22
3
-6/+35
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miss Islington (bot)
2020-04-22
6
-2/+19
*
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
Miss Islington (bot)
2020-04-22
2
-3/+4
*
Small improvements to the recipes and examples. (GH-19635) (GH-19638)
Miss Islington (bot)
2020-04-21
1
-30/+26
*
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Miss Islington (bot)
2020-04-20
3
-1/+13
*
[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)
Antoine Pitrou
2020-04-20
3
-6/+22
*
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
Miss Islington (bot)
2020-04-20
2
-12/+24
*
Fix typo in Lib/tracepack.py (GH-19605)
Miss Islington (bot)
2020-04-20
1
-1/+1
*
bpo-39285: Clarify example for PurePath.match (GH-19458)
Miss Islington (bot)
2020-04-19
1
-1/+3
*
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Miss Islington (bot)
2020-04-18
2
-3/+5
*
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-1...
Serhiy Storchaka
2020-04-18
4
-24/+125
*
Fix two typos in multiprocessing (GH-19571) (GH-19578)
Miss Islington (bot)
2020-04-18
1
-2/+2
*
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Miss Islington (bot)
2020-04-17
3
-3/+6
*
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
Miss Islington (bot)
2020-04-17
1
-0/+2
*
Fix parameter names in assertIn() docs (GH-18829)
Miss Islington (bot)
2020-04-17
1
-3/+3
[next]