summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge backout for test suite fixJason R. Coombs2016-09-021-2/+9
|\
| * Merge backout for test suite fixJason R. Coombs2016-09-021-2/+9
| |\
| | * Backed out changeset cc86e9e102e8Jason R. Coombs2016-09-021-2/+9
* | | Issue #12885: Merge with 3.5Jason R. Coombs2016-09-022-31/+59
|\ \ \ | |/ /
| * | Issue #12285: Merge with 3.4Jason R. Coombs2016-09-022-31/+59
| |\ \ | | |/
| | * Issue #12285: Replace implementation of findall with implementation from Setu...Jason R. Coombs2015-09-191-27/+21
| | * Sort result to avoid spurious errors due to order.Jason R. Coombs2015-08-301-2/+2
| | * Add docstring and additional test revealing nuances of the implementation as ...Jason R. Coombs2015-09-191-0/+16
| | * 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 #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-4/+27
|\ \ \ | |/ /
| * | Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-4/+27
* | | Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-011-0/+6
* | | 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-312-0/+25
|\ \ \ | |/ /
| * | Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-312-0/+25
* | | 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
| * | Don't select for read on character devices in _UnixWritePipeTransport.Guido van Rossum2016-08-312-4/+79
* | | 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
* | | #27904: fix distutils tests.R David Murray2016-08-312-2/+4
* | | Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-319-15/+14
* | | 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
* | | 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-301-14/+17
* | | 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-302-1/+18
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-3036-54/+54
* | | Merge with 3.5Zachary Ware2016-08-301-1/+5
|\ \ \ | |/ /
| * | Skip test_tools.test_i18n when pygettext.py is missingZachary Ware2016-08-301-1/+5
* | | Issue #27870: A left shift of zero by a large integer no longer attempts to a...Mark Dickinson2016-08-291-0/+15
* | | Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.Mark Dickinson2016-08-291-0/+17
* | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
|\ \ \ | |/ /
| * | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
* | | Issue #26027: Fix test_path_t_converter on WindowsBerker Peksag2016-08-271-1/+1
* | | Don't test for path-like bytes paths on WindowsBrett Cannon2016-08-271-2/+7
* | | Issue #27506: Support bytes/bytearray.translate() delete as keyword argumentMartin Panter2016-08-271-18/+31
* | | Issue #19884: Merge Readline updates from 3.5Martin Panter2016-08-271-1/+1
|\ \ \ | |/ /
| * | Issue #19884: Avoid spurious output on OS X with Gnu ReadlineMartin Panter2016-08-271-1/+1
* | | Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-273-52/+62
* | | Issue #26027: Don't test for bytearray in path_t as that's nowBrett Cannon2016-08-271-7/+2
* | | Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-269-22/+345