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-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
*
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. ...
Eric Snow
2019-03-01
2
-26/+27
*
bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh...
Eric Snow
2019-03-01
1
-39/+42
*
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
Victor Stinner
2019-03-01
2
-81/+86
*
bpo-35178: Fix warnings._formatwarnmsg() (GH-12033)
Xtreak
2019-03-01
3
-1/+22
*
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner
2019-03-01
8
-87/+115
*
bpo-36146: Don't run code at setup.py top level (GH-12127)
Victor Stinner
2019-03-01
1
-76/+64
*
bpo-36146: Split setup.py into subfunctions (GH-12125)
Victor Stinner
2019-03-01
1
-228/+249
*
bpo-36142: Move command line parsing to coreconfig.c (GH-12123)
Victor Stinner
2019-03-01
5
-1415/+1473
*
bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124)
Victor Stinner
2019-03-01
1
-98/+99
*
bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097)
Victor Stinner
2019-03-01
1
-227/+204
*
bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)
Victor Stinner
2019-03-01
2
-2/+5
*
bpo-36142: Remove _PyMain structure (GH-12120)
Victor Stinner
2019-03-01
4
-145/+145
*
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
Victor Stinner
2019-03-01
8
-228/+190
*
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Cheryl Sabella
2019-03-01
3
-18/+6
*
bpo-36155: Check for identity on test_gc.test_get_objects (GH-12116)
Pablo Galindo
2019-03-01
1
-12/+36
*
bpo-36018: Add documentation link to "random variable" (GH-12114)
Raymond Hettinger
2019-03-01
1
-5/+7
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
14
-31/+57
*
bpo-29571: Fix test_re.test_locale_flag() (GH-12099)
Victor Stinner
2019-02-28
2
-2/+4
*
bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096)
Raymond Hettinger
2019-02-28
3
-4/+12
*
Add versionadded directives to ssl.minimum_version and ssl.maximum_version (G...
Zhiming Wang
2019-02-28
1
-6/+10
*
bpo-36146: Refactor setup.py (GH-12093)
Victor Stinner
2019-02-28
1
-69/+72
*
Document the surprising sideeffect PyErr_Print(). (#12081)
Gregory P. Smith
2019-02-27
1
-2/+6
*
Fix grammar error in timeit module docs (GH-12066)
Shiv Dhar
2019-02-27
1
-1/+1
*
Update FAQ to point to Infrastructure Team website. (GH-12077)
Ned Deily
2019-02-27
1
-8/+2
*
bpo-36096: IDLE: Refactor class variables in colorizer (GH-12002)
Cheryl Sabella
2019-02-27
3
-21/+58
*
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
|
/
[next]