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
...
*
|
gh-98178: syslog() is not thread-safe on macOS (GH-98213)
Miss Islington (bot)
2022-10-13
1
-0/+4
*
|
[3.11] GH-93354: Fix PRECALL's adaptive backoff (GH-98011)
Brandt Bucher
2022-10-12
1
-0/+2
*
|
bpo-43564: preserve original exception in args of FTP URLError (GH-24938)
Miss Islington (bot)
2022-10-10
1
-0/+3
*
|
gh-96073: fix backticks in NEWS entry (GH-98056)
Miss Islington (bot)
2022-10-07
1
-1/+1
*
|
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
Miss Islington (bot)
2022-10-07
1
-0/+1
*
|
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...
Miss Islington (bot)
2022-10-07
1
-0/+2
*
|
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-07
1
-0/+1
*
|
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFr...
Miss Islington (bot)
2022-10-07
1
-0/+3
*
|
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-9...
Miss Islington (bot)
2022-10-06
1
-0/+2
*
|
gh-86482: Document assignment expression need for ()s (GH-23291)
Miss Islington (bot)
2022-10-06
1
-0/+1
*
|
[3.11] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-0/+6
*
|
gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)
Miss Islington (bot)
2022-10-05
1
-0/+9
*
|
[3.11] gh-95987: Fix `repr` of `Any` type subclasses (GH-96412) (#96451)
Shantanu
2022-10-05
1
-0/+1
*
|
[3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (G...
Nikita Sobolev
2022-10-05
1
-0/+2
*
|
[3.11] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96...
Miss Islington (bot)
2022-10-05
1
-0/+1
*
|
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...
Ćukasz Langa
2022-10-05
3
-3/+3
*
|
gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...
Miss Islington (bot)
2022-10-05
1
-0/+1
*
|
[3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...
Miss Islington (bot)
2022-10-05
1
-1/+1
*
|
gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Miss Islington (bot)
2022-10-05
1
-0/+1
*
|
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" fra...
Miss Islington (bot)
2022-10-05
1
-0/+1
*
|
[3.11] gh-97837: Change deprecation warning message in `unittest` (GH-97838) ...
Miss Islington (bot)
2022-10-05
1
-0/+7
*
|
gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...
Miss Islington (bot)
2022-10-05
1
-0/+1
*
|
Adjust stable ABI internal documentation (GH-96896)
Miss Islington (bot)
2022-10-04
1
-7/+14
*
|
[3.11] GH-97752: Clear the previous member of newly-created generator/corouti...
Miss Islington (bot)
2022-10-04
1
-0/+2
*
|
gh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640)
Miss Islington (bot)
2022-10-04
1
-0/+1
*
|
[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
1
-0/+3
*
|
gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)
Miss Islington (bot)
2022-10-03
1
-0/+2
*
|
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Miss Islington (bot)
2022-10-03
1
-0/+1
*
|
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Miss Islington (bot)
2022-10-02
1
-0/+2
*
|
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)
Miss Islington (bot)
2022-10-02
1
-0/+6
*
|
GH-96827: Don't touch closed loops from executor threads (GH-96837)
Miss Islington (bot)
2022-09-30
1
-0/+1
*
|
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-0/+1
*
|
gh-94526: getpath_dirname() no longer encodes the path (GH-97645)
Miss Islington (bot)
2022-09-30
1
-0/+4
*
|
gh-90989: Clarify some installer text (GH-97668)
Steve Dower
2022-09-30
1
-0/+1
*
|
[3.11] Use SyntaxError invalid range in tutorial introduction example (GH-930...
Miss Islington (bot)
2022-09-30
1
-0/+1
*
|
gh-91212: Fixed flickering when the tracer is turned off (GH-95129)
Miss Islington (bot)
2022-09-29
1
-0/+1
*
|
gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)
Miss Islington (bot)
2022-09-28
1
-0/+3
*
|
gh-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-09-28
1
-0/+3
*
|
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Miss Islington (bot)
2022-09-27
1
-0/+4
*
|
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-09-27
1
-0/+1
*
|
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-09-26
1
-0/+3
*
|
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...
Miss Islington (bot)
2022-09-25
1
-1/+1
*
|
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Miss Islington (bot)
2022-09-25
1
-0/+4
*
|
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Miss Islington (bot)
2022-09-23
1
-0/+1
*
|
gh-94781: Fix Windows projects not cleaning intermediate and output files for...
Miss Islington (bot)
2022-09-23
1
-0/+2
*
|
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...
Miss Islington (bot)
2022-09-23
1
-0/+2
*
|
GH-85760: Fix race in calling process_exited callback too early (GH-97009)
Miss Islington (bot)
2022-09-22
1
-0/+1
*
|
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Miss Islington (bot)
2022-09-22
1
-0/+2
*
|
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-09-22
1
-0/+1
*
|
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Miss Islington (bot)
2022-09-22
1
-0/+1
[prev]
[next]