FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Tools - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Tools
on
3.6
User selector
Datepicker
Commit history
Commits on Jan 31, 2020
[3.6] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18233)
zooba
authored
51332c4
View commit details
Copy full SHA for 51332c4
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
[3.6] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335)
Show description for 7054e5c
serhiy-storchaka
authored
7054e5c
View commit details
Copy full SHA for 7054e5c
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
Show description for 42c52a9
miss-islington
and
Alexey Izbyshev
authored
42c52a9
View commit details
Copy full SHA for 42c52a9
View code at this point
Browse repository at this point
Commits on Oct 15, 2018
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
Show description for 71e601e
miss-islington
and
vstinner
authored
71e601e
View commit details
Copy full SHA for 71e601e
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
Show description for 94812f7
tiran
authored and
miss-islington
committed
94812f7
View commit details
Copy full SHA for 94812f7
View code at this point
Browse repository at this point
Commits on Sep 20, 2018
Fixes tests requiring extra environment values on Windows (GH-9463)
zooba
authored
6c9e109
View commit details
Copy full SHA for 6c9e109
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Fix Tools/gdb/libpython.py
Show description for ed74a25
miss-islington
authored
ed74a25
View commit details
Copy full SHA for ed74a25
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
Show description for 3e630c5
tiran
authored
3e630c5
View commit details
Copy full SHA for 3e630c5
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Updated MSI README to mention dependency on .NET 3.5. (GH-8375)
Show description for 05a10b6
miss-islington
and
vsajip
authored
05a10b6
View commit details
Copy full SHA for 05a10b6
View code at this point
Browse repository at this point
Commits on Jul 21, 2018
bpo-34166: Fix warnings in Tools/msgfmt.py. (GH-8367)
Show description for 916bcc6
miss-islington
and
tirkarthi
authored
916bcc6
View commit details
Copy full SHA for 916bcc6
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7711)
Show description for 5279759
vstinner
authored
5279759
View commit details
Copy full SHA for 5279759
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
pypi.python.org -> pypi.org (GH-7613) (GH-7615)
Show description for 52ecb8c
miss-islington
and
ned-deily
committed
52ecb8c
View commit details
Copy full SHA for 52ecb8c
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
remove hg support from patchcheck (GH-7440)
Show description for 08c03cc
miss-islington
and
benjaminp
authored
08c03cc
View commit details
Copy full SHA for 08c03cc
View code at this point
Browse repository at this point
Commits on May 17, 2018
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)
zooba
authored
0d8f83f
View commit details
Copy full SHA for 0d8f83f
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
Show description for 6f87093
miss-islington
and
serhiy-storchaka
authored
6f87093
View commit details
Copy full SHA for 6f87093
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)
Show description for e0dbc57
miss-islington
and
serhiy-storchaka
authored
e0dbc57
View commit details
Copy full SHA for e0dbc57
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)
Show description for f5befbb
tiran
authored
f5befbb
View commit details
Copy full SHA for f5befbb
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
[3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5772) (#6104)
Show description for a954919
authored and
tiran
committed
a954919
View commit details
Copy full SHA for a954919
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
Show description for ec5569b
miss-islington
and
Tobotimus
authored
ec5569b
View commit details
Copy full SHA for ec5569b
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
zooba
authored
ccf7f05
View commit details
Copy full SHA for ccf7f05
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
Allows non-critical upload steps to fail (GH-4742) (#4743)
Show description for 8676ac5
miss-islington
authored and
zooba
committed
8676ac5
View commit details
Copy full SHA for 8676ac5
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
bpo-32155: Bugfixes found by flake8 F841 warnings (#4619)
Show description for 6979fcd
vstinner
authored
6979fcd
View commit details
Copy full SHA for 6979fcd
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
bpo-31944: Fixes build and Modify button (GH-4278) (#4284)
Show description for 40708cc
miss-islington
authored and
zooba
committed
40708cc
View commit details
Copy full SHA for 40708cc
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
[3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-4230) (#4253)
Show description for f8b3f6b
taleinat
authored and
vstinner
committed
f8b3f6b
View commit details
Copy full SHA for f8b3f6b
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
Update multissltests: 1.0.2m, 1.1.0g (GH-4232) (#4236)
Show description for b3af7fa
miss-islington
authored and
tiran
committed
b3af7fa
View commit details
Copy full SHA for b3af7fa
View code at this point
Browse repository at this point
Commits on Oct 23, 2017
bpo-30722: Make redemo work with Python 3.6+ (GH-2311)
Show description for a5f9d24
miss-islington
authored and
berkerpeksag
committed
a5f9d24
View commit details
Copy full SHA for a5f9d24
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
[3.6] bpo-31523: Reliability improvements to the Windows build files (GH-3900) (#3902)
Show description for 051295a
miss-islington
authored and
zooba
committed
051295a
View commit details
Copy full SHA for 051295a
View code at this point
Browse repository at this point
Commits on Oct 2, 2017
[3.6] bpo-31662: Fix typos in uploadrelease.bat script (#3858)
Show description for d6201cb
miss-islington
authored and
zooba
committed
d6201cb
View commit details
Copy full SHA for d6201cb
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
[3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3797)
Show description for ec3d34c
miss-islington
authored and
pitrou
committed
ec3d34c
View commit details
Copy full SHA for ec3d34c
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
[3.6] Update multissl test helper (GH-3349) (#3415)
Show description for 2a75012
tiran
authored
2a75012
View commit details
Copy full SHA for 2a75012
View code at this point
Browse repository at this point
Add props file for nuget packages (#3410) (#3413)
zooba
authored
cb44b62
View commit details
Copy full SHA for cb44b62
View code at this point
Browse repository at this point
[3.6] Update `make patchcheck` for blurb and NEWS.d (GH-3406)
Show description for e00e1b8
miss-islington
authored and
ncoghlan
committed
e00e1b8
View commit details
Copy full SHA for e00e1b8
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
[3.6] bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (GH-3311) (#3386)
zooba
authored
fd645ec
View commit details
Copy full SHA for fd645ec
View code at this point
Browse repository at this point
Commits on Aug 22, 2017
[3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) (#3192)
Show description for 8e57249
ambv
authored
8e57249
View commit details
Copy full SHA for 8e57249
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
[3.6] bpo-31221: patchcheck ignores external libraries (#3109) (#3116)
Show description for d23b1c4
vstinner
authored
d23b1c4
View commit details
Copy full SHA for d23b1c4
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL