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-43760: Document PyThreadState.use_tracing removal (GH-28527) (GH-28529)
Miss Islington (bot)
2021-09-29
1
-0/+3
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)
Miss Islington (bot)
2021-09-29
29
-69/+69
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...
Miss Islington (bot)
2021-09-29
1
-1/+7
*
bpo-30951: Correct co_names docstring in inspect module (GH-2743) (GH-28543)
Miss Islington (bot)
2021-09-29
1
-1/+1
*
bpo-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)
Miss Islington (bot)
2021-09-29
1
-1/+2
*
bpo-45277: Fix typo in codecs doc (GH-28555)
Miss Islington (bot)
2021-09-29
1
-1/+1
*
[doc] fix minor typo for argparse (GH-28451)
Miss Islington (bot)
2021-09-29
1
-1/+1
*
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa
2021-09-29
14
-24/+24
*
[3.10] bpo-45307: Restore private C API function _PyImport_FindExtensionObjec...
Serhiy Storchaka
2021-09-29
3
-0/+22
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Miss Islington (bot)
2021-09-27
5
-8/+31
*
[3.10] bpo-43914: What's New 3.10: add new SyntaxError attributes (GH-28558) ...
Łukasz Langa
2021-09-26
1
-1/+6
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
Miss Islington (bot)
2021-09-22
3
-29/+73
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Miss Islington (bot)
2021-09-19
2
-3/+6
*
bpo-30637: Improve the docs of ast.parse regarding differences with compile()...
Miss Islington (bot)
2021-09-19
1
-0/+13
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Miss Islington (bot)
2021-09-19
3
-0/+17
*
bpo-44640: Improve punctuation consistency in isinstance/issubclass error mes...
Miss Islington (bot)
2021-09-19
1
-2/+2
*
bpo-45193: News for IDLE PR_28343 (GH-28348)
Miss Islington (bot)
2021-09-19
1
-0/+1
*
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
Miss Islington (bot)
2021-09-19
1
-1/+1
*
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.1...
Miss Islington (bot)
2021-09-14
1
-0/+6
*
Fix minor typo in 3.10.rst (GH-28253) (GH-28259)
Miss Islington (bot)
2021-09-14
1
-1/+1
*
Remove documentation for non-existing socket class attributes (GH-28029)
Miss Islington (bot)
2021-09-07
1
-3/+0
*
bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
Add more itertool recipes (GH-28165)
Miss Islington (bot)
2021-09-07
2
-2/+43
*
bpo-45104: Clarify when __init__ is called (GH-28210)
Miss Islington (bot)
2021-09-07
1
-1/+1
*
Post 3.10.0rc2
Pablo Galindo
2021-09-07
1
-1/+1
*
Python 3.10.0rc2
v3.10.0rc2
Pablo Galindo
2021-09-07
70
-152/+695
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-2...
Miss Islington (bot)
2021-09-07
11
-10793/+5870
*
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...
Miss Islington (bot)
2021-09-07
2
-2/+9
*
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...
Miss Islington (bot)
2021-09-07
2
-1/+3
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Miss Islington (bot)
2021-09-07
3
-22/+270
*
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
Miss Islington (bot)
2021-09-07
1
-13/+7
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-09-06
1
-1/+1
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Miss Islington (bot)
2021-09-06
2
-2/+7
*
More useful OrderedDict LRU recipes (GH-28164)
Miss Islington (bot)
2021-09-05
1
-19/+76
*
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152) (GH-28155)
Miss Islington (bot)
2021-09-05
1
-0/+2
*
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
Miss Islington (bot)
2021-09-05
1
-0/+138
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Miss Islington (bot)
2021-09-05
2
-1/+77
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Miss Islington (bot)
2021-09-04
4
-6/+22
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
3
-18/+27
*
[3.10] bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154) (GH-28159)
Miss Islington (bot)
2021-09-04
1
-0/+80
*
Add What's New for dataclass keyword-only parameters. (GH-28158) (GH-28163)
Miss Islington (bot)
2021-09-04
1
-1/+60
*
[3.10] Regenerate autoconf files with version 2.69 (GH-28151)
Pablo Galindo Salgado
2021-09-04
1
-7260/+4992
*
[3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH...
Serhiy Storchaka
2021-09-04
9
-13/+13
*
bpo-42255: Update webbrowser doc for macOS (GH-28144)
Dong-hee Na
2021-09-03
1
-2/+2
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Miss Islington (bot)
2021-09-03
3
-13/+47
*
[doc] Reword sentinel object summary in dataclasses (GH-27792)
Miss Islington (bot)
2021-09-02
1
-4/+3
*
[3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning docum...
Łukasz Langa
2021-09-02
1
-0/+4
*
bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
Miss Islington (bot)
2021-09-02
1
-6/+9
*
bpo-45057: Simplify RegressionTestResult (GH-28081) (GH-28101)
Miss Islington (bot)
2021-09-01
1
-31/+2
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Miss Islington (bot)
2021-08-31
1
-0/+9
[next]