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-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
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
10
-3/+227
*
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
Miss Islington (bot)
2022-08-30
1
-1/+1
*
gh-95950: Add a test for both `csv.Dialect` and `kwargs` (GH-95951)
Miss Islington (bot)
2022-08-29
1
-0/+28
*
gh-96021: Explicitly tear down the IsolatedAsyncioTestCase loop in tests (GH-...
Miss Islington (bot)
2022-08-28
1
-2/+7
*
[3.10] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (...
Miss Islington (bot)
2022-08-27
2
-1/+9
*
[3.10] gh-92007: Handle elevation errors in NTEventLogHandler more grace… (...
Miss Islington (bot)
2022-08-27
1
-1/+10
*
fix threading.Event.isSet() docstring (GH-96297)
Miss Islington (bot)
2022-08-27
1
-1/+1
*
gh-95243: Mitigate the race condition in testSockName (GH-96173)
Miss Islington (bot)
2022-08-25
1
-2/+13
*
[3.10] GH-96071: add regression test for GH-96071 (GH-96137) (#96205)
Kumar Aditya
2022-08-23
1
-0/+14
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...
Miss Islington (bot)
2022-08-23
2
-1/+17
*
[3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...
Kristján Valur Jónsson
2022-08-23
1
-0/+24
*
[3.10] gh-96159: Fix significant performance degradation in logging.TimedRota...
Miss Islington (bot)
2022-08-23
1
-3/+7
*
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
Miss Islington (bot)
2022-08-15
1
-1/+1
*
[3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
1
-0/+7
*
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, ...
Shantanu
2022-08-12
2
-2/+10
*
gh-95841: IDLE - Revise Windows local doc url (GH-95845)
Miss Islington (bot)
2022-08-11
1
-4/+14
*
gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)
Miss Islington (bot)
2022-08-11
1
-1/+1
*
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
Miss Islington (bot)
2022-08-11
1
-1/+6
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-10
1
-0/+4
*
gh-75500: Add idlelib section to IDLE doc (GH-95832)
Miss Islington (bot)
2022-08-09
1
-1/+14
*
[3.11] gh-88878: IDLE - replace type('') with str (GH-95792)
Miss Islington (bot)
2022-08-09
1
-1/+1
*
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650). ...
Serhiy Storchaka
2022-08-08
2
-2/+2
*
gh-95491: Mention IDLE Issue project in Readme (GH-95750)
Miss Islington (bot)
2022-08-08
1
-0/+8
*
gh-95376: Add test for names containing null (GH-GH-5394) (GH-95747)
Miss Islington (bot)
2022-08-06
1
-0/+2
*
gh-95395: Add argument type error test (GH-95412) (GH-95745)
Miss Islington (bot)
2022-08-06
1
-1/+3
*
Fix typo in test_dataclasses.py (gh-95735)
Miss Islington (bot)
2022-08-06
1
-2/+2
*
gh-95251: IDLE - Add What's New section to README (GH-95688)
Miss Islington (bot)
2022-08-05
1
-2/+23
*
gh-89362: Doc IDLE menu and search (GH-95697)
Miss Islington (bot)
2022-08-05
1
-15/+27
[next]