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-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Raymond Hettinger
2019-03-18
4
-13/+28
*
bpo-36352: Clarify fileutils.h documentation (GH-12406)
Victor Stinner
2019-03-18
2
-17/+30
*
bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)
Victor Stinner
2019-03-18
1
-13/+79
*
bpo-36328: Fix compiler warning in Py_NewInterpreter() (GH-12381)
Stéphane Wirtel
2019-03-18
1
-1/+1
*
bpo-36332: Allow compile() to handle AST objects with assignment expressions ...
Pablo Galindo
2019-03-18
3
-3/+17
*
bpo-30040: optimize inserting into empty dict (GH-12307)
Inada Naoki
2019-03-18
1
-2/+49
*
bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#...
Stéphane Wirtel
2019-03-18
2
-1/+4
*
bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
CAM Gerlach
2019-03-18
1
-2/+1
*
Fix typo in _PyObject_FastCallDict documentation (GH-12383)
Rémi Lapeyre
2019-03-18
1
-1/+1
*
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Raymond Hettinger
2019-03-18
4
-8/+15
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
12
-530/+41
*
Fix "catchs" typos in NEWS entries (GH-12364)
Harmon
2019-03-17
1
-4/+4
*
Fix typo in unittest.mock documentation: manger -> manager (GH-12352)
Joan Massich
2019-03-17
1
-1/+1
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
3
-0/+77
*
bpo-34160: Update news entry for XML order attributes (#12335)
Diego Rojas
2019-03-16
2
-0/+6
*
bpo-23216: IDLE: Add docstrings to search modules (GH-12141)
Cheryl Sabella
2019-03-16
4
-39/+189
*
bpo-35493: Use Process.sentinel instead of sleeping for polling worker status...
Pablo Galindo
2019-03-16
2
-11/+80
*
bpo-35715: Liberate return value of _process_worker (GH-11514)
Dave Chevell
2019-03-16
2
-0/+2
*
Update the seealso entries for namedtuple() (GH-12373)
Raymond Hettinger
2019-03-16
2
-8/+11
*
Minor grammar fix in docs (GH-12371)
Raymond Hettinger
2019-03-16
1
-1/+1
*
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353)
Serhiy Storchaka
2019-03-16
1
-1/+1
*
bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-1...
Yasser A
2019-03-16
2
-3/+6
*
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
5
-2/+40
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
12
-393/+483
*
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
Eric Snow
2019-03-15
3
-22/+70
*
Add the meaning of the returned value of PyTypeObject.tp_init (GH-12325)
Stéphane Wirtel
2019-03-15
1
-0/+2
*
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
Victor Stinner
2019-03-15
1
-1/+1
*
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Victor Stinner
2019-03-15
2
-1/+8
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
11
-345/+303
*
bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Victor Stinner
2019-03-15
3
-7/+18
*
bpo-36272: Logging now propagates RecursionError (GH-12312)
Rémi Lapeyre
2019-03-15
3
-1/+22
*
Correct the heading levels (GH-12338)
Raymond Hettinger
2019-03-15
1
-2/+2
*
Document actual string.punctuation value. (GH-12270)
Andre Delfino
2019-03-14
2
-2/+2
*
Fix typo duplicate period in a docstring in the zipfile module. (GH-12326)
nick sung
2019-03-14
1
-1/+1
*
bpo-30040: update news entry (GH-12324)
Inada Naoki
2019-03-14
1
-1/+2
*
Simplify overlap() formula for case where variances are equal (GH-12323)
Raymond Hettinger
2019-03-14
1
-1/+1
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
65
-863/+7461
*
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
Serhiy Storchaka
2019-03-14
1
-1/+1
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
3
-2/+4
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
20
-35/+35
*
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum
2019-03-13
6
-60/+142
*
bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)
pxinwr
2019-03-13
2
-0/+8
*
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Victor Stinner
2019-03-13
2
-54/+28
*
Fix stepping into a frame without a __name__ (GH-12064)
Anthony Sottile
2019-03-13
3
-0/+11
*
bpo-35661: Fix failing test on buildbot (GH-12297)
Cheryl Sabella
2019-03-13
1
-4/+6
*
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Steve Dower
2019-03-12
4
-9/+4
*
Correct minor edit to news entry. (GH-12298)
Ned Deily
2019-03-12
1
-1/+1
*
bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294)
Steve Dower
2019-03-12
2
-4/+15
*
Minor edits to news entries (ported from 3.7) (GH-12293)
Ned Deily
2019-03-12
2
-10/+10
*
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile
2019-03-12
6
-14/+17
[next]