summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add docstring and additional test revealing nuances of the implementation as ↵Jason R. Coombs2015-09-191-0/+16
| | | | | | | | | | | | found in setuptools.
| | * Add another test capturing the basic discovery expectation.Jason R. Coombs2015-08-301-0/+11
| | |
| | * Issue #12285: Add test capturing failure.Jason R. Coombs2015-08-301-0/+10
| | |
| | * Use modern mechanism for test discoveryJason R. Coombs2015-08-301-5/+2
| | |
* | | - Issue #27917: Set platform triplets for Android builds.doko@ubuntu.com2016-09-013-2/+52
| | |
* | | Issue #27881: Fixed possible bugs when setting ↵Serhiy Storchaka2016-09-014-46/+65
|\ \ \ | |/ / | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang.
| * | Issue #27881: Fixed possible bugs when setting ↵Serhiy Storchaka2016-09-014-46/+65
| | | | | | | | | | | | | | | | | | sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang.
* | | Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-013-0/+15
| | |
* | | Minor beautification (turn nested-if into a conjunction).Raymond Hettinger2016-09-011-6/+5
| | |
* | | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-019-6/+21
|\ \ \ | |/ /
| * | Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-016-5/+13
| | |
* | | Improve idlelib.textview comments.Terry Jan Reedy2016-08-311-7/+6
| | |
* | | Issue #27891: Tweak new idlelib README entry.Terry Jan Reedy2016-08-311-2/+2
| | |
* | | MergeRaymond Hettinger2016-08-313-0/+30
|\ \ \ | |/ /
| * | Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-313-0/+30
| | |
* | | Merge asyncio from 3.5Guido van Rossum2016-08-312-10/+96
|\ \ \ | |/ /
| * | Fix ordering issues in UNIX read/write pipe transport constructors.Guido van Rossum2016-08-311-6/+17
| | | | | | | | | | | | Upstream https://github.com/python/asyncio/pull/408 by Ron Frederick.
| * | Don't select for read on character devices in _UnixWritePipeTransport.Guido van Rossum2016-08-312-4/+79
| | | | | | | | | | | | Upstream https://github.com/python/asyncio/pull/374 by Ron Frederick.
* | | Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6)Guido van Rossum2016-08-311-2/+2
|\ \ \ | |/ /
| * | Issue #27907: variable rename. (Ville Skyttä)Guido van Rossum2016-08-311-2/+2
| | |
* | | MergeRaymond Hettinger2016-08-311-1/+1
|\ \ \ | |/ /
| * | Issue #27909: Fix INCREF for possible NULL valueRaymond Hettinger2016-08-311-1/+1
| | |
* | | #27904: fix distutils tests.R David Murray2016-08-312-2/+4
| | | | | | | | | | | | Patch by Ville Skyttä.
* | | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-3115-26/+25
| | |
* | | issue23591: add Flags, IntFlags, and testsEthan Furman2016-08-312-11/+668
| | |
* | | Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-3147-122/+197
| | |
* | | Merge #27893: arg name and bytes references in email.parser docs.R David Murray2016-08-311-6/+6
|\ \ \ | |/ /
| * | #27893: arg name and bytes references in email.parser docs.R David Murray2016-08-311-6/+6
| | | | | | | | | | | | | | | | | | | | | Perhaps the BytesParser 'text' argument should really be bytes, but it hasn't been, it has been text, so for backward compatibility and for consistency with the regular Parser class, I'm keeping it as 'text'.
* | | Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2
| | |
* | | Merge with 3.5Terry Jan Reedy2016-08-301-13/+16
|\ \ \ | |/ /
| * | ? Working Directory ?Terry Jan Reedy2016-08-302-15/+18
| | |
* | | MergeRaymond Hettinger2016-08-301-1/+1
|\ \ \ | |/ /
| * | Fix typosRaymond Hettinger2016-08-301-2/+2
| | |
* | | Issue #28894: Fix to_addrs refs in smtplib docsRaymond Hettinger2016-08-301-1/+1
| | |
* | | Issue #27895: Strengthen the dict reader tests.Raymond Hettinger2016-08-301-0/+38
| | |
* | | Issue #27842: The csv.DictReader now returns rows of type OrderedDict.Raymond Hettinger2016-08-304-16/+45
| | |
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-3072-121/+121
| | |
* | | Merge with 3.5Zachary Ware2016-08-301-1/+5
|\ \ \ | |/ /
| * | Skip test_tools.test_i18n when pygettext.py is missingZachary Ware2016-08-301-1/+5
| | |
* | | Merge with 3.5Zachary Ware2016-08-301-1/+1
|\ \ \ | |/ /
| * | Include test/test_warnings/data as wellZachary Ware2016-08-301-1/+1
| | |
* | | Merge with 3.5Zachary Ware2016-08-301-0/+1
|\ \ \ | |/ /
| * | Include test_tools and test_warnings in installZachary Ware2016-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | | test_tools is pretty much useless unless somebody copies the scripts it tests into the proper location, but we might as well install it anyway to make sure it skips properly. test_warnings just didn't get included when it was turned into a package in 94966dfd3bd3.
* | | Merge with 3.5Zachary Ware2016-08-301-1/+1
|\ \ \ | |/ /
| * | Fix typoZachary Ware2016-08-301-1/+1
| | |
* | | Merge headsMark Dickinson2016-08-292-0/+4
|\ \ \
| * | | - Issue #23968, keep platform_triplet and multiarch macros in syncdoko@ubuntu.com2016-08-292-0/+4
| | | |
* | | | Issue #27870: A left shift of zero by a large integer no longer attempts to ↵Mark Dickinson2016-08-293-0/+23
|/ / / | | | | | | | | | allocate large amounts of memory.
* | | Issue #25402: in int-to-decimal-string conversion, reduce intermediate ↵Mark Dickinson2016-08-292-8/+15
| | | | | | | | | | | | storage requirements and relax restriction on converting large integers. Patch by Serhiy Storchaka.
* | | Issue #27214: Fix potential bug and remove useless optimization in ↵Mark Dickinson2016-08-292-2/+8
| | | | | | | | | | | | long_invert. Thanks Oren Milman.