summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17381: Fixed ranges handling in case-insensitive regular expressions.Serhiy Storchaka2014-10-312-15/+86
|
* Backported the optimization of compiling charsets in regular expressionsSerhiy Storchaka2014-10-311-128/+103
| | | | (issue #19329). This is needed to apply the patch from issue #17381.
* Fixed compile error in issue #22410. The _locale module is optional.Serhiy Storchaka2014-10-301-1/+6
|
* Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-302-4/+49
| | | | locale-dependent regular expressions taking into account the locale.
* Issue #8876: distutils now falls back to copying files when hard linking ↵Antoine Pitrou2014-10-302-13/+64
| | | | | | doesn't work. This allows use with special filesystems such as VirtualBox shared folders.
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-236-20/+278
| | | | Original patch by Tal Einat.
* Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-181-1/+1
| | | | revised by R. David Murray.
* #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-182-1/+15
| | | | | | | | Before, if a default was set on the parent parser, any default for that variable set via set_defaults on a subparser would be ignored. Now the subparser set_defaults is honored. Patch by Jyrki Pullianinen.
* Issue #22646: Accept list as well as tuple to support initialisation via ↵Vinay Sajip2014-10-171-2/+2
| | | | dictConfig().
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-178-82/+112
| | | | htests to add # htest # marker for coveragepy and stop tcl errors.
* Issue #22628: Increase Treewidge line spacing so lines do not overlap.Terry Jan Reedy2014-10-171-3/+4
| | | | Move test lines up with respect to icons.
* Issue #16233: When the module browser is not invoked in an editor window withTerry Jan Reedy2014-10-161-11/+10
| | | | | a filename, pop up the Open Module box. If a module is opened, open a corresponding browser.
* Issue #3068: Change 0/1 to False/True so that extension configure dialog canTerry Jan Reedy2014-10-141-58/+60
| | | | | easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
* Issue #22632: replace dead link with version-specific doc link.Terry Jan Reedy2014-10-141-1/+2
|
* Issue #21855: Fixed the decimal module in unicode disabled build.Serhiy Storchaka2014-10-142-5/+9
|
* Merge.Charles-François Natali2014-10-13132-2148/+6046
|\
| * Fixed the test of issue #13664 on platforms without unicode filenames support.Serhiy Storchaka2014-10-131-0/+4
| |
| * Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.Terry Jan Reedy2014-10-131-0/+3
| |
| * Change deprecated Exception.message to Exception.args-[0] where the use ofTerry Jan Reedy2014-10-133-3/+3
| | | | | | | | .message is not an essential part of the test.
| * Issue #13664: GzipFile now supports non-ascii Unicode filenames.Serhiy Storchaka2014-10-122-3/+21
| |
| * #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-0/+8
| | | | | | | | Patch by Meador Inge.
| * Always handle non-handled events before destoying root widget in tests.Serhiy Storchaka2014-10-121-0/+1
| | | | | | | | | | This gets rid of Tcl warnings when they are handled later when the root is already destroyed.
| * #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
| | | | | | | | Patch by David Naylor.
| * Fixed and optimized a test of issue #22526.Serhiy Storchaka2014-10-121-6/+8
| |
| * Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-10-121-7/+2
| |
| * Issue #22604: Fix assertion error in debug mode when dividing a complex ↵Antoine Pitrou2014-10-101-2/+7
| | | | | | | | number by (nan+0j).
| * Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-102-8/+49
| |
| * #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of ↵R David Murray2014-10-102-0/+84
| | | | | | | | | | | | unittest methods. Patch by Ezio Melotti, docs by Berker Peksag.
| * De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-093-20/+22
| | | | | | | | Tweak docstrigs and comments in affected functions in idlelib.configHandler.
| * Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
| | | | | | | | method so it can be reused by the new extension dialog.
| * idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-254/+232
| | | | | | | | TODOs (mostly to do after add tests), and make a few other changes.
| * make _socket.socket weakrefable (closes #22569)Benjamin Peterson2014-10-061-2/+10
| | | | | | | | Patch from Alex Gaynor.
| * Issue #1686: Fix string.Template when overriding the pattern attribute.Florent Xicluna2010-09-182-9/+37
| |
| * Update 2.7 idlelib.configHandler and reduce differences from 3.4 code.Terry Jan Reedy2014-10-061-17/+19
| |
| * Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code).Terry Jan Reedy2014-10-061-7/+7
| |
| * #11866: Eliminate race condition in the computation of names for new threads.R David Murray2014-10-041-4/+4
| | | | | | | | Original patch by Peter Saveliev.
| * Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-2/+9
| | | | | | | | (including empty directories) in ZIP file.
| * separate cert loading tests into Windows and non-Windows casesBenjamin Peterson2014-10-031-0/+15
| |
| * also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-032-2/+9
| | | | | | | | Patch by Christian Heimes and Alex Gaynor.
| * #8473: make doctest.testfile use universal newline mode.R David Murray2014-10-032-1/+27
| |
| * Closes #19434: fix copy-paste error in MIMENonMultipart docstring.Georg Brandl2014-10-021-1/+1
| |
| * Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
| |
| * Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.Serhiy Storchaka2014-10-021-1/+11
| |
| * Issue #20076: Remove just added the sr_rs.utf8@latn alias because it isSerhiy Storchaka2014-10-021-1/+0
| | | | | | | | derived from sr_rs@latin.
| * fix sslwrap_simple (closes #22523)Benjamin Peterson2014-10-022-5/+7
| | | | | | | | Thanks Alex Gaynor.
| * - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-021-1/+1
| |
| * Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-011-0/+7
| |
| * Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-011-0/+99
| |
| * allow longs as indexes to group() (closes #22530)Benjamin Peterson2014-10-011-0/+4
| |
| * this test will only work on 64-bit machinesBenjamin Peterson2014-10-011-0/+1
| |