GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule`...
Nikita Sobolev
2024-03-09
1
-6
/
+17
*
GH-116218 Docs: Add availability information for the 'resource' module (#116256)
Kerim Kabirov
2024-03-09
1
-0
/
+2
*
gh-112069: Make sets thread-safe with the GIL disabled (#113800)
Tomas R
2024-03-08
2
-152
/
+498
*
gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)
Sam Gross
2024-03-08
1
-4
/
+6
*
gh-105535 Document potential performance trap during enum creation (GH-107119)
Nicolas A. Oyarzabal
2024-03-08
1
-0
/
+7
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
4
-2
/
+199
*
gh-112075: Support freeing object memory via QSBR (#116344)
Dino Viehland
2024-03-08
4
-13
/
+68
*
Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)
Victor Stinner
2024-03-08
3
-27
/
+40
*
gh-115103: Fix unregistering of QSBR state (#116480)
Sam Gross
2024-03-08
1
-3
/
+7
*
gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)
Nikita Sobolev
2024-03-08
1
-8
/
+2
*
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
Nikita Sobolev
2024-03-08
2
-3
/
+3
*
GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)
Mark Shannon
2024-03-08
3
-10
/
+16
*
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev
2024-03-08
5
-4
/
+26
*
gh-116485: Fixed the typo (#116486)
Varun Gole
2024-03-08
1
-1
/
+1
*
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (...
Erlend E. Aasland
2024-03-07
3
-1
/
+46
*
gh-116472: Replace literal newlines with escape characters in MSBuild files (...
Dan Albert
2024-03-07
1
-3
/
+1
*
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...
Ethan Furman
2024-03-07
3
-4
/
+35
*
gh-116000: Make optimizer_generator.py work without any arguments (#116470)
Kirill Podoprigora
2024-03-07
1
-5
/
+8
*
gh-116396: Pass "detached_state" argument to tstate_set_detached (#116398)
Sam Gross
2024-03-07
1
-6
/
+6
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
23
-109
/
+394
*
gh-106259: Add minimal help target to Makefile (#106260)
Skip Montanaro
2024-03-07
2
-26
/
+128
*
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin
2024-03-08
16
-320
/
+125
*
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin
2024-03-08
2
-0
/
+24
*
Parallelize regen-cases (#116446)
Guido van Rossum
2024-03-07
1
-11
/
+44
*
gh-115421: Test that our Makefile has all needed test folders (GH-115813)
Nikita Sobolev
2024-03-07
1
-0
/
+64
*
gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)
Serhiy Storchaka
2024-03-07
15
-119
/
+116
*
gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (#116...
Nikita Sobolev
2024-03-07
1
-9
/
+19
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
22
-109
/
+80
*
gh-116386: Fix format string "%ld" warning in `_xxinterpqueuesmodule` (#116387)
Nikita Sobolev
2024-03-07
1
-1
/
+1
*
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee
2024-03-06
21
-126
/
+1195
*
GH-116314: Update `Tools/wasm/README.md` to point to the devguide for buildin...
Brett Cannon
2024-03-07
1
-61
/
+3
*
gh-116397: Move the _PyGC_ClearAllFreeLists to the safe point (gh-116414)
Donghee Na
2024-03-07
1
-2
/
+5
*
gh-109653: Reduce import overhead of uuid module on Linux (#115160)
Shantanu
2024-03-06
2
-1
/
+5
*
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff
2024-03-06
26
-1067
/
+1184
*
gh-88118: Fix some test_multiprocessing flakiness. (#116434)
Gregory P. Smith
2024-03-06
1
-5
/
+10
*
gh-114271: Make `_thread.lock` thread-safe in free-threaded builds (#116433)
mpage
2024-03-06
1
-2
/
+2
*
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang
2024-03-06
5
-16
/
+42
*
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin
2024-03-07
21
-194
/
+645
*
gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...
Sebastian Pipping
2024-03-06
2
-0
/
+15
*
gh-115398: Revert `PyExpat_CAPI_MAGIC` version bump (GH-116411)
Sebastian Pipping
2024-03-06
1
-1
/
+1
*
gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)
Sam Gross
2024-03-06
9
-17
/
+199
*
gh-116143: Fix race condition in pydoc _start_server (#116144)
Itamar Oren
2024-03-06
2
-3
/
+7
*
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan
2024-03-06
4
-0
/
+55
*
GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...
Mark Shannon
2024-03-06
6
-149
/
+137
*
GH-115687: Most comparisons create Booleans, so propagate that information (G...
Mark Shannon
2024-03-06
2
-16
/
+68
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
4
-191
/
+213
*
gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (#116405)
Nikita Sobolev
2024-03-06
1
-26
/
+29
*
gh-112087: Update list_get_item_ref to optimistically avoid locking (gh-116353)
Donghee Na
2024-03-06
1
-11
/
+60
*
gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)
Nikita Sobolev
2024-03-06
1
-0
/
+1
*
gh-115986: Fix inaccuracies in pprint docs (#116104)
Kerim Kabirov
2024-03-05
1
-2
/
+2
[prev]
[next]