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-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
*
bpo-36405: IDLE - Restore __main__ and add tests (#12518)
Terry Jan Reedy
2019-03-24
5
-10/+18
*
Replace "DOS box" with link to Windows FAQ. (GH-12390)
Ned Deily
2019-03-24
2
-1/+3
*
bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519)
Zackery Spytz
2019-03-24
2
-1/+4
*
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
AraHaan
2019-03-23
2
-1/+5
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
4
-5/+43
*
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
Cheryl Sabella
2019-03-23
3
-45/+109
*
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner
2019-03-23
4
-0/+36
*
bpo-36405: Use dict unpacking in idlelib (#12507)
Terry Jan Reedy
2019-03-23
4
-12/+9
*
bpo-33319: Clarify subprocess call docs. (GH-12508)
Gregory P. Smith
2019-03-23
1
-12/+13
*
Fix typo in doc for pprint.pp (GH-12500)
Xavier GUIHOT
2019-03-23
1
-1/+1
*
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
Terry Jan Reedy
2019-03-22
7
-58/+41
*
bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (...
Brett Cannon
2019-03-22
3
-4/+29
*
bpo-35155: clarify protocol handler method naming (GH-10313)
Denton Liu
2019-03-22
1
-19/+39
*
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre
2019-03-22
5
-35/+84
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
3
-13/+13
*
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
Kumar Akshay
2019-03-22
5
-11/+51
*
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
Pablo Galindo
2019-03-22
1
-1/+1
*
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
Zackery Spytz
2019-03-22
1
-2/+5
*
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
Zackery Spytz
2019-03-22
2
-1/+2
*
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo
2019-03-21
3
-5/+23
*
Fix registry key for Windows SDK detection (GH-12445)
Isuru Fernando
2019-03-21
1
-1/+1
*
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower
2019-03-21
2
-12/+22
*
bpo-36245: Avoid problems when building in a directory containing spaces. (GH...
Jess
2019-03-21
1
-3/+3
*
Fix table formatting in itertools doc (GH-12228)
Benedikt Werner
2019-03-21
1
-4/+9
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
5
-10/+30
*
bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478)
Emmanuel Arias
2019-03-21
1
-2/+2
*
bpo-36324: NormalDist() add more tests and update comments (GH-12476)
Raymond Hettinger
2019-03-20
1
-24/+44
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
3
-4/+146
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka
2019-03-20
3
-5/+27
*
bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
Inada Naoki
2019-03-20
1
-5/+3
*
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
Inada Naoki
2019-03-20
1
-0/+6
*
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki
2019-03-20
1
-1/+2
*
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464)
Inada Naoki
2019-03-20
1
-9/+27
*
bpo-36374: Fix a possible null pointer dereference (GH-12449)
Zackery Spytz
2019-03-20
2
-1/+3
[next]