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
*
bpo-44113: Move the What's New entry to Deprecate section (GH-28974)
Victor Stinner
2021-10-15
1
-7/+7
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
3
-9/+6
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-1/+2
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
1
-4/+5
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-0/+6
*
bpo-41710: Fix What's New Entry credit (GH-28962)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960)
Victor Stinner
2021-10-14
1
-0/+7
*
bpo-45474: Fix the limited C API of marshal.h (GH-28956)
Victor Stinner
2021-10-14
1
-0/+10
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
1
-0/+8
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-0/+3
*
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...
Pablo Galindo Salgado
2021-10-13
1
-2/+2
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
Petr Viktorin
2021-10-13
1
-4/+16
*
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner
2021-10-13
1
-0/+4
*
bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
Terry Jan Reedy
2021-10-13
1
-0/+21
*
bpo-45441: Update some moved URLs in documentation (GH-28861)
180909
2021-10-12
4
-6/+6
*
Slight correct grammar (GH-28860)
nobodyatandnothing
2021-10-12
1
-1/+1
*
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Mike Gilbert
2021-10-11
1
-0/+2
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-0/+5
*
bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888)
Victor Stinner
2021-10-11
1
-0/+4
*
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner
2021-10-11
1
-0/+9
*
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner
2021-10-11
1
-0/+10
*
bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
Olaf van der Spek
2021-10-11
1
-2/+2
*
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect (GH-28833)
Dong-hee Na
2021-10-11
1
-0/+4
*
bpo-42253: Update xml.dom.minidom.rst (GH-23126)
Jens Diemer
2021-10-11
1
-0/+8
*
Fix class pattern docs to refer to class patterns (GH-28849)
Christophe Nanteuil
2021-10-10
1
-1/+1
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
2
-3/+12
*
bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
Gregory P. Smith
2021-10-09
1
-1/+5
*
Fix dataclassses spelling (GH-28837)
Landon Yarrington
2021-10-09
1
-1/+1
*
Fix the "Finding all Adverbs" example (GH-21420)
Rim Chatti
2021-10-09
1
-2/+2
*
[doc]: update susp-ignored.csv after a98b273c. (GH-28827)
Julien Palard
2021-10-09
1
-2/+2
*
Replace usage of List[...] with list[...] in typing docs (GH-28821)
Micael Jarniac
2021-10-09
1
-8/+8
*
Remove draft notice on the 3.10 What's new document (GH-28806)
Pablo Galindo Salgado
2021-10-07
1
-7/+0
*
[doc] Mention __slots__ behavior in weakref.rst (GH-21061)
Jakub Stasiak
2021-10-06
1
-0/+4
*
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Łukasz Langa
2021-10-06
1
-2/+6
*
bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...
DonnaDia
2021-10-06
1
-5/+4
*
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
Jochem Schulenklopper
2021-10-06
1
-0/+6
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
16
-22/+22
*
[doc] Fix gethostbyname_ex description (GH-28700)
Andre Delfino
2021-10-05
1
-2/+2
*
bpo-28206: Document signals Handlers, Sigmasks and Signals enums (GH-28628)
Bibo-Joshi
2021-10-04
1
-5/+30
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
2
-5/+5
*
bpo-45341: Replace 'Packaging' with 'Package' in "Python P... Index" (#28687)
Terry Jan Reedy
2021-10-02
2
-7/+7
*
sqlite3: Modernize documentation around unicode and bytes. (GH-28652)
Julien Palard
2021-10-01
2
-4/+4
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
1
-0/+27
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
1
-0/+10
*
Fix doctest doc examples for syntax errors (GH-28486)
andrei kulakov
2021-09-29
1
-11/+10
*
bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)
zhanpon
2021-09-29
1
-0/+1
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
8
-15/+15
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
10
-24/+24
*
[doc] fix minor typo for argparse (GH-28451)
Louis Sautier
2021-09-28
1
-1/+1
*
Fix typo in whatsnew: "ns" is 10^-9 secs and "us" is 10^-6 secs. (GH-28565)
Jörn Heissler
2021-09-28
1
-2/+2
[next]