summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-0518-189/+568
* Issue #27756: Updates installer icons to be the console and launcher icon ins...Steve Dower2016-09-052-2/+5
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-056-164/+399
|\
| * Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-056-164/+393
* | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound.Zachary Ware2016-09-055-17/+64
* | Closes #27748: Merge with 3.5Zachary Ware2016-09-052-203/+62
|\ \ | |/
| * Issue #27748: Simplify test_winsound.Zachary Ware2016-09-052-203/+62
* | Issue #27756: Adds new icons for Python files and processes on Windows. Desig...Steve Dower2016-09-0536-11/+84
* | merge 3.5 (#27957)Benjamin Peterson2016-09-051-1/+1
|\ \ | |/
| * remove ungrammarical apostrophe (closes #27957)Benjamin Peterson2016-09-051-1/+1
* | MergeRaymond Hettinger2016-09-051-0/+6
|\ \ | |/
| * Improve recipe by showing results of intermediate stepsRaymond Hettinger2016-09-051-0/+6
* | Fix get_externals.batZachary Ware2016-09-051-1/+1
* | Issue #27883: Update sqlite to 3.14.1 on WindowsZachary Ware2016-09-053-2/+4
* | remove memory indirections in dict_traverse (closes #27956)Benjamin Peterson2016-09-051-9/+11
* | Issue #27830: Remove unused _PyStack_AsDict()Victor Stinner2016-09-051-34/+0
* | fix skipping #27921 for windowsBenjamin Peterson2016-09-051-2/+1
* | Closes #27407: Merge with 3.5Zachary Ware2016-09-051-1/+6
|\ \ | |/
| * Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatibleZachary Ware2016-09-051-1/+6
* | merge 3.5 (#27812)Benjamin Peterson2016-09-052-1/+7
|\ \ | |/
| * clear out f_gen during generator finalization (closes #27812)Benjamin Peterson2016-09-052-1/+7
* | merge 3.5Benjamin Peterson2016-09-050-0/+0
|\ \ | |/
| * merge headsBenjamin Peterson2016-09-052-3/+8
| |\
* | \ merge headsBenjamin Peterson2016-09-052-3/+7
|\ \ \
| * \ \ Minor improvements to the vcs ignore filesSteve Dower2016-09-052-3/+7
| |\ \ \ | | | |/ | | |/|
| | * | Minor improvements to the vcs ignore filesSteve Dower2016-09-052-3/+8
* | | | merge 3.5 (closes #27811)Benjamin Peterson2016-09-053-12/+24
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | do not allow _PyGen_Finalize to fail (closes #27811)Benjamin Peterson2016-09-053-12/+24
| |/
* | Merge with 3.5Terry Jan Reedy2016-09-051-2/+3
|\ \ | |/
| * Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
* | issue23591: more docs; slight change to reprEthan Furman2016-09-043-15/+23
* | MergeRaymond Hettinger2016-09-041-2/+2
|\ \ | |/
| * Issue 27936: Update doc for round() to indicate that None is an allowable arg...Raymond Hettinger2016-09-041-2/+2
* | MergeRaymond Hettinger2016-09-042-5/+10
|\ \ | |/
| * Improve docs for random.seed()Raymond Hettinger2016-09-042-5/+10
* | Add Francisco Couzo to Misc/ACKS (for issue #27427 patch).Mark Dickinson2016-09-041-0/+1
* | Issue #27427: Additional tests for the math module. Thanks Francisco Couzo.Mark Dickinson2016-09-042-6/+24
* | Issue #27953: skip failing math and cmath tests for tan on OS X 10.4.Mark Dickinson2016-09-043-1/+41
* | Issue #26040: Improve test_math and test_cmath coverage and rigour. Thanks Je...Mark Dickinson2016-09-033-87/+322
* | Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-033-4/+14
* | Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-037-11/+393
* | Closes #27935: returned numeric value for 'FATAL' logging level.Vinay Sajip2016-09-032-0/+5
* | Merge upstream change.Vinay Sajip2016-09-031-14/+14
|\ \
| * | Issue 27921: Remove backslash from another f-string. I'll revert this change ...Eric V. Smith2016-09-031-14/+14
* | | Closes #27937: Merge fix from 3.5.Vinay Sajip2016-09-030-0/+0
|\ \ \ | | |/ | |/|
| * | Fixes #27937: optimise code used in all logging calls.Vinay Sajip2016-09-031-4/+5
* | | Fixes #27937: optimise code used in all logging calls.Vinay Sajip2016-09-031-2/+3
| |/ |/|
* | Issue 27921: Remove backslash from another f-string.Eric V. Smith2016-09-031-1/+1
* | Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-036-98/+69
* | MergeRaymond Hettinger2016-09-034-2/+17
|\ \ | |/