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
...
*
[3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030)
Miss Islington (bot)
2023-03-25
1
-2/+2
*
[3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002)
Hugo van Kemenade
2023-03-25
2
-0/+16
*
gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
Miss Islington (bot)
2023-03-24
2
-0/+151
*
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH...
Miss Islington (bot)
2023-03-24
1
-2/+3
*
[3.10] gh-102027: Fix macro name (GH-102124) (#102917)
Miss Islington (bot)
2023-03-24
2
-1/+3
*
[3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...
Miss Islington (bot)
2023-03-24
4
-12/+33
*
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-10...
Miss Islington (bot)
2023-03-24
1
-24/+13
*
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)
Miss Islington (bot)
2023-03-23
1
-0/+4
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Miss Islington (bot)
2023-03-23
1
-2/+18
*
[3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclas...
Alex Waygood
2023-03-23
3
-1/+15
*
gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
Miss Islington (bot)
2023-03-22
1
-13/+24
*
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
Miss Islington (bot)
2023-03-22
1
-1/+1
*
Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)
Miss Islington (bot)
2023-03-22
1
-3/+3
*
Docs: improve accuracy of pdb alias example (GH-102892)
Miss Islington (bot)
2023-03-22
1
-1/+1
*
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
Miss Islington (bot)
2023-03-22
1
-0/+9
*
Add link to `sys.exit` function documentation (GH-102805)
Miss Islington (bot)
2023-03-21
1
-1/+1
*
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Miss Islington (bot)
2023-03-21
1
-1/+1
*
[3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias...
Nikita Sobolev
2023-03-17
1
-7/+30
*
Increase stack reserve size for Windows debug builds to avoid test crashes (G...
Steve Dower
2023-03-17
2
-2/+4
*
[3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102...
Miss Islington (bot)
2023-03-16
1
-4/+3
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
Miss Islington (bot)
2023-03-16
4
-0/+36
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Miss Islington (bot)
2023-03-15
5
-8/+24
*
[3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)
Hugo van Kemenade
2023-03-15
1
-2/+2
*
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
Miss Islington (bot)
2023-03-15
2
-2/+7
*
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Miss Islington (bot)
2023-03-15
1
-1/+1
*
[3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102...
Miss Islington (bot)
2023-03-14
5
-6/+6
*
gh-100315: clarification to `__slots__` docs. (GH-102621)
Miss Islington (bot)
2023-03-14
1
-2/+4
*
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
Miss Islington (bot)
2023-03-14
1
-3/+0
*
gh-102627: Replace address pointing toward malicious web page (GH-102630)
Miss Islington (bot)
2023-03-13
1
-1/+1
*
[3.10] Fix duplicated words in the docs (#102645)
Alex Waygood
2023-03-13
2
-2/+2
*
[3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...
Irit Katriel
2023-03-13
3
-11/+32
*
Fix broken link to MSDN (GH-102355)
Miss Islington (bot)
2023-03-13
2
-2/+2
*
gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)
Miss Islington (bot)
2023-03-13
2
-28/+32
*
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
Miss Islington (bot)
2023-03-13
2
-1/+10
*
gh-102433: Add tests for how classes with properties interact with `isinstanc...
Miss Islington (bot)
2023-03-11
1
-0/+88
*
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)
Miss Islington (bot)
2023-03-08
2
-2/+2
*
[3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...
Miss Islington (bot)
2023-03-08
3
-0/+21
*
[3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (...
Miss Islington (bot)
2023-03-07
1
-1/+1
*
Add gettext support to tools/extensions/c_annotations.py (GH-101989)
Miss Islington (bot)
2023-03-06
2
-3/+9
*
[3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102...
Pablo Galindo Salgado
2023-03-06
3
-178/+4
*
[3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#1...
Alex Waygood
2023-03-05
1
-11/+1
*
GH-102341: Improve the test function for pow (GH-102342)
Miss Islington (bot)
2023-03-05
1
-6/+5
*
Fix unused classes in a typing test (GH-102437)
Miss Islington (bot)
2023-03-05
1
-2/+2
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Miss Islington (bot)
2023-03-05
3
-3/+34
*
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Miss Islington (bot)
2023-03-05
4
-0/+15
*
gh-101992: update pstlib module documentation (GH-102133)
Miss Islington (bot)
2023-03-05
1
-7/+16
*
[3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...
Miss Islington (bot)
2023-03-04
3
-5/+17
*
[3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts th...
Oleg Iarygin
2023-03-04
3
-2/+30
*
[3.10] GH-102126: fix deadlock at shutdown when clearing thread state⦠(#10...
Kumar Aditya
2023-03-03
2
-2/+11
*
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...
Miss Islington (bot)
2023-03-03
1
-0/+5
[prev]
[next]