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-36567: Use manpages_url to create links for man pages (GH-13339)
Batuhan Taşkaya
2019-05-18
1
-0/+3
*
bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails fo...
Abhishek Kumar Singh
2019-05-18
1
-0/+4
*
bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401)
Anthony Sottile
2019-05-18
3
-2/+36
*
bpo-36546: Add more tests and expand docs (#13406)
Raymond Hettinger
2019-05-18
2
-22/+49
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
6
-1/+343
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
6
-41/+15
*
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner
2019-05-18
8
-181/+240
*
Fix couple of dead code paths (GH-7418)
David Carlier
2019-05-17
4
-7/+0
*
Document a workaround for a curses bug (GH-13209)
Toshio Kuratomi
2019-05-17
2
-3/+12
*
Correct typos in the Barrier specification (GH-9395)
Géry Ogam
2019-05-17
1
-2/+2
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
5
-53/+25
*
bpo-27268: Fix incorrect error message on float('') (GH-2745)
Pedro Lacerda
2019-05-17
1
-3/+3
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
12
-59/+102
*
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner
2019-05-17
4
-62/+116
*
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner
2019-05-17
4
-10/+82
*
bpo-36782: Created C API wrappers and added missing tests for functions in th...
Edison A
2019-05-17
4
-4/+265
*
bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...
Abhilash Raj
2019-05-17
4
-2/+20
*
bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292)
Pierre Glaser
2019-05-17
1
-4/+12
*
bpo-36942 Windows build changes for Windows ARM64 (GH-13366)
Paul Monson
2019-05-17
1
-0/+3
*
bpo-36941: Windows build changes for Windows ARM64 (GH-13365)
Paul Monson
2019-05-17
47
-7/+1029
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
12
-91/+362
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
12
-112/+119
*
Simplify SSLSocket / SSLObject doc string (GH-9972)
Christian Heimes
2019-05-17
1
-16/+21
*
docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)
redshiftzero
2019-05-17
1
-5/+10
*
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...
Pablo Galindo
2019-05-17
4
-9/+33
*
Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343)
Jeroen Demeyer
2019-05-17
1
-1/+1
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
4
-13/+12
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
74
-76/+76
*
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner
2019-05-17
5
-59/+27
*
Doc: Add link threading.settrace to sys.settrace (GH-13345)
Stefan Hoelzl
2019-05-17
1
-2/+2
*
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape
2019-05-17
3
-3/+27
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
15
-19/+45
*
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner
2019-05-17
4
-47/+54
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
5
-60/+20
*
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
Victor Stinner
2019-05-16
4
-3/+37
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
10
-39/+129
*
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Victor Stinner
2019-05-16
5
-36/+109
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
12
-320/+311
*
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner
2019-05-16
4
-44/+37
*
bpo-35589: Prevent buffer copy in sock_sendall() (GH-11418)
Andrew Svetlov
2019-05-16
1
-7/+10
*
bpo-36748: optimize TextIOWrapper.write() for ASCII string (GH-13002)
Inada Naoki
2019-05-16
2
-21/+98
*
Fix typos in documentation. Patch by tirkarthi. (GH-13354)
Terry Jan Reedy
2019-05-16
2
-8/+8
*
Fix typos in documentation (#13344)
Xtreak
2019-05-16
2
-2/+2
*
bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351)
Paul Monson
2019-05-15
1
-1/+1
*
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
Paul Monson
2019-05-15
2
-0/+36
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
12
-42/+70
*
bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191)
zlohhcuB treboR
2019-05-15
4
-3/+23
*
bpo-36786: Run compileall in parallel during "make install" (GH-13078)
Antoine Pitrou
2019-05-15
5
-22/+24
*
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen
2019-05-15
7
-5/+169
*
Reference zipimport source code from docs. (GH-13310)
Xtreak
2019-05-15
1
-0/+2
[next]