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
*
bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)
PatrikKopkan
2019-09-05
1
-5/+34
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
Rémi Lapeyre
2019-08-29
1
-80/+101
*
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
Raymond Hettinger
2019-08-29
1
-1/+1
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-6/+18
*
bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128)
Greg Price
2019-08-15
1
-2/+5
*
bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-...
Greg Price
2019-08-14
1
-33/+35
*
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
Greg Price
2019-08-13
1
-24/+20
*
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
Greg Price
2019-08-13
1
-133/+109
*
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
Paul Monson
2019-08-08
1
-0/+1
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-2/+6
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
Victor Stinner
2019-07-30
2
-172/+0
*
Fix publishing of Windows release (GH-15006)
Steve Dower
2019-07-29
1
-0/+4
*
Enable publish of Windows releases through Azure Pipelines (GH-14720)
Steve Dower
2019-07-13
1
-1/+0
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
1
-2/+2
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-2/+4
*
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
2019-06-21
4
-37/+1
*
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
Paul Monson
2019-06-21
1
-1/+1
*
bpo-36511: Improve ARM32 buildbot scripts (GH-14251)
Paul Monson
2019-06-20
3
-23/+29
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
1
-2/+1
*
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...
Paul Monson
2019-06-19
3
-11/+87
*
Fix Windows release build issues (GH-14091)
Steve Dower
2019-06-14
1
-2/+2
*
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
2019-06-14
10
-85/+64
*
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
Paul Monson
2019-06-07
1
-1/+1
*
bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866)
Steve Dower
2019-06-06
1
-2/+3
*
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
Christian Heimes
2019-06-03
1
-1/+2
*
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Christian Heimes
2019-06-03
1
-3/+3
*
Add description to the command line help of the argument clinic (GH-8518)
Tim Hoffmann
2019-06-02
1
-1/+8
*
Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558)
Stefan Behnel
2019-06-01
1
-263/+275
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
1
-1/+1
*
bpo-36974: Fix GDB integration (GH-13665)
Petr Viktorin
2019-05-29
1
-1/+2
*
bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (G...
Chih-Hsuan Yen
2019-05-26
1
-0/+2
*
bpo-36511: Ensure error code propagates out of batch files (GH-13529)
Paul Monson
2019-05-24
1
-2/+2
*
bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351)
Paul Monson
2019-05-15
1
-1/+1
*
bpo-36511: Windows ARM32 buildbot changes (GH-12917)
Paul Monson
2019-05-15
1
-0/+35
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
1
-1/+1
*
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
Zackery Spytz
2019-05-02
1
-4/+3
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-2/+6
*
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
周家未
2019-04-22
1
-1/+1
*
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki
2019-04-16
1
-1/+1
*
bpo-36345: Update wsgiref example (GH-12562)
Stéphane Wirtel
2019-04-16
1
-2/+3
*
Allow Windows layout builds to fully skip code signing (GH-12808)
Steve Dower
2019-04-12
2
-3/+8
*
Enable building nuget packages for ARM32 (GH-12669)
Paul Monson
2019-04-12
3
-3/+36
*
Tools/importbench: Fix a misplaced stderr= (GH-12690)
Anthony Sottile
2019-04-05
1
-2/+2
*
bpo-36085: Add installer check for KB2533625 (GH-12636)
Steve Dower
2019-03-31
3
-10/+31
*
bpo-36010: Add venv to the nuget distribution (GH-12367)
Paul Moore
2019-03-30
1
-1/+1
*
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)
Serhiy Storchaka
2019-03-30
27
-258/+248
*
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka
2019-03-30
5
-228/+226
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
1
-0/+6
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)
Steve Dower
2019-03-27
1
-0/+15
[next]