2798 Commits (762bf40438a572a398e500c74e38f9894ea20a45)

Author SHA1 Message Date
Serhiy Storchaka 762bf40438 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) 9 years ago
Victor Stinner d6debb24e0 bpo-29919: Remove unused imports found by pyflakes (#137) 9 years ago
Benjamin Peterson df8280838f bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) 9 years ago
Serhiy Storchaka 80ec8364f1 bpo-29748: Added the slice index converter in Argument Clinic. (#549) 9 years ago
Steve Dower 3286123532 Takes vcruntime140.dll from the correct source. (#679) 9 years ago
Nick Coghlan 6a6d090612 bpo-29798: Handle git worktree in `make patchcheck` (#629) 9 years ago
Serhiy Storchaka 202fda55c2 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 9 years ago
Nick Coghlan 482f7a274f bpo-29656: Handle PR branches in 'make patchcheck' (#302) 9 years ago
Serhiy Storchaka b5c51d3dd9 bpo-20185: Convert float object implementation to Argument Clinic. (#543) 9 years ago
Benjamin Peterson 02371e0ed1 make the glibc alias table take precedence over the X11 one (#422) 9 years ago
Steve Dower f6e61019ae Fixes the upload script to purge the CDN correctly and display success output. (#466) 9 years ago
Steve Dower a0c07d2edd bpo-27593: Updates Windows build to use information from git (#262) 9 years ago
Lev Abalkin 661ca8843f Fixes bpo-29680: Older gdb does not have gdb.error. (#363) 9 years ago
Steve Dower 1aceb02417 bpo-29624: Adds purge step and layout test after uploading files. (#258) 9 years ago
INADA Naoki cb41b2766d bpo-29463: Add docstring field to some AST nodes. (#46) 9 years ago
Steve Dower 52a7e92e3d bpo-29579: Removes readme.txt from the installer. (#160) 9 years ago
Senthil Kumaran b2ee40ed9c Change some mercurial/ hg.python.org references. (#8) 9 years ago
Steve Dower 5288477cfd Includes ensurepip and venv packages in nuget package. 9 years ago
INADA Naoki 5566bbb8d5 Issue #29263: LOAD_METHOD support for C methods 9 years ago
Victor Stinner 611083331d python-gdb.py supports method-wrapper 9 years ago
Victor Stinner fa025f112f Update and enhance python-gdb.py 9 years ago
Victor Stinner 7612f1e36a Fix Python 2.6 support in python-gdb.py 9 years ago
Victor Stinner 093119e4eb Argument Clinic: Use METH_FASTCALL for boring positionals 9 years ago
Victor Stinner 0c8c3893ae Argument Clinic: Use METH_FASTCALL for positionals 9 years ago
Victor Stinner 3e1fad6913 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords 9 years ago
Victor Stinner 7fc252adfb Optimize _PyCFunction_FastCallKeywords() 9 years ago
Victor Stinner 610f5d739d python-gdb.py: catch gdb.error on gdb.selected_frame() 9 years ago
Steve Dower 2308740f64 Issue #28783: Replaces bdist_wininst in nuget packages with stub 9 years ago
Steve Dower e711cc0f22 Issue #28783: Replaces bdist_wininst in nuget packages with stub 9 years ago
Steve Dower 190dbd9ba2 Issue #28846: Various installer fixes 9 years ago
Victor Stinner 213cc388c7 Reintroduce Python2 support in generate_opcode_h.py 9 years ago
Victor Stinner 6193ecd779 Fix a ResourceWarning in generate_opcode_h.py 9 years ago
Steve Dower f0888cd734 Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. 9 years ago
Victor Stinner c8af302c3a Issue #28770: Update python-gdb.py for fastcalls 9 years ago
Victor Stinner eae64fda5b Issue #28770: Update python-gdb.py for fastcalls 9 years ago
Victor Stinner e3d75c63cd Issue #28770: Update python-gdb.py for fastcalls 9 years ago
Steve Dower 02a4018c6e Issue #28573: Missing sys._mercurial info and other build issues. 9 years ago
Victor Stinner 3a5d79fbc8 Issue #28023: Fix python-gdb.py on old GDB versions 9 years ago
INADA Naoki d7d2bc8798 Issue #28023: Fix python-gdb.py didn't support new dict implementation 9 years ago
Steve Dower c851817aaa Fixes incorrect path in nuget package build. 9 years ago
Steve Dower de40e1218c Issue #28573: Fixes issue with nested if blocks 9 years ago
Steve Dower 7ed2398448 Fixes incorrect merge 9 years ago
Steve Dower 4468bed2fc Issue #28573: Avoid setting up env too many times during build 9 years ago
Steve Dower 4782ab3aa3 Adds missing _asyncio.pyd to installer and generally tidies pyd management. 9 years ago
Steve Dower 43ab355e0e Removes incorrect condition from lib_pdb.msi 9 years ago
Steve Dower 31c80e8eae Revert incorrect file merge from 3.5. 9 years ago
Steve Dower fcf622e30e Updates release build to collect symbols and binaries, and create nuget package. 9 years ago
Steve Dower ec1f28a63c Fix launcher.msi from rebuilding during release build. 9 years ago
Steve Dower 425ec150ea Issue #28402: Adds signed catalog files for stdlib on Windows. 9 years ago
Steve Dower 312cef7452 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. 9 years ago