Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
df8280838f52d6ec45ba03ef734b0dec8a9c43fb
/
Tools
df82808
bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713)
by Benjamin Peterson
· 8 years ago
80ec836
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
by Serhiy Storchaka
· 8 years ago
3286123
Takes vcruntime140.dll from the correct source. (#679)
by Steve Dower
· 8 years ago
6a6d090
bpo-29798: Handle git worktree in `make patchcheck` (#629)
by Nick Coghlan
· 8 years ago
202fda5
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
by Serhiy Storchaka
· 8 years ago
482f7a2
bpo-29656: Handle PR branches in 'make patchcheck' (#302)
by Nick Coghlan
· 8 years ago
b5c51d3
bpo-20185: Convert float object implementation to Argument Clinic. (#543)
by Serhiy Storchaka
· 8 years ago
02371e0
make the glibc alias table take precedence over the X11 one (#422)
by Benjamin Peterson
· 8 years ago
f6e6101
Fixes the upload script to purge the CDN correctly and display success output. (#466)
by Steve Dower
· 8 years ago
a0c07d2
bpo-27593: Updates Windows build to use information from git (#262)
by Steve Dower
· 8 years ago
661ca88
Fixes bpo-29680: Older gdb does not have gdb.error. (#363)
by Lev Abalkin
· 8 years ago
1aceb02
bpo-29624: Adds purge step and layout test after uploading files. (#258)
by Steve Dower
· 8 years ago
cb41b27
bpo-29463: Add docstring field to some AST nodes. (#46)
by INADA Naoki
· 8 years ago
52a7e92
bpo-29579: Removes readme.txt from the installer. (#160)
by Steve Dower
· 8 years ago
b2ee40e
Change some mercurial/ hg.python.org references. (#8)
by Senthil Kumaran
· 8 years ago
d947e4d
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 8 years ago
f007b49
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 8 years ago
5288477
Includes ensurepip and venv packages in nuget package.
by Steve Dower
· 8 years ago
5566bbb
Issue #29263: LOAD_METHOD support for C methods
by INADA Naoki
· 8 years ago
6110833
python-gdb.py supports method-wrapper
by Victor Stinner
· 8 years ago
fa025f1
Update and enhance python-gdb.py
by Victor Stinner
· 8 years ago
7612f1e
Fix Python 2.6 support in python-gdb.py
by Victor Stinner
· 8 years ago
093119e
Argument Clinic: Use METH_FASTCALL for boring positionals
by Victor Stinner
· 8 years ago
0c8c389
Argument Clinic: Use METH_FASTCALL for positionals
by Victor Stinner
· 8 years ago
3e1fad6
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
by Victor Stinner
· 8 years ago
7fc252a
Optimize _PyCFunction_FastCallKeywords()
by Victor Stinner
· 8 years ago
1d59a0a
Merge 3.6
by Victor Stinner
· 8 years ago
cb5fe9c
Merge 3.5
by Victor Stinner
· 8 years ago
610f5d7
python-gdb.py: catch gdb.error on gdb.selected_frame()
by Victor Stinner
· 8 years ago
8bfba84
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 8 years ago
b227227
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 8 years ago
e711cc0
Issue #28783: Replaces bdist_wininst in nuget packages with stub
by Steve Dower
· 8 years ago
9cc113a
Issue #28846: Various installer fixes
by Steve Dower
· 8 years ago
1058109
Issue #28846: Various installer fixes
by Steve Dower
· 8 years ago
190dbd9
Issue #28846: Various installer fixes
by Steve Dower
· 8 years ago
213cc38
Reintroduce Python2 support in generate_opcode_h.py
by Victor Stinner
· 8 years ago
6193ecd
Fix a ResourceWarning in generate_opcode_h.py
by Victor Stinner
· 8 years ago
d2140cc
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 8 years ago
2a94301
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 8 years ago
f0888cd
Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command.
by Steve Dower
· 8 years ago
eae64fd
Issue #28770: Update python-gdb.py for fastcalls
by Victor Stinner
· 8 years ago
e3d75c6
Issue #28770: Update python-gdb.py for fastcalls
by Victor Stinner
· 8 years ago
bbf32e1
Issue #28573: Missing sys._mercurial info and other build issues.
by Steve Dower
· 8 years ago
02a4018
Issue #28573: Missing sys._mercurial info and other build issues.
by Steve Dower
· 8 years ago
9ad8a63
Merge 3.6
by Victor Stinner
· 8 years ago
3a5d79f
Issue #28023: Fix python-gdb.py on old GDB versions
by Victor Stinner
· 8 years ago
ff33c93
Issue #28023: Fix python-gdb.py didn't support new dict implementation
by INADA Naoki
· 8 years ago
d7d2bc8
Issue #28023: Fix python-gdb.py didn't support new dict implementation
by INADA Naoki
· 8 years ago
c851817
Fixes incorrect path in nuget package build.
by Steve Dower
· 8 years ago
9ee351f
Issue #28573: Fixes issue with nested if blocks
by Steve Dower
· 8 years ago
de40e12
Issue #28573: Fixes issue with nested if blocks
by Steve Dower
· 8 years ago
7ed2398
Fixes incorrect merge
by Steve Dower
· 8 years ago
e044dfa
Issue #28573: Avoid setting up env too many times during build
by Steve Dower
· 8 years ago
4468bed
Issue #28573: Avoid setting up env too many times during build
by Steve Dower
· 8 years ago
4782ab3
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
by Steve Dower
· 8 years ago
27c22f9
Adds missing _asyncio.pyd to installer and generally tidies pyd management.
by Steve Dower
· 8 years ago
fcb5c64
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 8 years ago
d14ae16
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 8 years ago
43ab355
Removes incorrect condition from lib_pdb.msi
by Steve Dower
· 8 years ago
26d4d76
Merge from 3.6
by Steve Dower
· 8 years ago
31c80e8
Revert incorrect file merge from 3.5.
by Steve Dower
· 8 years ago
43d2b26
Merge from 3.5
by Steve Dower
· 8 years ago
fcf622e
Updates release build to collect symbols and binaries, and create nuget package.
by Steve Dower
· 8 years ago
66fe8fe
Fix launcher.msi from rebuilding during release build.
by Steve Dower
· 8 years ago
ec1f28a
Fix launcher.msi from rebuilding during release build.
by Steve Dower
· 8 years ago
15d3d8b
Issue #28402: Adds signed catalog files for stdlib on Windows.
by Steve Dower
· 8 years ago
425ec15
Issue #28402: Adds signed catalog files for stdlib on Windows.
by Steve Dower
· 8 years ago
4a8ff9e
Issue #28217: Adds _testconsole module to test console input.
by Steve Dower
· 8 years ago
312cef7
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
by Steve Dower
· 8 years ago
3e7d93d
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 8 years ago
7652853
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 8 years ago
fb4a96a
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 8 years ago
3e56c23
regrtest: add -u for unbuffered stdout/stderr
by Victor Stinner
· 8 years ago
e8ef95e
Fixes bad merge for issue #28110
by Steve Dower
· 8 years ago
7e3dfd1
Fixes bad merge for issue #28110
by Steve Dower
· 8 years ago
f4fc1d1
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 8 years ago
7358efa
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 8 years ago
1c75c18
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 8 years ago
64566db
Merge with 3.6
by Steve Dower
· 8 years ago
ed51b26
Issue #28137: Renames Windows path file to ._pth
by Steve Dower
· 8 years ago
640463a
merge 3.6
by Benjamin Peterson
· 8 years ago
6775231
Unicode 9.0.0
by Benjamin Peterson
· 8 years ago
1cd53f6
Issue #26830: Refactor Tools/scripts/google.py
by Berker Peksag
· 8 years ago
13b97e3
Remove pybench microbenchmark
by Victor Stinner
· 8 years ago
41fca9d
Updates zip and nuget builds for Windows.
by Steve Dower
· 8 years ago
2f462a6
Buildbot: give 20 minute per test file
by Victor Stinner
· 8 years ago
e7da2f8
Make PGO use usual build directory on Windows.
by Steve Dower
· 8 years ago
bdb847a
Issue #27952: Merge fixcid.py from 3.5
by Martin Panter
· 8 years ago
b766538
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 8 years ago
d07b66b
Backed out changeset 491bbba73bca
by Zachary Ware
· 8 years ago
e103aac
Show regrtest env changed warn on Windows buildbot
by Victor Stinner
· 8 years ago
528db31
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
by Steve Dower
· 8 years ago
f0ccbbb
Emit METH_FASTCALL code in Argument Clinic
by Victor Stinner
· 8 years ago
052828d
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
by Steve Dower
· 8 years ago
c4b53af
Issue #28046: Remove platform-specific directories from sys.path
by Zachary Ware
· 8 years ago
d6c580c
Issue #25144: Ensures TargetDir is set before continuing with custom install.
by Steve Dower
· 8 years ago
c87ae80
Issue #25144: Ensures TargetDir is set before continuing with custom install.
by Steve Dower
· 8 years ago
5daba1a
Remove buildbot diagnostic code.
by Steve Dower
· 8 years ago
664cc50
Remove another useless buildbot script
by Zachary Ware
· 8 years ago
37df068
Expands buildbot validation code
by Steve Dower
· 8 years ago
Next »