FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · binarycook/cpython · GitHub
binarycook
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on May 10, 2017
#30190: fix invalid escape sequence warnings (#1534)
giampaolo
authored
c475095
View commit details
Copy full SHA for c475095
Browse repository at this point
bpo-28787: Fix out of tree --with-dtrace builds (#135)
Show description for f6eae5b
stratakis
authored and
vstinner
committed
f6eae5b
View commit details
Copy full SHA for f6eae5b
Browse repository at this point
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)
zhangyangyu
authored
2ddf5a1
View commit details
Copy full SHA for 2ddf5a1
Browse repository at this point
bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490)
Show description for 305ccbe
serhiy-storchaka
authored
305ccbe
View commit details
Copy full SHA for 305ccbe
Browse repository at this point
bpo-30320: test_eintr now uses pthread_sigmask() (#1523)
Show description for 211a392
vstinner
authored
211a392
View commit details
Copy full SHA for 211a392
Browse repository at this point
Commits on May 9, 2017
PCbuild/build.bat: pass command line parameters when building PGO (#1510)
Show description for 291557e
char101
authored and
vstinner
committed
291557e
View commit details
Copy full SHA for 291557e
Browse repository at this point
bpo-30285: Optimize case-insensitive matching and searching (#1482)
Show description for 6d336a0
serhiy-storchaka
authored
6d336a0
View commit details
Copy full SHA for 6d336a0
Browse repository at this point
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Show description for f93234b
serhiy-storchaka
authored
f93234b
View commit details
Copy full SHA for f93234b
Browse repository at this point
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515)
Show description for dbdea62
jkloth
authored and
vstinner
committed
dbdea62
View commit details
Copy full SHA for dbdea62
Browse repository at this point
bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479)
Show description for 74683fc
vstinner
authored
74683fc
View commit details
Copy full SHA for 74683fc
Browse repository at this point
bpo-29990: Fix range checking in GB18030 decoder (#1495)
Show description for 9da408d
zhangyangyu
authored
9da408d
View commit details
Copy full SHA for 9da408d
Browse repository at this point
bpo-30289: remove Misc/python-config.sh when make distclean (#1498)
zhangyangyu
authored
fa5abac
View commit details
Copy full SHA for fa5abac
Browse repository at this point
Commits on May 8, 2017
bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991)
PierreQuentel
authored and
orsenthil
committed
cc3fa20
View commit details
Copy full SHA for cc3fa20
Browse repository at this point
Fix a trivial typo in global section (#1497)
DimitrisJim
authored and
orsenthil
committed
f34c685
View commit details
Copy full SHA for f34c685
Browse repository at this point
Commits on May 7, 2017
Closes bpo-30168: indent methods in Logger Class (#1295)
DimitrisJim
authored and
vsajip
committed
55ace65
View commit details
Copy full SHA for 55ace65
Browse repository at this point
Commits on May 6, 2017
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
serhiy-storchaka
authored
3763ea8
View commit details
Copy full SHA for 3763ea8
Browse repository at this point
Commits on May 5, 2017
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Show description for a12df7b
JelleZijlstra
authored and
brettcannon
committed
a12df7b
View commit details
Copy full SHA for a12df7b
Browse repository at this point
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
Show description for a1054c3
torsava
authored and
vstinner
committed
a1054c3
View commit details
Copy full SHA for a1054c3
Browse repository at this point
bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)
masklinn
authored and
berkerpeksag
committed
c07b3a1
View commit details
Copy full SHA for c07b3a1
Browse repository at this point
bpo-30279: Remove unused Python/thread_foobar.h (#1473)
Show description for fdaeea6
ma8ma
authored and
vstinner
committed
fdaeea6
View commit details
Copy full SHA for fdaeea6
Browse repository at this point
bpo-30264: ExpatParser closes the source on error (#1451)
Show description for ef9c0e7
vstinner
authored
ef9c0e7
View commit details
Copy full SHA for ef9c0e7
Browse repository at this point
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468)
serhiy-storchaka
authored
7186cc2
View commit details
Copy full SHA for 7186cc2
Browse repository at this point
bpo-30243: Fixed the possibility of a crash in _json. (#1420)
Show description for 76a3e51
serhiy-storchaka
authored
76a3e51
View commit details
Copy full SHA for 76a3e51
Browse repository at this point
bpo-30215: Make re.compile() locale agnostic. (#1361)
Show description for 898ff03
serhiy-storchaka
authored
898ff03
View commit details
Copy full SHA for 898ff03
Browse repository at this point
Commits on May 4, 2017
Make code coverage less strict (GH-1438)
Show description for 647c3d3
brettcannon
authored
647c3d3
View commit details
Copy full SHA for 647c3d3
Browse repository at this point
bpo-30273: Update sysconfig (#1464)
Show description for b109a1d
vstinner
authored
b109a1d
View commit details
Copy full SHA for b109a1d
Browse repository at this point
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Show description for 6dd4d73
pitrou
authored
6dd4d73
View commit details
Copy full SHA for 6dd4d73
Browse repository at this point
bpo-30263: regrtest: log system load (#1452)
Show description for 3d00568
vstinner
authored
3d00568
View commit details
Copy full SHA for 3d00568
Browse repository at this point
bpo-29956: Improve the math.exp() related documentation. (#1073)
serhiy-storchaka
authored
dbaf746
View commit details
Copy full SHA for dbaf746
Browse repository at this point
bpo-30166: Import command-line parsing modules only when needed. (#1293)
serhiy-storchaka
authored
7e4db2f
View commit details
Copy full SHA for 7e4db2f
Browse repository at this point
Commits on May 3, 2017
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Show description for 1c4670e
vstinner
authored
1c4670e
View commit details
Copy full SHA for 1c4670e
Browse repository at this point
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
serhiy-storchaka
authored
5f161fd
View commit details
Copy full SHA for 5f161fd
Browse repository at this point
Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)
Show description for feec3dc
tiran
authored
feec3dc
View commit details
Copy full SHA for feec3dc
Browse repository at this point
Explicitly mention what should (not) be discussed on GitHub (GH-1437)
brettcannon
authored
7fdd309
View commit details
Copy full SHA for 7fdd309
Browse repository at this point
bpo-28315: Improve code examples in docs (GH-1372)
Show description for 8856940
ultimatecoder
authored and
Mariatta
committed
8856940
View commit details
Copy full SHA for 8856940
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL