| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-20361: Remove workaround for a now fixed bug (#5283) | Victor Stinner | 2018-01-23 | 1 | -3/+0 |
|
|
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -1/+1 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 1 | -1/+1 |
|
|
* | bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) | Christian Heimes | 2018-01-16 | 1 | -52/+69 |
|
|
* | bpo-32507: Change Windows install to include app-local UCRT (#5119) | Steve Dower | 2018-01-09 | 10 | -81/+68 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 1 | -2/+2 |
|
|
* | bpo-32297: Few misspellings found in Python source code comments. (#4803) | Mike | 2017-12-14 | 1 | -1/+1 |
|
|
* | Allows non-critical upload steps to fail (#4742) | Steve Dower | 2017-12-06 | 1 | -3/+3 |
|
|
* | bpo-32159: Remove tools for CVS and Subversion (#4615) | Victor Stinner | 2017-11-28 | 3 | -326/+0 |
|
|
* | bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) | Victor Stinner | 2017-11-28 | 1 | -1/+1 |
|
|
* | bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) | Victor Stinner | 2017-11-24 | 1 | -1/+0 |
|
|
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -3/+3 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | bpo-31944: Fixes build and Modify button (#4278) | Steve Dower | 2017-11-04 | 2 | -3/+4 |
|
|
* | bpo-31926: fix missing *_METHODDEF statements by argument clinic (#4230) | Tal Einat | 2017-11-03 | 1 | -2/+2 |
|
|
* | Update multissltests: 1.0.2m, 1.1.0g (#4232) | Christian Heimes | 2017-11-02 | 1 | -3/+2 |
|
|
* | bpo-31827: Remove os.stat_float_times() (GH-4061) | Victor Stinner | 2017-10-24 | 1 | -1/+0 |
|
|
* | bpo-31810: Add smelly.py to check exported symbols (#4057) | Victor Stinner | 2017-10-24 | 1 | -0/+78 |
|
|
* | bpo-30722: Make redemo work with Python 3.6+ (GH-2311) | Christoph Sarnowski | 2017-10-23 | 1 | -2/+1 |
|
|
* | bpo-31523: Reliability improvements to the Windows build files (#3900) | Steve Dower | 2017-10-05 | 4 | -26/+55 |
|
|
* | bpo-31662: Fix typos in uploadrelease.bat script | Anselm Kruis | 2017-10-02 | 1 | -3/+3 |
|
|
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 11 | -25/+25 |
|
|
* | bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) | Antoine Pitrou | 2017-09-20 | 1 | -0/+28 |
|
|
* | bpo-31462: Remove trailing whitespaces. (#3564) | Serhiy Storchaka | 2017-09-14 | 1 | -1/+1 |
|
|
* | Simplify run_tests.py (#3482) | Antoine Pitrou | 2017-09-10 | 1 | -5/+1 |
|
|
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 5 | -84/+12 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#3397) | Eric Snow | 2017-09-08 | 3 | -0/+981 |
|
|
* | Add props file for nuget packages (#3410) | Steve Dower | 2017-09-07 | 5 | -3/+76 |
|
|
* | Update multissl test helper (#3349) | Christian Heimes | 2017-09-07 | 2 | -241/+430 |
|
|
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201... | Steve Dower | 2017-09-06 | 2 | -2/+24 |
|
|
* | Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) | Eric Snow | 2017-09-06 | 3 | -981/+0 |
|
|
* | bpo-30860: Consolidate stateful runtime globals. (#2594) | Eric Snow | 2017-09-06 | 3 | -0/+981 |
|
|
* | remove IRIX support (closes bpo-31341) (#3310) | Benjamin Peterson | 2017-09-04 | 1 | -4/+4 |
|
|
* | bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) | Łukasz Langa | 2017-08-21 | 1 | -9/+11 |
|
|
* | Adds nuget symbols package for daily builds. (#3122) | Steve Dower | 2017-08-17 | 2 | -3/+28 |
|
|
* | bpo-31221: patchcheck ignores external libraries (#3109) | Victor Stinner | 2017-08-17 | 1 | -2/+20 |
|
|
* | bpo-30983: Revert changes which broke most buildbots (#3100) | Victor Stinner | 2017-08-16 | 1 | -4/+2 |
|
|
* | bpo-30983: eval frame rename in pep 0523 broke gdb's python extension (#2803) | Bruno "Polaco" Penteado | 2017-08-14 | 1 | -2/+4 |
|
|
* | Fix build batch files (#2750) | Steve Dower | 2017-07-26 | 6 | -21/+49 |
|
|
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 7 | -36/+28 |
|
|
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 1 | -10/+7 |
|
|
* | buildbot: pass --fail-env-changed to regrtest (#2509) | Victor Stinner | 2017-06-30 | 1 | -1/+1 |
|
|
* | Update `make patchcheck` for blurb and NEWS.d (#2381) | Antoine Pitrou | 2017-06-25 | 1 | -5/+5 |
|
|
* | Check the whitespace of pull requests on Travis (GH-2367) | Brett Cannon | 2017-06-24 | 1 | -2/+32 |
|
|
* | bpo-30736: upgrade to Unicode 10.0 (#2344) | Benjamin Peterson | 2017-06-23 | 1 | -4/+5 |
|
|
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars... | Steve Dower | 2017-06-19 | 4 | -22/+25 |
|
|
* | Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245) | Victor Stinner | 2017-06-16 | 1 | -11/+2 |
|
|
* | bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) | Zachary Ware | 2017-06-16 | 1 | -19/+99 |
|
|
* | bpo-30673: test.bat: add -t option (timeout) (#2211) | Victor Stinner | 2017-06-15 | 1 | -2/+11 |
|
|
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 11 | -657/+657 |
|
|