Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27136: Merge test_asyncio fix from 3.5 | Martin Panter | 2016-06-13 | 1 | -4/+4 |
|\ | |||||
| * | Issue #27136: Change test to use ::1 for better OS X Tiger compatibility | Martin Panter | 2016-06-13 | 1 | -4/+4 |
| | | |||||
* | | Merge from 3.5 | Berker Peksag | 2016-06-13 | 3 | -13/+6 |
|\ \ | |/ | |||||
| * | Replace more boilerplate code with modern unittest features in sqlite3 tests | Berker Peksag | 2016-06-13 | 3 | -13/+6 |
| | | |||||
| * | Merge 3.5.2rc1 with current 3.5 branch. | Larry Hastings | 2016-06-13 | 16 | -266/+169 |
| |\ | |||||
| * | | Regenerated pydoc topics for 3.5.2rc1. | Larry Hastings | 2016-06-12 | 1 | -20/+20 |
| | | | |||||
* | | | Issue #27025: Generated names for Tkinter widgets are now more meanful | Serhiy Storchaka | 2016-06-13 | 2 | -4/+20 |
| | | | | | | | | | | | | and recognizirable. | ||||
* | | | Issue #27186: Skip scandir(bytes) test with os.name == "nt" | Martin Panter | 2016-06-13 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. | Terry Jan Reedy | 2016-06-12 | 3 | -16/+53 |
| | | | |||||
* | | | Merge from 3.5 | Berker Peksag | 2016-06-12 | 6 | -257/+62 |
|\ \ \ | | |/ | |/| | |||||
| * | | Modernize sqlite3 tests | Berker Peksag | 2016-06-12 | 6 | -257/+62 |
| | | | | | | | | | | | | | | | Update current tests that use old pattern with assertRaises to make them more maintainable. | ||||
* | | | Issue #27186: skip bytes path test for os.scandir() on Windows | Brett Cannon | 2016-06-12 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 5 | -48/+47 |
| | | | | | | | | | | | | Patch by Demur Rumed. | ||||
* | | | Comment fixes extracted from patch by Demur Rumed. | Serhiy Storchaka | 2016-06-12 | 1 | -4/+0 |
| | | | |||||
* | | | Issue #27289: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib | Berker Peksag | 2016-06-12 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
|\ \ \ | |/ / | | | | | | | functools.partial objects. | ||||
| * | | Issue #25455: Clean up reference loops created in tests for recursive | Serhiy Storchaka | 2016-06-12 | 1 | -12/+36 |
| | | | | | | | | | | | | functools.partial objects. | ||||
* | | | Issue #27190: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 | Berker Peksag | 2016-06-12 | 1 | -0/+6 |
| | | | | | | | | | | | | Patch by Dave Sawyer. | ||||
* | | | Issue #27188: Merge from 3.5 | Berker Peksag | 2016-06-12 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | Issue #27188: Fix various sqlite3 documentation errors | Berker Peksag | 2016-06-12 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer. | ||||
* | | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+37 |
|\ \ \ | |/ / | |||||
| * | | Issue #25455: Fixed a crash in repr of recursive functools.partial objects. | Serhiy Storchaka | 2016-06-12 | 1 | -0/+37 |
| | | | |||||
| * | | Merge heads | Serhiy Storchaka | 2016-06-12 | 2 | -3/+4 |
| |\ \ | |||||
* | \ \ | Merge heads | Serhiy Storchaka | 2016-06-12 | 2 | -3/+4 |
|\ \ \ \ | |||||
| * \ \ \ | Merge typo fixes from 3.5 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Fix typos and English grammar in documentation and code comment | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Issue #27030: Merge RE fix from 3.5 | Martin Panter | 2016-06-12 | 1 | -2/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 | Martin Panter | 2016-06-12 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+7 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. | Serhiy Storchaka | 2016-06-12 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 3 | -0/+10 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | ||||
| * | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 3 | -1/+11 |
| |/ / | | | | | | | | | | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior. | ||||
* | | | Issue #16484: Merge pydoc Windows fixes from 3.5 | Martin Panter | 2016-06-12 | 2 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 2 | -3/+4 |
| |/ | |||||
* | | Drop unused import | Martin Panter | 2016-06-12 | 1 | -1/+0 |
| | | |||||
* | | Merge 3.5, issue #14209 | Łukasz Langa | 2016-06-12 | 2 | -4/+80 |
|\ \ | |/ | |||||
| * | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages | Łukasz Langa | 2016-06-12 | 2 | -4/+80 |
| | | | | | | | | Patch by James Pickering. | ||||
* | | Merge 3.5, issue #27194 | Łukasz Langa | 2016-06-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #27194: superfluous truncate calls in tarfile.py slow down extraction | Łukasz Langa | 2016-06-11 | 1 | -2/+2 |
| | | | | | | | | Patch by Jason Fried. | ||||
* | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 2 | -1/+3 |
| | | |||||
* | | Issue #27294: Improved repr for Tkinter event objects. | Serhiy Storchaka | 2016-06-11 | 1 | -2/+73 |
| | | |||||
* | | merge 3.5 | Benjamin Peterson | 2016-06-11 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | merge 3.4 | Benjamin Peterson | 2016-06-11 | 1 | -0/+5 |
| |\ | |||||
| | * | raise an error when STARTTLS fails | Benjamin Peterson | 2016-06-11 | 1 | -0/+5 |
| | | | |||||
* | | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ | Berker Peksag | 2016-06-11 | 2 | -2/+3 |
| | | | | | | | | | | | | Patch by Gareth Rees. | ||||
* | | | Issue #21386: Merge from 3.5 | Berker Peksag | 2016-06-11 | 2 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Issue #21386: Implement missing IPv4Address.is_global property | Berker Peksag | 2016-06-11 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi. | ||||
* | | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+4 |
|\ \ \ | |/ / |