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-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-7/+23
*
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev
2021-06-07
2
-1/+11
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
1
-2/+9
*
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
NAKAMURA Osamu
2021-06-06
1
-1/+1
*
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
Irit Katriel
2021-06-04
1
-1/+1
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-23/+7
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
1
-6/+23
*
bpo-44305: Improve syntax error for try blocks without except or finally (GH-...
Pablo Galindo
2021-06-03
1
-0/+14
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
1
-1/+1
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
2
-3/+38
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-3/+2
*
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
Zackery Spytz
2021-06-03
1
-0/+6
*
bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
andrei kulakov
2021-06-03
1
-0/+8
*
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen
2021-06-03
1
-0/+3
*
Typo fix in asyncio-eventloop.rst (GH-26482)
Zac Bentley
2021-06-02
1
-1/+1
*
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
Victor Stinner
2021-06-01
1
-1/+6
*
bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
MapleCCC
2021-06-01
1
-2/+3
*
bpo-44246: Remove note about access by index now that a compatibility shim is...
Jason R. Coombs
2021-05-31
1
-4/+1
*
Fixing typos in turtle.rst (GH-24385)
Jules Lasne
2021-05-30
1
-5/+5
*
bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)
Dong-hee Na
2021-05-30
2
-90/+19
*
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241)
Zackery Spytz
2021-05-29
1
-1/+1
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Martmists
2021-05-29
1
-0/+2
*
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
Pablo Galindo
2021-05-29
2
-9/+12
*
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...
Pablo Galindo
2021-05-29
2
-0/+18
*
bpo-44045: fix spelling of uppercase vs upper-case (GH-25985)
Jürgen Gmach
2021-05-28
3
-3/+3
*
bpo-44246: Update What's New for importlib.metadata. (#26408)
Jason R. Coombs
2021-05-27
1
-3/+9
*
bpo-43988: Document test.support.check_disallow_instantiation() (GH-26394)
Erlend Egeberg Aasland
2021-05-27
1
-0/+8
*
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
Ken Jin
2021-05-26
6
-0/+151
*
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...
Peter Law
2021-05-26
1
-3/+4
*
Correct minor spelling typos (GH-26339)
Jero Bado
2021-05-25
1
-2/+2
*
Point to recent link to PyFLTK (GH-26315)
Mark
2021-05-25
1
-1/+1
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Mariusz Felisiak
2021-05-25
2
-9/+8
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Petr Viktorin
2021-05-25
2
-1/+4
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Victor Stinner
2021-05-25
1
-2/+2
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344)
Raymond Hettinger
2021-05-25
1
-10/+10
*
bpo-44151: linear_regression() minor API improvements (GH-26199)
Zack Kneupper
2021-05-25
1
-10/+11
*
bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...
Ken Jin
2021-05-24
1
-0/+8
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Jason R. Coombs
2021-05-24
1
-2/+2
*
Fix typo in whatsnew/3.10.rst (GH-26310)
Tushar Sadhwani
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Junnosuke Kuroda
2021-05-23
1
-1/+1
*
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309)
Erlend Egeberg Aasland
2021-05-22
2
-10/+12
*
bpo-33809: add the TracebackException.print() method (GH-24231)
Irit Katriel
2021-05-22
1
-0/+7
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
6
-27/+3
*
Specify Python Cookbook edition for reference (GH-26301)
Terry Jan Reedy
2021-05-21
1
-2/+2
*
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak
2021-05-21
6
-9/+9
*
bpo-43927: Change 'IOError' to 'OSError' (GH-26289)
Terry Jan Reedy
2021-05-21
1
-1/+1
*
[doc] Fix indentation in inspect documentation (GH-24846)
Numerlor
2021-05-21
1
-4/+4
*
bpo-44150: Support optional weights parameter for fmean() (GH-26175)
Raymond Hettinger
2021-05-21
1
-2/+19
*
[doc] Fix typo in asyncio-eventloop documentation (GH-22311)
Bruno
2021-05-19
1
-2/+2
*
bpo-40975: [doc] Identify AsyncExitStack.enter_async_context()/aclose() as co...
naglis
2021-05-19
1
-2/+2
[next]