summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.7.12 finalv2.7.12Benjamin Peterson2016-06-252-3/+5
|
* fix idle about dialog #27365Benjamin Peterson2016-06-224-1/+64
|
* Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-156-5/+14
|
* Added tag v2.7.12rc1 for changeset 13912cd1e7e8Benjamin Peterson2016-06-111-0/+1
|
* 2.7.12 release candidate 1v2.7.12rc1Benjamin Peterson2016-06-113-8/+8
|
* update pydoc topicsBenjamin Peterson2016-06-111-80/+13324
|
* upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-114-6/+26
|
* Issue #5124: For 2.7, move requires('gui') from module level to setUpClass.Terry Jan Reedy2016-06-111-1/+1
|
* raise an error when STARTTLS failsBenjamin Peterson2016-06-112-0/+8
|
* Issue #5124: NEWS entries.Terry Jan Reedy2016-06-112-0/+9
|
* Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-1/+112
| | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.
* - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-103-609/+6
| | | | unused and outdated icons.
* Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+13
|
* Fix typo in commentMartin Panter2016-06-101-1/+1
|
* Issue #20699: Document that “io” methods should accept memoryviewMartin Panter2016-06-038-34/+78
| | | | | | This matches the usage by BufferedReader, BufferedWriter, etc. Also document and test that the write() methods should only access their argument before they return.
* Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent.Matthias Klose2010-03-152-4/+4
| | | | Previous fix was only made to dead and removed code.
* Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7
|
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-024-11/+8
|
* merge headsBenjamin Peterson2016-06-0919-49/+620
|\
| * Issue #23275: Backport empty square bracket assignment documentation fixMartin Panter2016-06-081-1/+1
| |
| * Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-085-6/+64
| | | | | | | | Patch by Susumu Koshiba.
| * Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-083-4/+30
| |
| * Items for NEWS and idlelib/NEWS.txt.Terry Jan Reedy2016-06-072-1/+6
| |
| * Issue #27229: Comment in middle of shell command fails on BSD and OS XMartin Panter2016-06-071-1/+1
| |
| * Issue #27229: Fix in-tree cross-build rule, by Xavier de GayeMartin Panter2016-06-072-2/+8
| |
| * Issue #26014: Guide 2.7 users to the new packaging documentation:Ned Deily2016-06-066-29/+57
| | | | | | | | | | | | | | | | | | | | | | - the top-level 2.7 docs page now links to the newer doc pages (installing and distribution) rather than the legacy ones - the legacy install and distutils pages are now labeled as "legacy" - the library/distutils page is updated to match the 3.x version - "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
| * Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.Serhiy Storchaka2016-06-051-1/+5
| | | | | | | | Original patch by Xiang Zhang.
| * Issue #21916: Added more tests for the turtle module.Serhiy Storchaka2016-06-051-0/+35
| | | | | | | | Original patch by Jelle Zijlstra.
| * Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.Ned Deily2016-06-052-5/+5
| |
| * Merge headsSerhiy Storchaka2016-06-041-0/+6
| |\
| | * Issue #24759: Add 'private' notice for idlelib.idle_test.Terry Jan Reedy2016-06-041-0/+6
| | |
| * | Issue #21916: Added tests for the turtle module.Serhiy Storchaka2016-06-042-0/+403
| |/ | | | | | | Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
* | fix leak of keyfile_bytesBenjamin Peterson2016-06-091-0/+1
| |
* | stop leaking certfile_bytes (closes #27267)Benjamin Peterson2016-06-091-0/+1
|/
* Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-043-5/+15
| | | | Patch by Xavier de Gaye.
* Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1
|
* IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.Terry Jan Reedy2016-06-041-13/+13
|
* Fix typo in code commentMartin Panter2016-06-041-1/+1
|
* check the result of PyByteArray_Resize in readline() (closes #27211)Benjamin Peterson2016-06-042-1/+6
|
* Issue 20567: Revise idle_test/README.txt and some tests to match new advice.Terry Jan Reedy2016-06-037-26/+27
|
* [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in ↵Senthil Kumaran2016-06-032-5/+7
| | | | the library documentation.
* Issue #27185: Rename test_string_merged.py back to test_string.py.Serhiy Storchaka2016-06-031-0/+0
|
* Issue #27185: Merge test_pep292.py into test_string_merged.py.Serhiy Storchaka2016-06-032-239/+226
|\
| * Issue #27185: Rename test_pep292.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
| |
* | Issue #27185: Rename test_string.py to test_string_merged.py.Serhiy Storchaka2016-06-031-0/+0
|/
* issue25931: document that socketserver.Forking* are unavailable on platformsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+4
| | | | that support os.fork.
* Exclude unittests from the make profile-opt training run that eitherGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-021-1/+3
| | | | | | take a rediculious amount of time to run, fail or provide little use to the profile feedback. (similar to what is already done in 3.5 and by major Linux distro builds own profiling runs)
* Issue #25702: A --with-lto configure option has been added that willGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-024-2/+89
| | | | | | | enable link time optimizations at build time during a make profile-opt. Some compilers and toolchains are known to not produce stable code when using LTO, be sure to test things thoroughly before relying on it. It can provide a few % speed up over profile-opt alone.
* remove (hilarious) defaults for various constants getpath.c needsBenjamin Peterson2016-06-021-23/+2
|
* #13784: fix xml.sax.reader getColumn/LineNumber docs.R David Murray2016-06-021-2/+2
| | | | verification and patch by Emily Morehouse.