summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #19546: onfigparser exceptions expose implementation details. Patch by C...Ɓukasz Langa2014-09-042-6/+58
* Merge with 3.4Terry Jan Reedy2014-09-031-2/+0
|\
| * Issue #22051: remove unneeded reload that allowed bad code.Terry Jan Reedy2014-09-031-2/+0
* | Fix timeout in test.fork_waitVictor Stinner2014-09-031-1/+1
* | (Merge 3.4) Issue #21440: test_zipfile: replace last direct calls toVictor Stinner2014-09-031-5/+5
|\ \ | |/
| * Issue #21440: test_zipfile: replace last direct calls to os.remove() withVictor Stinner2014-09-031-5/+5
| * Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, useVictor Stinner2014-09-032-32/+30
* | (Merge 3.4) Issue #20957: test_smtpnet now uses support.transient_internet() toVictor Stinner2014-09-031-2/+5
|\ \ | |/
| * Issue #20957: test_smtpnet now uses support.transient_internet() to callVictor Stinner2014-09-031-2/+5
* | (Merge 3.4) Issue #22332: test_multiprocessing_main_handling is now skipped ifVictor Stinner2014-09-031-0/+3
|\ \ | |/
| * Issue #22332: test_multiprocessing_main_handling is now skipped if sem_openVictor Stinner2014-09-031-0/+3
* | (Merge 3.4) Issue #22331: Skip test_interrupted_write_text() on FreeBSD olderVictor Stinner2014-09-031-0/+2
|\ \ | |/
| * Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0Victor Stinner2014-09-031-0/+2
* | Issue #21933: Merge with 3.4Terry Jan Reedy2014-09-031-22/+71
|\ \ | |/
| * Issue #21933: Users can now change the font size for example code.Terry Jan Reedy2014-09-031-22/+71
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-028-32/+8
* | Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-022-1/+12
* | Remove unused imports.Berker Peksag2014-09-011-2/+2
|\ \ | |/
| * Remove unused imports.Berker Peksag2014-09-011-2/+2
* | Issue #19447: Suppress output of py_compile.compile().Berker Peksag2014-09-011-1/+2
|\ \ | |/
| * Issue #19447: Suppress output of py_compile.compile().Berker Peksag2014-09-011-1/+2
* | Merge with 3.4; Closes #22315Jason R. Coombs2014-08-312-2/+14
|\ \ | |/
| * #22315: Use advertised API for OSErrorJason R. Coombs2014-08-311-2/+1
| * #22315: Use an existent directory for 'src' to trigger appropriate behavior.Jason R. Coombs2014-08-311-1/+2
| * #22315: Provide an actual directory during test invocation.Jason R. Coombs2014-08-311-1/+1
| * #22315: Use technique outlined in test_file_utilJason R. Coombs2014-08-311-22/+5
| * #22315: Add test to capture the failure.Jason R. Coombs2014-08-311-0/+29
* | merge 3.4Benjamin Peterson2014-08-311-2/+1
|\ \ | |/
| * Correct indentJason R. Coombs2014-08-311-1/+1
| * Remove unused importJason R. Coombs2014-08-311-1/+0
* | (Merge 3.4) asyncio, Tulip issue 205: Fix a race condition inVictor Stinner2014-08-312-35/+83
|\ \ | |/
| * asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...Victor Stinner2014-08-312-35/+83
* | Merge #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-302-0/+19
|\ \ | |/
| * #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-302-0/+19
* | Issue #22098: ctypes' BigEndianStructure and LittleEndianStructure now define...Antoine Pitrou2014-08-292-0/+22
* | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-291-5/+6
|\ \ | |/
| * Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-291-5/+6
* | Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...Berker Peksag2014-08-292-2/+22
|\ \ | |/
| * Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...Berker Peksag2014-08-292-2/+22
* | (Merge 3.4) asyncio, Tulip issue 201: Fix a race condition in wait_for()Victor Stinner2014-08-282-6/+24
|\ \ | |/
| * asyncio, Tulip issue 201: Fix a race condition in wait_for()Victor Stinner2014-08-282-6/+24
* | The webbrowser module now uses subprocess's start_new_session=True ratherGregory P. Smith2014-08-271-11/+4
|\ \ | |/
| * The webbrowser module now uses subprocess's start_new_session=True ratherGregory P. Smith2014-08-271-11/+4
* | Issue #22042: Fix test_signal on WindowsVictor Stinner2014-08-271-2/+3
* | Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the fileVictor Stinner2014-08-271-0/+25
* | Merge with 3.4Terry Jan Reedy2014-08-271-10/+8
|\ \ | |/
| * Issue #22065: Remove the now unsed configGUI menu parameter and arguments.Terry Jan Reedy2014-08-271-10/+8
* | Merge with 3.4Terry Jan Reedy2014-08-272-8/+7
|\ \ | |/
| * Issue #22065: Menus, unlike Menubottons, do not have a state option.Terry Jan Reedy2014-08-272-8/+7
* | Merge 3.4.Stefan Krah2014-08-261-1/+1
|\ \ | |/