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
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Tools/gdb/libpython.py
Miss Islington (bot)
2018-09-11
1
-1/+1
*
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
Christian Heimes
2018-08-15
1
-65/+98
*
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Miss Islington (bot)
2018-07-29
1
-0/+8
*
bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Miss Islington (bot)
2018-07-21
1
-3/+5
*
bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7...
Victor Stinner
2018-06-15
1
-16/+34
*
pypi.python.org -> pypi.org (GH-7613) (GH-7615)
Miss Islington (bot)
2018-06-11
1
-1/+1
*
remove hg support from patchcheck (GH-7440)
Miss Islington (bot)
2018-06-06
1
-21/+3
*
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)
Steve Dower
2018-05-17
1
-2/+12
*
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Miss Islington (bot)
2018-04-19
1
-5/+9
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Miss Islington (bot)
2018-04-09
1
-19/+11
*
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)
Christian Heimes
2018-03-24
1
-1/+2
*
[3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5...
Miss Islington (bot)
2018-03-14
1
-8/+20
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Miss Islington (bot)
2018-02-26
1
-4/+11
*
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
Steve Dower
2018-01-18
1
-1/+1
*
Allows non-critical upload steps to fail (GH-4742) (#4743)
Miss Islington (bot)
2017-12-06
1
-3/+3
*
bpo-32155: Bugfixes found by flake8 F841 warnings (#4619)
Victor Stinner
2017-11-28
1
-1/+1
*
bpo-31944: Fixes build and Modify button (GH-4278) (#4284)
Miss Islington (bot)
2017-11-05
2
-3/+4
*
[3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-42...
Tal Einat
2017-11-03
1
-2/+2
*
Update multissltests: 1.0.2m, 1.1.0g (GH-4232) (#4236)
Miss Islington (bot)
2017-11-02
1
-3/+2
*
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Miss Islington (bot)
2017-10-23
1
-2/+1
*
[3.6] bpo-31523: Reliability improvements to the Windows build files (GH-3900...
Miss Islington (bot)
2017-10-05
4
-26/+55
*
[3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)
Miss Islington (bot)
2017-10-02
1
-3/+3
*
[3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3...
Miss Islington (bot)
2017-09-28
1
-0/+28
*
[3.6] Update multissl test helper (GH-3349) (#3415)
Christian Heimes
2017-09-07
2
-241/+430
*
Add props file for nuget packages (#3410) (#3413)
Steve Dower
2017-09-07
5
-6/+80
*
[3.6] Update `make patchcheck` for blurb and NEWS.d (GH-3406)
Miss Islington (bot)
2017-09-07
1
-5/+5
*
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Stud...
Steve Dower
2017-09-06
2
-2/+24
*
[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...
Łukasz Langa
2017-08-22
1
-9/+11
*
[3.6] bpo-31221: patchcheck ignores external libraries (#3109) (#3116)
Victor Stinner
2017-08-17
1
-2/+21
*
Revert "[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python ext...
Victor Stinner
2017-08-16
1
-4/+2
*
[3.6] bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (...
Łukasz Langa
2017-08-14
1
-2/+4
*
Fix build batch files (#2750) (#2897)
Steve Dower
2017-07-26
6
-21/+49
*
[3.6] bpo-30450: Improved logic for obtaining dependencies (#2751)
Steve Dower
2017-07-19
2
-23/+4
*
[3.6] Check the whitespace of pull requests on Travis (GH-2367) (GH-2386)
Brett Cannon
2017-06-25
1
-2/+32
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
4
-22/+25
*
Revert "bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)" (#2246)
Victor Stinner
2017-06-16
1
-11/+2
*
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) (G...
Zachary Ware
2017-06-16
1
-19/+99
*
bpo-30673: test.bat: add -t option (timeout) (#2211) (#2225)
Victor Stinner
2017-06-15
1
-2/+11
*
[3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)
Zachary Ware
2017-06-10
11
-657/+657
*
[3.6] bpo-30345: Update test_gdb.py and python-gdb.py from master (#1549)
Victor Stinner
2017-05-12
1
-12/+52
*
[3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461)
Victor Stinner
2017-05-04
1
-129/+0
*
[3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)
Mariatta
2017-04-20
1
-1/+5
*
bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)
Nick Coghlan
2017-04-09
1
-1/+1
*
Takes vcruntime140.dll from the correct source. (#684)
Steve Dower
2017-03-16
2
-11/+6
*
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)
Nick Coghlan
2017-03-12
1
-1/+4
*
bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626)
Nick Coghlan
2017-03-12
1
-6/+52
*
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)
Mariatta
2017-03-07
1
-1/+1
*
Fixes the upload script to purge the CDN correctly and display success output...
Steve Dower
2017-03-06
1
-0/+2
*
bpo-27593: Updates Windows build to use information from git (#262) (#450)
Steve Dower
2017-03-04
1
-2/+2
*
bpo-29624: Adds purge step and layout test after uploading files. (#258) (#264)
Steve Dower
2017-02-23
2
-10/+53
[next]