-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-114277: Add return types to sqlite methods in docs #59
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a0ac89 - Browse repository at this point
Copy the full SHA 7a0ac89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029ecee - Browse repository at this point
Copy the full SHA 029eceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b47a2 - Browse repository at this point
Copy the full SHA 33b47a2View commit details -
pythongh-105102: Fix nested unions in structures when the system byte…
…order is the opposite (pythonGH-105106)
Configuration menu - View commit details
-
Copy full SHA for 0b541f6 - Browse repository at this point
Copy the full SHA 0b541f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7573c44 - Browse repository at this point
Copy the full SHA 7573c44View commit details -
pythongh-38807: Fix race condition in Lib/trace.py (pythonGH-110143)
Instead of checking if a directory does not exist and thereafter creating it, directly call os.makedirs() with the exist_ok=True.
Configuration menu - View commit details
-
Copy full SHA for 78fcde0 - Browse repository at this point
Copy the full SHA 78fcde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56d132 - Browse repository at this point
Copy the full SHA f56d132View commit details
Commits on Jan 18, 2024
-
pythongh-112984: Fix test_ctypes.test_loading.test_load_dll_with_flag…
…s when directory name includes a dot (pythonGH-114217)
Configuration menu - View commit details
-
Copy full SHA for 9455403 - Browse repository at this point
Copy the full SHA 9455403View commit details -
pythongh-114149: [Enum] revert python#114160 and add more tuple-subcl…
…ass tests (pythonGH-114215) This reverts commit 05e142b.
Configuration menu - View commit details
-
Copy full SHA for 4c7e09d - Browse repository at this point
Copy the full SHA 4c7e09dView commit details -
pythongh-104522: Fix OSError raised when run a subprocess (python#114195
Configuration menu - View commit details
-
Copy full SHA for e2c097e - Browse repository at this point
Copy the full SHA e2c097eView commit details -
pythongh-113205: test_multiprocessing.test_terminate: Test the API on…
… threadpools (python#114186) pythongh-113205: test_multiprocessing.test_terminate: Test the API works on threadpools Threads can't be forced to terminate (without potentially corrupting too much state), so the expected behaviour of `ThreadPool.terminate` is to wait for the currently executing tasks to finish. The entire test was skipped in pythonGH-110848 (0e9c364). Instead of skipping it entirely, we should ensure the API eventually succeeds: use a shorter timeout. For the record: on my machine, when the test is un-skipped, the task manages to start in about 1.5% cases.
Configuration menu - View commit details
-
Copy full SHA for c1db960 - Browse repository at this point
Copy the full SHA c1db960View commit details -
pythongh-114211: Update EmailMessage doc about ordered keys (python#1…
…14224) Ordered keys are no longer unlike 'real dict's.
Configuration menu - View commit details
-
Copy full SHA for 8cda720 - Browse repository at this point
Copy the full SHA 8cda720View commit details -
pythongh-96905: In IDLE code, stop redefining built-ins 'dict' and 'o…
…bject' (python#114227) Prefix 'dict' with 'o', 'g', or 'l' for 'object', 'global', or 'local'. Suffix 'object' with '_'.
Configuration menu - View commit details
-
Copy full SHA for 6f4b242 - Browse repository at this point
Copy the full SHA 6f4b242View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba683c2 - Browse repository at this point
Copy the full SHA ba683c2View commit details -
pythongh-104522: Fix test_subprocess failure when build Python in the…
… root home directory (pythonGH-114236) * pythongh-104522: Fix test_subprocess failure when build Python in the root home directory EPERM is raised when setreuid() fails. EACCES is set in execve() when the test user has not access to sys.executable.
Configuration menu - View commit details
-
Copy full SHA for 311d1e2 - Browse repository at this point
Copy the full SHA 311d1e2View commit details -
pythongh-114050: Fix crash when more than two arguments are passed to…
… int() (pythonGH-114067) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Configuration menu - View commit details
-
Copy full SHA for a571a2f - Browse repository at this point
Copy the full SHA a571a2fView commit details -
pythongh-103092: Convert some
_ctypes
metatypes to heap types (pyth……onGH-113620) Co-authored-by: Erlend E. Aasland <erlend@python.org>
Configuration menu - View commit details
-
Copy full SHA for 8e31cdc - Browse repository at this point
Copy the full SHA 8e31cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f29b1 - Browse repository at this point
Copy the full SHA b8f29b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff072f - Browse repository at this point
Copy the full SHA 2ff072fView commit details -
pythongh-108303: Move all doctest related files and tests to `Lib/tes…
…t/test_doctest/` (python#112109) Co-authored-by: Brett Cannon <brett@python.org>
Configuration menu - View commit details
-
Copy full SHA for 9c93350 - Browse repository at this point
Copy the full SHA 9c93350View commit details -
pythongh-114198: Rename dataclass __replace__ argument to 'self' (pyt…
…hongh-114251) This change renames the dataclass __replace__ method's first argument name from 'obj' to 'self'.
Configuration menu - View commit details
-
Copy full SHA for 339fc3c - Browse repository at this point
Copy the full SHA 339fc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3f6b5 - Browse repository at this point
Copy the full SHA 2d3f6b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa511b - Browse repository at this point
Copy the full SHA 7fa511bView commit details -
pythongh-112092: clarify unstable ABI recompilation requirements (pyt…
…hon#112093) Use different versions in the examples for when extensions do and do not need to be recompiled to make the examples easier to understand.
Configuration menu - View commit details
-
Copy full SHA for 68a7b78 - Browse repository at this point
Copy the full SHA 68a7b78View commit details -
pythongh-114123: Migrate docstring from _csv to csv (python#114124)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Éric <merwok@netwok.org>
Configuration menu - View commit details
-
Copy full SHA for 72abb8c - Browse repository at this point
Copy the full SHA 72abb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d544285 - Browse repository at this point
Copy the full SHA d544285View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34e4db - Browse repository at this point
Copy the full SHA a34e4dbView commit details