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-31904: Add cross-build support for VxWorks RTOS (GH-11968)
pxinwr
2019-02-27
5
-18/+75
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Joannah Nanjekye
2019-02-26
2
-2/+4
*
bpo-35652: shutil.copytree(copy_function=...) erroneously pass DirEntry inste...
Giampaolo Rodola
2019-02-26
3
-1/+21
*
closes bpo-36115: Fix some reference leaks in typeobject.c. (GH-12045)
Benjamin Peterson
2019-02-26
1
-0/+2
*
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
Dima Pasechnik
2019-02-26
2
-4/+5
*
bpo-36109: Fix random test_descr failure. (GH-12044)
Serhiy Storchaka
2019-02-26
1
-1/+5
*
Run autoreconf.
Benjamin Peterson
2019-02-26
3
-14/+16
*
closes bpo-13497: Fix `broken nice` configure test. (GH-12041)
ngie-eign
2019-02-26
1
-0/+2
*
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz
2019-02-25
3
-12/+16
*
bpo-36102: Prepend slash to all POSIX shared memory block names (#12036)
Davin Potts
2019-02-25
1
-4/+10
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
18
-70/+21
*
Autospec functions should propagate mock calls to parent GH-11273
Xtreak
2019-02-25
3
-0/+23
*
bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)
Sergey Fedoseev
2019-02-25
3
-36/+6
*
Post v3.8.0a2
Łukasz Langa
2019-02-25
1
-1/+1
*
Merge tag 'v3.8.0a2'
Łukasz Langa
2019-02-25
57
-120/+555
|
\
|
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
57
-120/+555
*
|
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
7
-97/+31
*
|
Remove empty Dictionaries section from programming FAQ (GH-12026)
Andre Delfino
2019-02-25
1
-3/+0
*
|
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
31
-242/+538
*
|
bpo-28450: Fix and improve the documentation for unknown escapes in RE. (GH-1...
Serhiy Storchaka
2019-02-25
1
-2/+5
*
|
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
18
-55/+326
*
|
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-...
Sergey Fedoseev
2019-02-25
1
-1/+1
|
/
*
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
Miro Hrončok
2019-02-25
2
-1/+6
*
bpo-33671: allow setting shutil.copyfile() bufsize globally (GH-12016)
Giampaolo Rodola
2019-02-24
1
-1/+3
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
10
-121/+201
*
bpo-36101: remove non-ascii characters in docstring (GH-12018)
animalize
2019-02-24
5
-11/+14
*
bpo-36018: Add properties for mean and stdev (GH-12022)
Raymond Hettinger
2019-02-24
3
-6/+26
*
bpo-35512: Resolve string target to patch.dict decorator during function call...
Xtreak
2019-02-24
4
-2/+25
*
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...
Ned Deily
2019-02-24
2
-1/+7
*
bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009)
Raymond Hettinger
2019-02-24
2
-1/+13
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
9
-1022/+1504
*
bpo-24310: Document IDLE settings dialog font tab sample (GH-12007)
Terry Jan Reedy
2019-02-24
4
-1/+17
*
fix _abc.c compile error on Cygwin (GH-8445)
E. M. Bray
2019-02-24
1
-1/+1
*
bpo-36018: Add the NormalDist class to the statistics module (GH-11973)
Raymond Hettinger
2019-02-23
5
-1/+556
*
bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-1...
Eric Snow
2019-02-23
4
-9/+39
*
bpo-1054041: Add What's New docs. (GH-11999)
Gregory P. Smith
2019-02-23
2
-0/+7
*
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow
2019-02-23
8
-102/+129
*
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo
2019-02-23
6
-14/+112
*
bpo-36074: Result of `asyncio.Server.sockets` after `Server.close()` after ...
Emmanuel Arias
2019-02-22
1
-2/+1
*
bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)
Stéphane Wirtel
2019-02-22
6
-10/+22
*
Include the --prompt flag in venv's help output (GH-10711)
Holger Frey
2019-02-22
1
-1/+3
*
Doc: Missing backquotes. (GH-11982)
Julien Palard
2019-02-22
1
-1/+1
*
bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903)
Manjusaka
2019-02-22
1
-2/+4
*
bpo-35904: Add statistics.fmean() (GH-11892)
Raymond Hettinger
2019-02-21
6
-3/+104
*
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
Joe Jevnik
2019-02-21
3
-3/+23
*
bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...
Raymond Hettinger
2019-02-21
3
-7/+69
*
bpo-36060: Document how collections.ChainMap() determines iteration order (GH...
Raymond Hettinger
2019-02-21
2
-0/+29
*
Document other performance implication for __slots__ (GH-11974)
Raymond Hettinger
2019-02-21
1
-0/+1
*
bpo-36052: Raise a SyntaxError when assigning a value to __debug__ with := (G...
Stéphane Wirtel
2019-02-21
3
-1/+7
*
bpo-36063: Minor performance tweak in long_divmod(). (GH-11915)
Sergey Fedoseev
2019-02-21
1
-2/+2
[next]