summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-302-24/+28
|\ \ \ \ | |/ / / | | | | | | | | Based on patch by Gabriel Genellina.
| * | | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-302-24/+28
| | | | | | | | | | | | | | | | Based on patch by Gabriel Genellina.
* | | | Merge 3.5 (copy doc)Victor Stinner2016-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #27416: clarify copy docVictor Stinner2016-06-301-1/+1
| | | | | | | | | | | | | | | | Patch written by R. David Murray.
* | | | Issue #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-302-7/+11
|\ \ \ \ | |/ / /
| * | | Issue #27418: Fixed Tools/importbench/importbench.py.Serhiy Storchaka2016-06-302-7/+11
| | | |
* | | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-297-15/+131
| | | |
* | | | Fix issue #27402: example for typing did not type-check. (Merge 3.5->3.6)Guido van Rossum2016-06-281-2/+2
|\ \ \ \ | |/ / /
| * | | Fix issue #27402: example for typing did not type-check.Guido van Rossum2016-06-281-2/+2
| | | |
* | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-1/+13
|\ \ \ \ | |/ / /
| * | | asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-282-1/+13
| | | | | | | | | | | | | | | | Patch by Martin Richard. GH PR #365.
* | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-0/+17
|\ \ \ \ | |/ / /
| * | | asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-282-0/+17
| | | | | | | | | | | | | | | | Patch by Richard Walker.
* | | | Issue #27352: Fixed an error message in a test.Serhiy Storchaka2016-06-271-1/+1
| | | |
* | | | Merge from 3.5Steve Dower2016-06-271-0/+74
|\ \ \ \ | |/ / /
| * | | Adds script for purging the caching server for downloads on python.org.Steve Dower2016-06-271-0/+74
| | | |
* | | | Issue #27352: Correct the validation of the ImportFrom AST node and simplifySerhiy Storchaka2016-06-272-11/+3
| | | | | | | | | | | | | | | | the implementation of the IMPORT_NAME opcode.
* | | | Merge from 3.5Steve Dower2016-06-271-0/+55
|\ \ \ \ | |/ / /
| * | | Adds batch file to build nuget packages.Steve Dower2016-06-271-0/+55
| | | |
* | | | Merge from 3.5Steve Dower2016-06-272-11/+29
|\ \ \ \ | |/ / /
| * | | Include libs folder in nuget package and allow preinstalling packagesSteve Dower2016-06-272-11/+29
| | | |
* | | | Issue #27255: Added more predictions in ceval.c.Serhiy Storchaka2016-06-271-2/+12
| | | |
* | | | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #27393: Fix escaping of C:\ tooBerker Peksag2016-06-271-2/+2
| | | |
* | | | Issue #27393: Merge from 3.5Berker Peksag2016-06-271-2/+2
|\ \ \ \ | |/ / /
| * | | Issue #27393: Fix escaping of venv activate commands on WindowsBerker Peksag2016-06-271-2/+2
| | | | | | | | | | | | | | | | Patch by Manuel Kaufmann.
* | | | Merge from 3.5.Larry Hastings2016-06-272-1/+5
|\ \ \ \ | |/ / /
| * | | Null merge from 3.4 (well, except, pull in the tag for 3.4.5.)Larry Hastings2016-06-271-0/+1
| |\ \ \ | | |/ /
| | * | Merge.Larry Hastings2016-06-273-5/+11
| | |\ \
| | * | | Post-release fixups for Python 3.4.5.Larry Hastings2016-06-272-1/+13
| | | | |
| | * | | Added tag v3.4.5 for changeset 619b61e505d0Larry Hastings2016-06-251-0/+1
| | | | |
| | * | | Version bump for 3.4.5 final.v3.4.5Larry Hastings2016-06-253-5/+16
| | | | |
| | * | | Regenerate pydoc topics for 3.4.5 final.Larry Hastings2016-06-251-1/+1
| | | | |
| | * | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| | | | |
| * | | | Merge.Larry Hastings2016-06-27110-794/+1523
| |\ \ \ \
| * | | | | Post-release fixups for Python 3.5.2.Larry Hastings2016-06-272-3/+15
| | | | | |
| * | | | | Added tag v3.5.2 for changeset 4def2a2901a5Larry Hastings2016-06-251-0/+1
| | | | | |
| * | | | | Version number bump for 3.5.2 final.v3.5.2Larry Hastings2016-06-252-5/+5
| | | | | |
| * | | | | Update pydoc topics for 3.5.2 final.Larry Hastings2016-06-251-1/+1
| | | | | |
| * | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.Terry Jan Reedy2016-06-222-3/+3
| | | | | |
| * | | | | alter header; '%' really throws latex through a loopBenjamin Peterson2016-06-221-2/+2
| | | | | |
| * | | | | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-154-5/+14
| | | | | |
| * | | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| | | | | |
* | | | | | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-276-188/+326
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned.
* | | | | | Merge Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-262-0/+26
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-262-1/+21
| | | | | |
* | | | | | Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-264-48/+62
| | | | | | | | | | | | | | | | | | | | | | | | In 3.6, the warning is now called an error, making it harder to ignore.
* | | | | | Issue #22115: Updated Misc/NEWS.Serhiy Storchaka2016-06-262-3/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #22115: Fixed tracing Tkinter variables:Serhiy Storchaka2016-06-263-8/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tracing in the "u" mode now works * trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings
* | | | | | Issue #22115: Added methods trace_add, trace_remove and trace_info in theSerhiy Storchaka2016-06-265-35/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tkinter.Variable class. They replace old methods trace_variable, trace, trace_vdelete and trace_vinfo that use obsolete Tcl commands and might not work in future versions of Tcl.