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] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101213)
Miss Islington (bot)
2023-01-21
2
-8/+8
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
Miss Islington (bot)
2023-01-21
2
-6/+5
*
[3.10] gh-95778: add doc missing in some places (GH-100627). (#101065)
Éric
2023-01-21
1
-0/+9
*
[3.10] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101...
Miss Islington (bot)
2023-01-20
1
-14/+14
*
[3.10] GH-101111: Disambigaute origin of const for store_const and append_con...
Miss Islington (bot)
2023-01-20
1
-3/+3
*
[3.10] Fix minor typos in SSL documentation (GH-101158) (#101202)
Miss Islington (bot)
2023-01-20
1
-8/+8
*
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177)
Miss Islington (bot)
2023-01-20
1
-2/+2
*
[3.10] Provided better example for logging cookbook (GH-101164) (GH-101183)
Miss Islington (bot)
2023-01-20
1
-10/+31
*
[3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...
Miss Islington (bot)
2023-01-20
4
-6/+91
*
gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
Miss Islington (bot)
2023-01-20
1
-1/+1
*
Docs: improve sqlite3 placeholders example (GH-101092)
Miss Islington (bot)
2023-01-18
1
-13/+12
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
2
-1/+17
*
[3.10] gh-101046: Fix a potential memory leak in the parser when raising Memo...
Pablo Galindo Salgado
2023-01-16
3
-1/+91
*
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)
Miss Islington (bot)
2023-01-16
1
-1/+3
*
[3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)
Nikita Sobolev
2023-01-15
3
-3/+23
*
[3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052)
Barry Warsaw
2023-01-15
4
-8/+8
*
gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960)
Miss Islington (bot)
2023-01-14
1
-9/+17
*
[3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...
Miss Islington (bot)
2023-01-13
3
-0/+46
*
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-13
7
-49/+29
*
[3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (G...
Nikita Sobolev
2023-01-12
1
-1/+3
*
[3.10] gh-100871: Improve `copy` module tests (GH-100872) (#100975)
Nikita Sobolev
2023-01-12
2
-2/+44
*
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...
Miss Islington (bot)
2023-01-12
1
-1/+1
*
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
Kumar Aditya
2023-01-11
4
-15/+70
*
[3.10] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100919)
Miss Islington (bot)
2023-01-10
1
-1/+1
*
[3.10] Fix typos in Doc folder (GH-100880). (#100915)
Hugo van Kemenade
2023-01-10
1
-1/+1
*
gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)
Miss Islington (bot)
2023-01-10
3
-21/+4
*
gh-100893: update bpo reference in Mac README (GH-100905)
Miss Islington (bot)
2023-01-10
1
-3/+3
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)
Steve Dower
2023-01-10
3
-4/+5
*
bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...
Miss Islington (bot)
2023-01-09
1
-0/+2
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
3
-8/+24
*
[3.10] Update copyright year in README (GH-100863) (GH-100865)
Ned Deily
2023-01-09
1
-4/+4
*
[3.10] Update copyright years to 2023. (gh-100850)
Benjamin Peterson
2023-01-08
10
-14/+14
*
[3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the ...
Miss Islington (bot)
2023-01-08
2
-40/+28
*
[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...
Shantanu
2023-01-08
3
-4/+5
*
gh-100783: fix os.path.join documentation (GH-100811)
Miss Islington (bot)
2023-01-08
1
-11/+12
*
gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatte...
Miss Islington (bot)
2023-01-08
1
-2/+2
*
[3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701)...
Alex Waygood
2023-01-07
1
-4/+0
*
gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
Miss Islington (bot)
2023-01-06
1
-2/+2
*
[3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...
Carl Meyer
2023-01-06
3
-21/+40
*
gh-87691: clarify use of anchor in pathlib docs (GH-100782)
Miss Islington (bot)
2023-01-06
1
-8/+8
*
gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)
Miss Islington (bot)
2023-01-05
1
-1/+8
*
GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100768)
Miss Islington (bot)
2023-01-05
1
-0/+3
*
gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
Miss Islington (bot)
2023-01-04
3
-1/+18
*
[3.10] gh-81611: Improve `range` paragraph in 8.3 of language reference (GH-9...
Miss Islington (bot)
2023-01-04
1
-3/+2
*
docs: fix `ssizeobjargproc` parameters (GH-100736)
Miss Islington (bot)
2023-01-04
1
-1/+2
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
3
-2/+50
*
[3.10] gh-95882: Add tests for traceback from contextlib context managers (GH...
Irit Katriel
2023-01-03
2
-0/+108
*
gh-100700: Remove Date and Release fields in whatsnew/3.9 (GH-100730)
Zachary Ware
2023-01-03
1
-2/+0
*
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
Miss Islington (bot)
2023-01-02
1
-1/+1
*
gh-100428: Make int documentation more accurate (GH-100436)
Miss Islington (bot)
2023-01-02
1
-11/+15
[prev]
[next]