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-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
Zackery Spytz
2019-03-07
1
-1/+1
*
bpo-36108: Avoid failing the build on race condition in clean (GH-12217)
Steve Dower
2019-03-07
1
-1/+1
*
NormalDist.overlap() only needs one example (GH-12218)
Raymond Hettinger
2019-03-07
1
-17/+4
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
4
-0/+61
*
Refine statistics.NormalDist documentation and improve test coverage (GH-12208)
Raymond Hettinger
2019-03-07
2
-29/+26
*
bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)
Raymond Hettinger
2019-03-07
4
-1/+132
*
Fix the documentation for set.copy() (GH-12176)
Andre Delfino
2019-03-07
1
-1/+1
*
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
Emmanuel Arias
2019-03-07
1
-1/+1
*
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-1...
Davide Rizzo
2019-03-06
1
-2/+4
*
bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)
Jeremy Kloth
2019-03-06
1
-1/+1
*
closes bpo-36139: release GIL around munmap(). (GH-12073)
Davide Rizzo
2019-03-06
2
-14/+26
*
bpo-36209: Fix typo on hashlib error message (GH-12194)
Emmanuel Arias
2019-03-06
1
-1/+1
*
bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)
Victor Stinner
2019-03-06
3
-16/+40
*
bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)
Pradyun Gedam
2019-03-06
4
-2/+3
*
Add more tests for pdf() and cdf() (GH-12190)
Raymond Hettinger
2019-03-06
1
-3/+29
*
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Victor Stinner
2019-03-06
4
-47/+78
*
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner
2019-03-06
7
-88/+50
*
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Victor Stinner
2019-03-05
4
-43/+95
*
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner
2019-03-05
5
-3/+27
*
bpo-36187: Remove NamedStore. (GH-12167)
Serhiy Storchaka
2019-03-05
7
-143/+103
*
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12...
Serhiy Storchaka
2019-03-05
1
-2/+2
*
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Victor Stinner
2019-03-05
7
-53/+129
*
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule....
Stéphane Wirtel
2019-03-05
2
-2/+2
*
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner
2019-03-05
7
-366/+465
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
25
-323/+264
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
Serhiy Storchaka
2019-03-05
5
-298/+254
*
closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)
Martijn Pieters
2019-03-05
3
-24/+5
*
Doc: Use `option` word for command line interface. (GH-12142)
NAKAMURA Osamu
2019-03-05
1
-1/+1
*
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner
2019-03-05
8
-52/+209
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
9
-52/+193
*
Fixed a missing . and a missing capital letter. (GH-12170)
Jules Lasne (jlasne)
2019-03-04
1
-2/+2
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Christian Heimes
2019-03-04
2
-5/+9
*
bpo-35198 Fix C++ extension compilation on AIX (GH-10437)
Kevin Adler
2019-03-04
2
-1/+10
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
20
-745/+576
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
7
-14/+19
*
Clean implementation of Parser/pgen and fix some style issues (GH-12156)
Pablo Galindo
2019-03-04
4
-28/+14
*
bpo-20906: Various revisions to the Unicode howto (#8394)
Andrew Kuchling
2019-03-04
1
-158/+183
*
fix typo in configparser doc (GH-12154)
Woko
2019-03-04
1
-1/+1
*
bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)
Brennan D Baraban
2019-03-03
3
-8/+27
*
bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)
Mark Williams
2019-03-03
1
-1/+1
*
add missing break statement (GH-12147)
Inada Naoki
2019-03-03
1
-0/+4
*
fixed duplicated method name of test_getuserbase() (GH-12140)
native-api
2019-03-03
1
-1/+3
*
bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)
Henry Chen
2019-03-03
2
-1/+2
*
Use names SEEK_SET, etc instead of magic number (GH-12057)
ngie-eign
2019-03-03
2
-9/+11
*
Remove some code which has been dead since 1994 (#12136)
Alex Gaynor
2019-03-02
1
-11/+0
*
bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115)
Inada Naoki
2019-03-02
3
-2/+5
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
12
-393/+483
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
27
-2684/+1480
*
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Ned Deily
2019-03-01
2
-1/+3
*
bpo-36043: FileCookieJar supports os.PathLike (GH-11945)
Stéphane Wirtel
2019-03-01
4
-4/+35
[prev]
[next]