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
*
IDLE test_textview: add comments and test, increase coverage to 100% (#1641)
terryjreedy
2017-05-18
2
-9/+25
*
bpo-30303: IDLE: Add _utest argument to textview (#1499)
Louie Lu
2017-05-17
2
-11/+57
*
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
Nathaniel J. Smith
2017-05-17
4
-3/+71
*
Fixes encodings in vcxproj files and adds script to automatically do it. (#1631)
Steve Dower
2017-05-17
2
-1/+37
*
Adds lib.pyproj file to solution (#1633)
Steve Dower
2017-05-17
2
-2/+1815
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
Dong-hee Na
2017-05-17
3
-4/+48
*
bpo-30387: Fix warning in test_threading (#1634)
Victor Stinner
2017-05-17
1
-3/+5
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
Xiang Zhang
2017-05-17
3
-0/+40
*
bpo-30211: bdb: add docstrings (#1350)
csabella
2017-05-16
1
-18/+212
*
bpo-30038: fix race condition in signal delivery + wakeup fd (#1082)
Nathaniel J. Smith
2017-05-16
1
-7/+26
*
bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612)
Mariatta
2017-05-16
1
-2/+4
*
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka
2017-05-16
7
-15/+14
*
Fix ModuleNotFoundError typo in import reference (#1606)
Dominik MiedziĆski
2017-05-16
1
-1/+1
*
bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)
Serhiy Storchaka
2017-05-16
3
-13/+29
*
bpo-29898: Fix incorrect env variable name (GH-1576)
Berker Peksag
2017-05-16
2
-3/+3
*
Remove unused variable in test_urllibnet. (#1598)
Senthil Kumaran
2017-05-16
1
-1/+3
*
bpo-29651 - Cover edge case of square brackets in urllib docs (#1128)
Howie Benefiel
2017-05-16
1
-0/+6
*
bpo-30339: test_multiprocessing_main_handling timeout (#1593)
Victor Stinner
2017-05-15
1
-1/+1
*
bpo-30357: test_thread now uses threading_cleanup() (#1592)
Victor Stinner
2017-05-15
3
-0/+10
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Victor Stinner
2017-05-15
3
-6/+16
*
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka
2017-05-15
5
-100/+29
*
bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)
Victor Stinner
2017-05-15
1
-0/+3
*
bpo-9850: Deprecate the macpath module (#1540)
Victor Stinner
2017-05-15
4
-1/+15
*
bpo-30242: resolve some undefined behaviours in struct (#1418)
Xiang Zhang
2017-05-15
1
-5/+9
*
bpo-30110: fix resource leak in test_asyncio.test_events (#1413)
Xiang Zhang
2017-05-15
1
-1/+3
*
bpo-30224: remove outdated checks in struct (#1374)
Xiang Zhang
2017-05-15
1
-47/+15
*
bpo-30354: Update data model documentation for super() (GH-1561)
csabella
2017-05-15
1
-6/+6
*
bpo-29763: Clean up _pth tests (GH-954)
Zachary Ware
2017-05-14
1
-46/+31
*
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
csabella
2017-05-14
1
-2/+2
*
bpo-30299: Display a bytecode when compile a regex in debug mode. (#1491)
Serhiy Storchaka
2017-05-14
3
-1/+177
*
bpo-30340: Enhanced regular expressions optimization. (#1542)
Serhiy Storchaka
2017-05-14
4
-54/+95
*
Move Codecov's configuration file under .github (GH-1494)
morrme
2017-05-13
1
-0/+0
*
bpo-30178: Add Jim Fasarakis-Hilliard to Misc/ACKS (GH-1572)
Mariatta
2017-05-13
1
-0/+1
*
bpo-30178: Indent methods and attributes of MimeType class (GH-1306)
Jim Fasarakis-Hilliard
2017-05-13
1
-43/+43
*
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
Serhiy Storchaka
2017-05-13
4
-9/+12
*
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Xiang Zhang
2017-05-13
2
-3/+16
*
PCbuild/build.bat: Add note about using msbuild response file. (#1551)
Charles
2017-05-12
1
-1/+6
*
bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc.
Steve (Gadget) Barnes
2017-05-12
1
-40/+70
*
Indented Handler sections for improved clarity. (#1554)
Vinay Sajip
2017-05-12
1
-66/+67
*
Comment as to why docs are built against Python 3.6 (#1550)
Brett Cannon
2017-05-11
1
-0/+1
*
bpo-30308: Code coverage for argument in random.shuffle (#1504)
csabella
2017-05-11
1
-1/+11
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
4
-1/+39
*
#30190: fix invalid escape sequence warnings (#1534)
Giampaolo Rodola
2017-05-10
1
-3/+3
*
bpo-28787: Fix out of tree --with-dtrace builds (#135)
stratakis
2017-05-10
3
-0/+5
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
Xiang Zhang
2017-05-10
3
-5/+7
*
bpo-30298: Weaken the condition of deprecation warnings for inline modifiers....
Serhiy Storchaka
2017-05-10
3
-21/+56
*
bpo-30320: test_eintr now uses pthread_sigmask() (#1523)
Victor Stinner
2017-05-10
1
-35/+26
*
PCbuild/build.bat: pass command line parameters when building PGO (#1510)
Charles
2017-05-09
1
-1/+1
*
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Serhiy Storchaka
2017-05-09
6
-70/+215
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
6
-2/+17
[next]