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-36722: Style and grammar edits for ABI news entries (GH-12979)
Paul Ganssle
2019-04-27
1
-12/+13
*
Syntax highlight IDLE html doc code example. (GH-12981)
Terry Jan Reedy
2019-04-27
1
-4/+2
*
bpo-36722: Add What's New entry for debug ABI (GH-12957)
Victor Stinner
2019-04-26
1
-0/+24
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
2
-0/+11
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-0/+15
*
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
Victor Stinner
2019-04-25
2
-4/+11
*
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
Victor Stinner
2019-04-25
2
-0/+13
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-2/+5
*
Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941)
Guido van Rossum
2019-04-24
1
-0/+16
*
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye
2019-04-24
2
-1/+42
*
replace 'sequencial argument' by 'positional' in doc (GH-12925)
Mathieu Dupuy
2019-04-23
1
-1/+1
*
bpo-36018: Make "seed" into a keyword only argument (GH-12921)
Raymond Hettinger
2019-04-23
1
-1/+1
*
Add module specification: itemgetter -> operator.itemgetter (GH-12823)
Jakub Molinski
2019-04-23
1
-1/+1
*
bpo-36546: Add statistics.quantiles() (#12710)
Raymond Hettinger
2019-04-23
2
-3/+55
*
Doc: add the missing ".tp_flags" in type definition (GH-12902)
Wu Wei
2019-04-22
1
-0/+1
*
bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)
mollison
2019-04-21
1
-0/+1
*
Fix typo (GH-12878)
Fredrik Averpil
2019-04-20
1
-1/+1
*
bpo-30485: Change the prefix for defining the default namespace in ElementPat...
Stefan Behnel
2019-04-18
1
-3/+3
*
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
Enrico Alarico Carbognani
2019-04-18
1
-3/+3
*
Fix wrong indentation of a paragraph in documentation (GH-12868)
cocoatomo
2019-04-18
1
-2/+2
*
bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)
josh
2019-04-17
1
-0/+7
*
bpo-31904: Port test_resource to VxWorks (GH-12719)
Lihua Zhao
2019-04-17
1
-0/+2
*
Clarify file-closing example in tutorial (GH-11652)
Colin Watson
2019-04-17
1
-0/+2
*
bpo-33783: Use proper class markup for random.Random docs (GHè7817)
Matthias Bussonnier
2019-04-16
1
-0/+5
*
bpo-36345: Update wsgiref example (GH-12562)
Stéphane Wirtel
2019-04-16
1
-30/+4
*
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
Victor Stinner
2019-04-15
2
-0/+6
*
Doc: update PendingDeprecationWarning explanation (GH-12837)
Inada Naoki
2019-04-15
1
-9/+6
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
1
-0/+2
*
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr
2019-04-15
1
-0/+2
*
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
Mickaël Schoentgen
2019-04-14
1
-1/+5
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
1
-3/+6
*
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...
Bernt Røskar Brenna
2019-04-14
1
-6/+15
*
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...
Pablo Galindo
2019-04-13
1
-0/+12
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-0/+4
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki
2019-04-13
10
-4/+22
*
bpo-35581: Document @typing.type_check_only (GH-11312)
Sebastian Rittau
2019-04-12
1
-0/+18
*
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...
mrh1997
2019-04-12
1
-13/+23
*
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
Christopher Head
2019-04-12
1
-3/+3
*
bpo-36549: str.capitalize now titlecases the first character instead of upper...
Kingsley M
2019-04-12
1
-2/+5
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-1/+3
*
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
Michael Felt
2019-04-12
2
-1/+15
*
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
Emmanuel Arias
2019-04-11
1
-0/+2
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-2/+9
*
bpo-36597: fix weakref example code (GH-12779)
Inada Naoki
2019-04-11
1
-5/+8
*
bpo-36597: fix random doctest failure (GH-12776)
Inada Naoki
2019-04-11
1
-1/+1
*
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
pewscorner
2019-04-11
1
-2/+2
*
better __init__.py explanation in tutorial (#12763)
Inada Naoki
2019-04-11
1
-3/+3
*
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
Christopher Thorne
2019-04-11
1
-1/+1
*
fix typo in doc (#12686)
Caleb Marchent
2019-04-10
1
-2/+2
*
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
Gregory P. Smith
2019-04-10
1
-0/+1
[next]