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
...
*
Fix NEWS entries with incorrect bpo numbers (GH-12599)
Ned Deily
2019-03-28
2
-2/+2
*
Revert "Minor doc improvement (GH-10341)" (GH-12597)
Raymond Hettinger
2019-03-28
2
-3/+3
*
bpo-36245: Fix more empty environment variable checks (GH-12592)
Steve Dower
2019-03-27
1
-2/+2
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Philipp A
2019-03-27
4
-2/+20
*
Add missing docstrings for TarInfo objects (#12555)
Raymond Hettinger
2019-03-27
2
-9/+48
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
7
-46/+58
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Steve Dower
2019-03-27
3
-0/+19
*
bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)
hliu0
2019-03-27
2
-2/+3
*
bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586)
Pablo Galindo
2019-03-27
1
-0/+1
*
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner
2019-03-27
11
-190/+207
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
8
-10/+89
*
Doc: Fixed missing punctuation in datamodel.rst (GH-12581)
Jules Lasne (jlasne)
2019-03-27
1
-14/+14
*
bpo-32380: add "versionadded: 3.8" to singledispatchmethod (GH-12580)
Inada Naoki
2019-03-27
1
-0/+3
*
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka
2019-03-27
6
-29/+14
*
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...
Vladimir Surjaninov
2019-03-27
3
-1/+20
*
bpo-33832: Add "magic method" glossary entry (GH-7630)
Andre Delfino
2019-03-27
2
-0/+8
*
Minor doc improvement (GH-10341)
Andre Delfino
2019-03-27
2
-3/+3
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
9
-41/+42
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
10
-417/+103
*
bpo-36429: Fix starting IDLE with pyshell (#12548)
Terry Jan Reedy
2019-03-26
3
-5/+14
*
bpo-36301: Test Python init with isolated (GH-12569)
Victor Stinner
2019-03-26
2
-0/+90
*
bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)
Tal Einat
2019-03-26
1
-8/+4
*
bpo-36364: fix SharedMemoryManager examples (GH-12439)
Pierre Glaser
2019-03-26
1
-3/+4
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
9
-659/+622
*
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Victor Stinner
2019-03-26
2
-0/+5
*
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Inada Naoki
2019-03-26
3
-9/+23
*
Post v3.8.0a3
Łukasz Langa
2019-03-26
1
-1/+1
*
Merge tag 'v3.8.0a3'
Łukasz Langa
2019-03-26
91
-184/+875
|
\
|
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
91
-184/+875
*
|
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Zackery Spytz
2019-03-26
2
-0/+2
*
|
Document that logging registers shutdown as an atexit handler (GH-12378)
Andre Delfino
2019-03-26
1
-0/+4
*
|
Fix "the the" in the idle docs. (GH-12549)
Benjamin Peterson
2019-03-26
1
-13/+11
*
|
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
13
-145/+179
*
|
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Victor Stinner
2019-03-25
4
-32/+34
*
|
bpo-34085: Improve wording on classmethod/staticmethod (#8228)
Andre Delfino
2019-03-25
1
-12/+10
*
|
bpo-36345: Add a new example in the documentation of wsgiref (#12511)
Stéphane Wirtel
2019-03-25
2
-0/+34
*
|
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner
2019-03-25
9
-132/+177
*
|
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...
Pablo Galindo
2019-03-25
5
-197/+124
*
|
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Stefan Krah
2019-03-25
4
-11/+24
*
|
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Raymond Hettinger
2019-03-25
6
-3/+32
*
|
Add note to Queue.get() docs about block=True (GH-2223)
Stephen Rosen
2019-03-25
1
-0/+5
|
/
*
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
Victor Stinner
2019-03-25
6
-24/+155
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
7
-187/+152
*
bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_...
Stefan Behnel
2019-03-25
1
-12/+28
*
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...
Zackery Spytz
2019-03-25
2
-0/+2
*
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Rémi Lapeyre
2019-03-25
3
-11/+29
*
Fix line ending (GH-12531)
Raymond Hettinger
2019-03-25
1
-1/+1
*
bpo-36401: Have help() show readonly properties separately (GH-12517)
Raymond Hettinger
2019-03-25
3
-1/+9
*
bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)
Louie Lu
2019-03-24
3
-27/+131
*
bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtup...
Lisa Roach
2019-03-24
1
-10/+31
[prev]
[next]