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
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
1
-0/+40
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
2
-1/+82
*
gh-47937: Note that Popen attributes are read-only (#93070)
Stanley
2023-02-08
1
-11/+12
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+7
*
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...
Oleg Iarygin
2023-02-07
1
-1/+1
*
Fix nesting of 'Pending Removal in Python 3.14' (#101637)
Oleg Iarygin
2023-02-07
1
-1/+1
*
Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)
Hugo van Kemenade
2023-02-07
1
-1/+1
*
gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback...
Brian Skinn
2023-02-07
1
-18/+24
*
GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (G...
Mariatta Wijaya
2023-02-06
1
-0/+3
*
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
mrh1997
2023-02-05
1
-0/+16
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
1
-0/+1
*
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson
2023-02-05
2
-5/+6
*
gh-101221: Add options in the documentation of timeit command (#101222)
busywhitespace
2023-02-05
1
-1/+1
*
Add missing preposition in argparse docs (#101548)
alnoki
2023-02-05
1
-1/+1
*
GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...
Furkan Onder
2023-02-04
3
-2/+26
*
Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)
Max Bachmann
2023-02-04
1
-0/+2
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
3
-22/+21
*
docs: replace PyPI description with link (#101506)
François Magimel
2023-02-03
1
-2/+2
*
gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (#101514)
Viet Than
2023-02-03
1
-2/+8
*
gh-100925: Move array methods under class in array doc (#101485)
C.A.M. Gerlach
2023-02-03
1
-90/+89
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
3
-43/+83
*
docs: Fix enum reassign `str` documentation (GH-101507)
Peter Gessler
2023-02-02
1
-2/+2
*
Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)
Marcos Pereira
2023-02-01
1
-4/+7
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Steve Dower
2023-02-01
1
-5/+30
*
gh-101498 : Fix asyncio.Timeout example in docs (#101499)
Raj
2023-02-01
1
-1/+1
*
gh-101454: fix documentation for END_ASYNC_FOR (#101455)
Irit Katriel
2023-02-01
1
-4/+3
*
gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.sta...
beavailable
2023-02-01
1
-1/+9
*
datetime.rst: fix combine() signature (#101490)
John Belmonte
2023-02-01
1
-1/+1
*
gh-101440: fix json snippet error in logging-cookbook.rst (#101439)
Peter Jiping Xie
2023-01-31
1
-1/+1
*
gh-99276 - Updated Doc/faq/general.rst (#101396)
Raj
2023-01-31
1
-2/+2
*
Add JOBS parameter to docs Makefile (#101395)
Christophe Nanteuil
2023-01-31
1
-1/+2
*
gh-77607: Improve accuracy of os.path.join docs (#101406)
Shantanu
2023-01-31
1
-5/+5
*
Fixes typo in asyncio.TaskGroup context manager code example (#101449)
Ben
2023-01-31
1
-1/+1
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Owain Davies
2023-01-30
1
-1/+1
*
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev
2023-01-29
2
-6/+5
*
Fix trivial typo in shebang example (GH-101385)
socal-nerdtastic
2023-01-28
1
-1/+1
*
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie
2023-01-28
4
-6/+6
*
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith
2023-01-28
1
-5/+35
*
[doc] Add a section on logging handler configuration order. (GH-101380)
Vinay Sajip
2023-01-27
1
-0/+23
*
[doc] Add some notices to logging configuration documentation. (GH-101373)
Vinay Sajip
2023-01-27
1
-0/+10
*
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale
2023-01-27
2
-3/+41
*
datetime.rst: improve combine() docs (#101338)
John Belmonte
2023-01-26
1
-4/+3
*
GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)
achhina
2023-01-25
1
-11/+12
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
1
-1/+4
*
gh-101152: Implement PEP 699 (GH-101193)
ram vikram singh
2023-01-24
1
-0/+5
*
[docs] Mention how to get/set a bigint PyLong via the C API (#101270)
Gregory P. Smith
2023-01-24
1
-0/+4
*
Added asyncio REPL example to docs. (#101243)
Carlton Gibson
2023-01-23
1
-0/+12
*
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls
2023-01-23
2
-3/+14
*
GH-101097: Switch from standard interval notation to greater or less than sig...
Andrew Hong
2023-01-22
1
-3/+3
*
gh-67790: Support float-style formatting for Fraction instances (#100161)
Mark Dickinson
2023-01-22
2
-0/+34
[next]