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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...
Jakub Molinski
2019-04-15
3
-3/+5
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner
2019-04-15
4
-16/+21
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
4
-5/+15
*
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr
2019-04-15
3
-6/+10
*
bpo-27860: use cached_property (GH-12832)
Inada Naoki
2019-04-15
2
-53/+17
*
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...
Stefan Behnel
2019-04-14
2
-5/+0
*
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
Gregory P. Smith
2019-04-14
1
-1/+1
*
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
Mickaël Schoentgen
2019-04-14
4
-2/+21
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
4
-12/+39
*
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...
Bernt Røskar Brenna
2019-04-14
4
-9/+152
*
bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...
Xtreak
2019-04-13
3
-1/+41
*
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can termi...
Pablo Galindo
2019-04-13
1
-0/+12
*
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
Pablo Galindo
2019-04-13
1
-0/+8
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
19
-83/+16
*
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
Cheryl Sabella
2019-04-13
1
-1/+1
*
bpo-35734: ipaddress: remove unused methods (GH-11591)
Rémi Lapeyre
2019-04-13
2
-71/+1
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Inada Naoki
2019-04-13
10
-4/+22
*
bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811)
Victor Stinner
2019-04-12
3
-6/+16
*
bpo-35581: Document @typing.type_check_only (GH-11312)
Sebastian Rittau
2019-04-12
2
-0/+19
*
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...
mrh1997
2019-04-12
2
-13/+24
*
bpo-18748: test_io: silence destructor errors (GH-12805)
Victor Stinner
2019-04-12
1
-0/+29
*
bpo-36611: Disable serialno field of debug memory allocators (#12796)
Victor Stinner
2019-04-12
3
-21/+61
*
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
Victor Stinner
2019-04-12
6
-114/+158
*
bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809)
Victor Stinner
2019-04-12
3
-26/+65
*
Allow Windows layout builds to fully skip code signing (GH-12808)
Steve Dower
2019-04-12
2
-3/+8
*
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
Paul Monson
2019-04-12
3
-2/+22
*
Enable building nuget packages for ARM32 (GH-12669)
Paul Monson
2019-04-12
3
-3/+36
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
11
-151/+108
*
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
Thomas Grainger
2019-04-12
1
-1/+1
*
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
5
-5/+10
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
11
-108/+151
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
4
-10/+46
*
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
Michael Felt
2019-04-12
5
-2/+22
*
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
Victor Stinner
2019-04-12
2
-2/+9
*
bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792)
Inada Naoki
2019-04-12
3
-35/+101
*
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
Emmanuel Arias
2019-04-11
1
-0/+2
*
bpo-36605: make tags: parse Modules/_io directory (GH-12789)
Victor Stinner
2019-04-11
3
-16/+6
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
6
-24/+37
*
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
Inada Naoki
2019-04-11
2
-86/+40
*
bpo-36597: fix weakref example code (GH-12779)
Inada Naoki
2019-04-11
1
-5/+8
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
6
-27/+113
*
bpo-36597: fix random doctest failure (GH-12776)
Inada Naoki
2019-04-11
2
-17/+15
*
bpo-36597: Disable Travis CI doctest job (GH-12775)
Victor Stinner
2019-04-11
1
-14/+16
*
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
*
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)
Victor Stinner
2019-04-10
1
-0/+3
*
fix typo in doc (#12686)
Caleb Marchent
2019-04-10
1
-2/+2
*
bpo-36559: random module: optimize sha512 import (GH-12742)
Christian Heimes
2019-04-10
2
-1/+10
[next]