summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #4331: Added functools.partialmethodNick Coghlan2013-11-032-2/+192
* | Merge.Richard Oudkerk2013-11-022-1/+33
|\ \
| * \ Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-022-1/+33
| |\ \ | | |/
| | * Merge with 3.2 for Issue #19286.Jason R. Coombs2013-11-022-1/+33
| | |\
| | | * Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
| | | * Issue #19286: Adding test demonstrating the failure when a directory is found...Jason R. Coombs2013-11-021-0/+31
| | * | Merge headsSerhiy Storchaka2013-11-021-1/+1
| | |\ \
| | * | | Issue #19085: Fixed some Tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
* | | | | Issue #19478: Make choice of semaphore prefix more flexible.Richard Oudkerk2013-11-022-4/+10
|/ / / /
* | | | Merge.Richard Oudkerk2013-11-021-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Relax timeout test.Richard Oudkerk2013-11-021-1/+1
| |/ /
* | | Relax test for process return code on Windows.Richard Oudkerk2013-11-021-2/+2
* | | Merge test_htmlparser changes from 3.3.Ezio Melotti2013-11-021-7/+1
|\ \ \ | |/ /
| * | Use unittest.main() in test_htmlparser.Ezio Melotti2013-11-021-7/+1
* | | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-022-7/+24
* | | Issue #19085. Try to fix tkinter tests on Windows.Serhiy Storchaka2013-11-021-7/+7
* | | Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
|\ \ \ | |/ /
| * | Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
* | | Merge headsSerhiy Storchaka2013-11-0211-132/+350
|\ \ \
| * | | asyncio: Slight rearrangement of tests for server_hostname=...Guido van Rossum2013-11-011-3/+4
| * | | asyncio: Better-looking errors when ssl module cannot be imported. In part by...Guido van Rossum2013-11-013-12/+41
| * | | asyncio: Various style nits.Guido van Rossum2013-11-016-23/+48
| * | | asyncio: Log a warning when eof_received() returns true and using ssl.Guido van Rossum2013-11-011-1/+4
| * | | asyncio: Document EventLoop.close().Guido van Rossum2013-11-013-0/+20
| * | | asyncio: Refactor ssl transport ready loop (Nikolay Kim).Guido van Rossum2013-11-012-92/+136
| * | | asyncio: Add server_hostname as create_connection() argument, with secure def...Guido van Rossum2013-11-014-5/+78
| * | | asyncio: Fold some long lines.Guido van Rossum2013-11-012-3/+5
| * | | asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyn...Guido van Rossum2013-11-013-9/+30
* | | | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-024-25/+1917
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-024-25/+1917
* | | Abstract out stat calls in importlib for easier experimentation.Brett Cannon2013-11-011-5/+15
* | | Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-011-1/+1
* | | Issue #19413: Disregard duplicate namespace portions during reload tests.Eric Snow2013-11-011-2/+2
* | | Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.Eric Snow2013-11-013-4/+132
* | | Closes #19349: Merged fix from 3.3.Vinay Sajip2013-10-311-1/+1
|\ \ \ | |/ /
| * | Issue #19349: Corrected error message.Vinay Sajip2013-10-311-1/+1
* | | Close resources owned by subclass before calling super().close().Guido van Rossum2013-10-311-2/+2
* | | asyncio: Add new file (forgotten).Guido van Rossum2013-10-301-0/+166
* | | asyncio: Add support for running subprocesses on Windows with the IOCP event ...Guido van Rossum2013-10-307-195/+137
* | | asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).Guido van Rossum2013-10-302-0/+80
* | | asyncio: Update some comments.Guido van Rossum2013-10-301-3/+1
* | | asyncio: When not closing the connection after receiving EOF, still remove th...Guido van Rossum2013-10-301-1/+6
* | | Issue #19172: Add a get_map() method to selectors.Charles-François Natali2013-10-302-1/+53
* | | merge 3.3 (#19435)Benjamin Peterson2013-10-302-5/+16
|\ \ \ | |/ /
| * | merge 3.2 (#19435)Benjamin Peterson2013-10-302-5/+16
| |\ \ | | |/
| | * merge 3.1 (#19435)Benjamin Peterson2013-10-302-5/+16
| | |\
| | | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-302-5/+14
* | | | Issue #19424: Fix test_warnings for locale encoding unable to encodeVictor Stinner2013-10-291-6/+7
* | | | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+12
* | | | Merge.Richard Oudkerk2013-10-282-5/+19
|\ \ \ \ | |/ / /