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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-65496: Correct wording on csv's skipinitialspace argument (GH-96170)
Miss Islington (bot)
2022-10-07
1
-0/+5
*
Add note on capture_output arg to subprocess.run() docstring (GH-98012)
Miss Islington (bot)
2022-10-07
1
-1/+2
*
[3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...
Miss Islington (bot)
2022-10-06
1
-0/+22
*
[3.10] Fix type annotation of `pstats.FunctionProfile.ncalls` (GH-96741) (#96...
Miss Islington (bot)
2022-10-05
1
-1/+1
*
gh-91539: improve performance of get_proxies_environment (GH-91566)
Miss Islington (bot)
2022-10-05
1
-10/+16
*
gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Miss Islington (bot)
2022-10-05
1
-0/+18
*
gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...
Miss Islington (bot)
2022-10-05
2
-1/+8
*
gh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640)
Miss Islington (bot)
2022-10-04
1
-2/+0
*
Document that MozillaCookieJar works for curl's cookie files (GH-91852)
Miss Islington (bot)
2022-10-03
1
-1/+1
*
gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (GH-97765)
Miss Islington (bot)
2022-10-03
1
-3/+4
*
[3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...
Serhiy Storchaka
2022-10-03
1
-6/+6
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Miss Islington (bot)
2022-10-03
2
-2/+10
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Miss Islington (bot)
2022-10-02
1
-0/+25
*
gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)
Miss Islington (bot)
2022-10-02
1
-1/+3
*
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-0/+15
*
GH-96827: Don't touch closed loops from executor threads (GH-96837)
Miss Islington (bot)
2022-09-30
2
-2/+6
*
bpo-35675: IDLE - separate config_key window and frame (GH-11427)
Miss Islington (bot)
2022-09-30
4
-82/+174
*
gh-91212: Fixed flickering when the tracer is turned off (GH-95129)
Miss Islington (bot)
2022-09-29
2
-2/+1
*
gh-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-09-28
1
-0/+13
*
Fix typo in error message in plistlib (GH-97540)
Miss Islington (bot)
2022-09-28
1
-1/+1
*
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Miss Islington (bot)
2022-09-27
5
-3/+54
*
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-09-26
2
-23/+18
*
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot)
2022-09-26
1
-0/+2
*
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
Miss Islington (bot)
2022-09-25
1
-0/+7
*
gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)
Miss Islington (bot)
2022-09-25
2
-13/+33
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Miss Islington (bot)
2022-09-25
9
-43/+43
*
gh-97527: IDLE: protect macosx Tk() call when no GUI (GH-97530)
Miss Islington (bot)
2022-09-24
1
-13/+17
*
GH-85760: Fix race in calling process_exited callback too early (GH-97009)
Miss Islington (bot)
2022-09-22
1
-1/+2
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-09-22
2
-22/+142
*
[3.10] gh-96954: Add tests for unicodedata.name/lookup (GH-96955) (GH-96992)
Ćukasz Langa
2022-09-21
1
-0/+7
*
gh-90808: add more examples to `test_sched.test_priority` (GH-31144)
Miss Islington (bot)
2022-09-21
1
-4/+17
*
[3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...
Brandt Bucher
2022-09-20
1
-0/+32
*
[3.10] GH-96864: Check for error between line and opcode events (GH-96969)
Brandt Bucher
2022-09-20
1
-0/+14
*
[3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...
Miss Islington (bot)
2022-09-20
2
-4/+30
*
[3.10] gh-96861: Check for unset sys.executable during venv creation. (GH-968...
Miss Islington (bot)
2022-09-18
1
-0/+5
*
gh-87179: Fix more IDLE class headers (GH-96899)
Miss Islington (bot)
2022-09-17
2
-2/+2
*
gh-94972: document that shield users need to keep a reference to their task (...
Miss Islington (bot)
2022-09-10
1
-2/+9
*
gh-96710: Make the test timing more lenient for the int/str DoS regression te...
Miss Islington (bot)
2022-09-09
1
-6/+8
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Miss Islington (bot)
2022-09-08
2
-19/+35
*
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
Miss Islington (bot)
2022-09-08
1
-1/+3
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+5
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0/+12
*
Merge remote-tracking branch 'upstream/3.10' into 3.10
Pablo Galindo
2022-09-06
2
-1/+7
|
\
|
*
gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)
Miss Islington (bot)
2022-09-05
2
-1/+7
*
|
Python 3.10.7
v3.10.7
Pablo Galindo
2022-09-05
1
-41/+29
|
/
*
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...
Gregory P. Smith
2022-09-04
1
-0/+82
*
gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...
Miss Islington (bot)
2022-09-04
2
-1/+29
*
[3.10] gh-90195: Unset logger disabled flag when configuring it. (GH-96530) (...
Vinay Sajip
2022-09-03
2
-2/+33
*
gh-75500: Update idlelib/help.html (GH-96523)
Miss Islington (bot)
2022-09-03
1
-7/+8
*
bpo-30419: DOC: Update missing information in bdb docs (GH-1687)
Miss Islington (bot)
2022-09-02
1
-7/+10
[next]