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
...
*
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Shantanu
2022-10-10
2
-3/+4
*
gh-88452: Add a warning about non-portability of environments. (GH-98155)
Vinay Sajip
2022-10-10
1
-0/+13
*
gh-96821: Fix undefined behaviour in `audioop.c` (#96923)
Matthias Görgens
2022-10-10
2
-12/+16
*
gh-94808: Add coverage for bytesarray_setitem (#95802)
Michael Droettboom
2022-10-10
2
-41/+85
*
gh-83940: os docs: Improve wording for getenv/getenvb (#98113)
Stanley
2022-10-10
1
-4/+4
*
doc: remove a misleading statement. (GH-98093)
Julien Palard
2022-10-10
1
-2/+2
*
bpo-43564: preserve original exception in args of FTP URLError (#24938)
Carl Meyer
2022-10-10
2
-1/+4
*
gh-98083: Fix URLs in `README.rst` (#98082)
Tiger
2022-10-10
1
-3/+3
*
Fix types in buffer/memoryview docs (#98118)
da-woods
2022-10-10
2
-2/+2
*
gh-56133: copyreg docs: Clarify function/constructor parameter (#95497)
Stanley
2022-10-10
1
-9/+6
*
Update whatsnew instructions for GitHub (#98124)
Carl Meyer
2022-10-09
1
-2/+2
*
gh-97841: Add methoddef for _filters_mutated (gh-98115)
Dong-hee Na
2022-10-09
2
-4/+26
*
Minor edits to the Descriptor HowTo Guide (GH-24901)
Géry Ogam
2022-10-09
1
-6/+8
*
Fix link to Lifecycle of a Pull Request in CONTRIBUTING (#98102)
Jacob Walls
2022-10-08
1
-1/+1
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
7
-38/+81
*
Auto-cancel old builds when new commit pushed to branch (#98009)
Hugo van Kemenade
2022-10-08
4
-0/+16
*
gh-95011: Migrate syslog module to Argument Clinic (GH-95012)
Noam Cohen
2022-10-08
4
-72/+377
*
gh-68686: Retire eptag ptag scripts (#98064)
Joannah Nanjekye
2022-10-08
4
-112/+1
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
8
-14/+74
*
GitHub Workflows security hardening (#96492)
Alex
2022-10-08
1
-0/+3
*
Add `@ezio-melotti` as codeowner for `.github/`. (#98079)
Ezio Melotti
2022-10-08
1
-0/+3
*
gh-97913 Docs: Add walrus operator to the index (#97921)
Hugo van Kemenade
2022-10-08
1
-0/+6
*
[doc] Fix broken links to C extensions accelerating stdlib modules (#96914)
partev
2022-10-08
1
-3/+6
*
gh-97822: Fix http.server documentation reference to test() function (#98027)
JasonYZ
2022-10-08
1
-2/+2
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
6
-28/+115
*
GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...
Kumar Aditya
2022-10-08
3
-2/+29
*
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger
2022-10-08
3
-42/+57
*
gh-92886: make test_ast pass with -O (assertions off) (GH-98058)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)
Irit Katriel
2022-10-07
1
-1/+1
*
gh-57179: Add note on symlinks for os.walk (#94799)
Stanley
2022-10-07
2
-2/+4
*
gh-94808: Fix regex on exotic platforms (#98036)
Jelle Zijlstra
2022-10-07
2
-2/+3
*
gh-90085: Remove vestigial -t and -c timeit options (#94941)
Shantanu
2022-10-07
2
-3/+5
*
GH-83901: Improve Signature.bind error message for missing keyword-only param...
Frazer McLean
2022-10-07
3
-3/+9
*
gh-61105: Add default param, note on using cookiejar subclass (#95427)
Stanley
2022-10-07
1
-3/+5
*
gh-96288: Add a sentence to `os.mkdir`'s docstring. (#96271)
Hagai Helman Tov
2022-10-07
2
-4/+6
*
gh-96073: fix backticks in NEWS entry (GH-98056)
Jelle Zijlstra
2022-10-07
2
-2/+2
*
gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...
Irit Katriel
2022-10-07
2
-2/+3
*
gh-97997: Add col_offset field to tokenizer and use that for AST nodes (#98000)
Lysandros Nikolaou
2022-10-07
3
-11/+44
*
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum
2022-10-07
2
-0/+7
*
gh-96346: Use double caching for re._compile() (#96347)
Serhiy Storchaka
2022-10-07
2
-21/+47
*
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
Stanley
2022-10-07
1
-1/+2
*
gh-96265: Fix some formatting in faq/design.rst (#96924)
Stanley
2022-10-07
1
-27/+31
*
gh-73196: Add namespace/scope clarification for inheritance section (#92840)
Stanley
2022-10-07
1
-1/+2
*
gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)
Noam Cohen
2022-10-07
2
-2/+3
*
gh-97923: Always run Ubuntu SSL tests with others in CI (#97940)
Nikita Sobolev
2022-10-07
1
-4/+1
*
gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)
Nikita Sobolev
2022-10-07
1
-1/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
180909
2022-10-07
2
-2/+2
*
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser
2022-10-07
2
-1/+3
*
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
Anh71me
2022-10-07
5
-1/+26
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
3
-5/+10
[prev]
[next]