FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for PC - 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
PC
on
2.7
User selector
Datepicker
Commit history
Commits on Oct 23, 2019
bpo-37025: AddRefActCtx() shouldn't be checked for failure (GH-16897)
Show description for 009a692
ZackerySpytz
authored and
zooba
committed
009a692
View commit details
Copy full SHA for 009a692
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
bpo-38174 follow up: Remove loadlibrary.c from VS9.0. (GH-16411)
benjaminp
authored
90b4e49
View commit details
Copy full SHA for 90b4e49
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-15822)
Show description for 289c5ea
ZackerySpytz
authored and
zooba
committed
289c5ea
View commit details
Copy full SHA for 289c5ea
View code at this point
Browse repository at this point
Commits on Aug 5, 2019
[2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062). (GH-15133)
Show description for 35f9bcc
David H
authored and
serhiy-storchaka
committed
35f9bcc
View commit details
Copy full SHA for 35f9bcc
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
[2.7] bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH-12916)
Show description for 84efbae
ZackerySpytz
authored and
miss-islington
committed
84efbae
View commit details
Copy full SHA for 84efbae
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)
Show description for b19943e
miss-islington
and
ZackerySpytz
authored
b19943e
View commit details
Copy full SHA for b19943e
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
[2.7] bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one character (GH-4517) (GH-11749)
Show description for d5409eb
uranusjr
authored and
miss-islington
committed
d5409eb
View commit details
Copy full SHA for d5409eb
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
bpo-11566: Remove hypot -> _hypot macro for very old compilers (GH-11283)
Show description for 000b809
thewtex
authored and
methane
committed
000b809
View commit details
Copy full SHA for 000b809
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
Show description for f51a466
miss-islington
and
ZackerySpytz
authored
f51a466
View commit details
Copy full SHA for f51a466
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
serhiy-storchaka
authored
48c8bf2
View commit details
Copy full SHA for 48c8bf2
View code at this point
Browse repository at this point
Commits on Jun 21, 2018
bpo-33931: Fix building using PC\VS9.0\build.bat -e (GH-7844)
Show description for 7b383a5
Anselm Kruis
authored and
zware
committed
7b383a5
View commit details
Copy full SHA for 7b383a5
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446)
Show description for d098098
vstinner
authored
d098098
View commit details
Copy full SHA for d098098
View code at this point
Browse repository at this point
Commits on Nov 26, 2017
bpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550)
zware
authored
be1faab
View commit details
Copy full SHA for be1faab
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
Fix a memory leak in _msi.c (GH-4127) (#4308)
Show description for b74c3d4
miss-islington
authored and
vstinner
committed
b74c3d4
View commit details
Copy full SHA for b74c3d4
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
[2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3595)
orenmn
authored and
serhiy-storchaka
committed
c7f165f
View commit details
Copy full SHA for c7f165f
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
[2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306)
Show description for 986b7ff
zware
authored
986b7ff
View commit details
Copy full SHA for 986b7ff
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145)
Show description for ec4ab09
vstinner
authored
ec4ab09
View commit details
Copy full SHA for ec4ab09
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects (#2572)
segevfiner
authored and
vstinner
committed
d0ae4be
View commit details
Copy full SHA for d0ae4be
View code at this point
Browse repository at this point
Commits on Jun 24, 2017
[2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372)
Show description for 9dda2ca
serhiy-storchaka
authored
9dda2ca
View commit details
Copy full SHA for 9dda2ca
View code at this point
Browse repository at this point
Commits on Jun 21, 2017
bpo-29591: Update VS project files (#2310)
Show description for ab3b0ad
jkloth
authored and
vstinner
committed
ab3b0ad
View commit details
Copy full SHA for ab3b0ad
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
bpo-30368: Update build_ssl.py to restore Perl-less building (#1805)
Show description for ebbccea
jkloth
authored and
vstinner
committed
ebbccea
View commit details
Copy full SHA for ebbccea
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
[2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)
Show description for 5fe8ac6
zware
authored
5fe8ac6
View commit details
Copy full SHA for 5fe8ac6
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)
zware
authored
f9a6516
View commit details
Copy full SHA for f9a6516
View code at this point
Browse repository at this point
Commits on Jan 2, 2017
ring in 2017 for Python
benjaminp
committed
ea02cdc
View commit details
Copy full SHA for ea02cdc
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Fix PC/VS9.0/build_ssl.py for recent OpenSSL
zware
committed
14269d9
View commit details
Copy full SHA for 14269d9
View code at this point
Browse repository at this point
Commits on Nov 1, 2016
Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0
zware
committed
333b617
View commit details
Copy full SHA for 333b617
View code at this point
Browse repository at this point
Commits on Oct 11, 2016
Issue #28248: Update Windows build to use OpenSSL 1.0.2j
zware
committed
8fb09ad
View commit details
Copy full SHA for 8fb09ad
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28139: Fix messed up indentation
Show description for ca56dd4
vadmium
committed
ca56dd4
View commit details
Copy full SHA for ca56dd4
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Issue #24366: Fix indentation
Show description for 5f75502
vadmium
committed
5f75502
View commit details
Copy full SHA for 5f75502
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Issue #24594: Validates persist parameter when opening MSI database
zooba
committed
b420601
View commit details
Copy full SHA for b420601
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Issue #26930: Update Windows build to OpenSSL 1.0.2h
zware
committed
c59a92b
View commit details
Copy full SHA for c59a92b
View code at this point
Browse repository at this point
Commits on Jun 10, 2016
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
Show description for a0f2295
doko42
committed
a0f2295
View commit details
Copy full SHA for a0f2295
View code at this point
Browse repository at this point
Commits on May 8, 2016
Corrections for a/an in code comments and documentation
vadmium
committed
4f23cab
View commit details
Copy full SHA for 4f23cab
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy-storchaka
committed
9a118f1
View commit details
Copy full SHA for 9a118f1
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Correct "a" article to "an" article
Show description for b362f75
vadmium
committed
b362f75
View commit details
Copy full SHA for b362f75
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL