summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-181-1/+1
* #9351: set_defaults on subparser is no longer ignored if set on parent.R David Murray2014-10-182-1/+15
* Issue #22646: Accept list as well as tuple to support initialisation via dict...Vinay Sajip2014-10-171-2/+2
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-178-82/+112
* Issue #22628: Increase Treewidge line spacing so lines do not overlap.Terry Jan Reedy2014-10-171-3/+4
* Issue #16233: When the module browser is not invoked in an editor window withTerry Jan Reedy2014-10-161-11/+10
* Issue #3068: Change 0/1 to False/True so that extension configure dialog canTerry Jan Reedy2014-10-141-58/+60
* 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
| * 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
| * Always handle non-handled events before destoying root widget in tests.Serhiy Storchaka2014-10-121-0/+1
| * #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
| * 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 numbe...Antoine Pitrou2014-10-101-2/+7
| * 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 unitt...R David Murray2014-10-102-0/+84
| * De-'colour'ize stdlib except for idlelib.configDialog.Terry Jan Reedy2014-10-093-20/+22
| * Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
| * idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-254/+232
| * make _socket.socket weakrefable (closes #22569)Benjamin Peterson2014-10-061-2/+10
| * 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
| * Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-041-2/+9
| * 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
| * #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
| * fix sslwrap_simple (closes #22523)Benjamin Peterson2014-10-022-5/+7
| * - 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
| * use Py_ssize_t for file offset and length computations in iteration (closes #...Benjamin Peterson2014-10-011-0/+12
| * #22512: move distutils rpm test's .rpmdb to testing tmpdir.R David Murray2014-10-011-0/+3
| * Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-301-1/+1
| * clear BufferedRWPair weakrefs on deallocation (closes #22517)Benjamin Peterson2014-09-301-0/+6
| * give exception a nice message (closes #22379)Benjamin Peterson2014-09-283-21/+15
| * #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-272-6/+5