| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #14105: Merge with 3.4 | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
| |\ | |||||
| | * | Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. | Terry Jan Reedy | 2014-10-12 | 1 | -7/+2 |
| | | | |||||
| * | | README: 3.5 release schedule PEP is PEP 478. | Berker Peksag | 2014-10-12 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #22613: Fix reprlib.Repr subclass example on Python 3. | Berker Peksag | 2014-10-12 | 1 | -4/+4 |
| |\ \ | |/ | | | | | Reported by Jacques Ducasse. | ||||
| | * | Issue #22613: Fix reprlib.Repr subclass example on Python 3. | Berker Peksag | 2014-10-12 | 1 | -4/+4 |
| | | | | | | | | | Reported by Jacques Ducasse. | ||||
| * | | Merge issue #21061 fix from 3.4 | Nick Coghlan | 2014-10-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #21061: correctly note redirect_stdout is reentrant | Nick Coghlan | 2014-10-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-10-11 | 3 | -6/+15 |
| |\ \ | |/ | |||||
| | * | asyncio doc: socket.socketpair() is not available on Windows yet | Victor Stinner | 2014-10-11 | 3 | -6/+15 |
| | | | |||||
| * | | Merge with 3.4 (asyncio doc) | Victor Stinner | 2014-10-11 | 4 | -22/+195 |
| |\ \ | |/ | |||||
| | * | asyncio doc: add examples showing the 3 ways to wait for data from an open | Victor Stinner | 2014-10-11 | 3 | -10/+168 |
| | | | | | | | | | socket | ||||
| | * | asyncio doc: cleanup Hello World examples | Victor Stinner | 2014-10-11 | 2 | -6/+11 |
| | | | |||||
| | * | asyncio doc: the "Get HTTP headers" example now supports HTTPS | Victor Stinner | 2014-10-11 | 1 | -6/+16 |
| | | | |||||
| | * | merge | Georg Brandl | 2014-10-11 | 6 | -7/+20 |
| | |\ | |||||
| * | \ | merge | Georg Brandl | 2014-10-11 | 2 | -2/+30 |
| |\ \ \ | |||||
| | * \ \ | (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the | Victor Stinner | 2014-10-11 | 2 | -2/+30 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | temporary task If the coroutine raised a BaseException, consume the exception to not log a warning. The caller doesn't have access to the local task. | ||||
| | | * | | Issue #22601: run_forever() now consumes BaseException of the temporary task | Victor Stinner | 2014-10-11 | 2 | -2/+30 |
| | | | | | | | | | | | | | | | | | | | | | If the coroutine raised a BaseException, consume the exception to not log a warning. The caller doesn't have access to the local task. | ||||
| * | | | | merge with 3.4 | Georg Brandl | 2014-10-11 | 6 | -7/+20 |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| | * | | Closes #18959: move optparse and imp to new "superseded modules" chapter | Georg Brandl | 2014-10-11 | 4 | -2/+15 |
| | | | | |||||
| | * | | Closes #21687: delimiter in Py_SetPath is platform dependent | Georg Brandl | 2014-10-11 | 1 | -1/+3 |
| | | | | |||||
| | * | | Closes #21675: fix ordering of description in library intro | Georg Brandl | 2014-10-11 | 1 | -4/+2 |
| | |/ | |||||
| * | | Issue #21907: Try to make the pre-Vista Windows buildbots happier. | Zachary Ware | 2014-10-11 | 1 | -0/+10 |
| | | | | | | | | | Initial patch by David Bolen. | ||||
| * | | Issue #22489: Update .gitignore to ignore Windows build output. | Zachary Ware | 2014-10-11 | 1 | -0/+10 |
| | | | | | | | | | Initial patch by Robert Collins. | ||||
| * | | merge 3.4 (closes #22605) | Benjamin Peterson | 2014-10-11 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | prevent passing NULL to memcpy (closes #22605) | Benjamin Peterson | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | | Patch by Jakub Wilk. | ||||
| * | | Merge with 3.4: #21986, don't pickle user code objects. | Terry Jan Reedy | 2014-10-10 | 1 | -10/+10 |
| |\ \ | |/ | |||||
| | * | Issue #21986: Idle now matches interpreter in not pickling user code objects. | Terry Jan Reedy | 2014-10-10 | 1 | -10/+10 |
| | | | | | | | | | Patch by Claudiu Popa | ||||
| * | | Issue #22604: Fix assertion error in debug mode when dividing a complex ↵ | Antoine Pitrou | 2014-10-10 | 3 | -4/+16 |
| |\ \ | |/ | | | | | number by (nan+0j). | ||||
| | * | Issue #22604: Fix assertion error in debug mode when dividing a complex ↵ | Antoine Pitrou | 2014-10-10 | 3 | -4/+16 |
| | | | | | | | | | number by (nan+0j). | ||||
| * | | Closes #15414: Merge with 3.4 | Zachary Ware | 2014-10-10 | 1 | -11/+16 |
| |\ \ | |/ | |||||
| | * | Issue #15414: Clean and correct the os.path.join docs. | Zachary Ware | 2014-10-10 | 1 | -11/+16 |
| | | | | | | | | | | | | | In particular, correctly describe the behavior of ntpath.join. Based on a patch by Dave Sawyer. | ||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2014-10-10 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Issue 22603: add Francisco Fernández Castaño to ACKS. | Terry Jan Reedy | 2014-10-10 | 1 | -0/+1 |
| | | | |||||
| * | | Issue #20152: Port the array module to Argument Clinic. | Brett Cannon | 2014-10-10 | 4 | -274/+871 |
| | | | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2014-10-10 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. | Terry Jan Reedy | 2014-10-10 | 1 | -2/+2 |
| | | | |||||
| * | | #11694: merge with 3.4 | Petri Lehtinen | 2014-10-10 | 3 | -8/+52 |
| |\ \ | |/ | |||||
| | * | Issue #11694: Raise ConversionError in xdrlib as documented | Petri Lehtinen | 2014-10-10 | 3 | -8/+52 |
| | | | |||||
| * | | Issue #21052: Don't raise ImportWarning for sys.meta_path or | Brett Cannon | 2014-10-10 | 3 | -26/+31 |
| | | | | | | | | | | | | | sys.path_hooks when set to None during interpreter shutdown. Thanks to Martin Panter for the initial bug report. | ||||
| * | | (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix | Victor Stinner | 2014-10-10 | 1 | -11/+10 |
| |\ \ | |/ | | | | | sporadic failures on Windows | ||||
| | * | test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic | Victor Stinner | 2014-10-10 | 1 | -11/+10 |
| | | | | | | | | | failures on Windows | ||||
| * | | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. | Berker Peksag | 2014-10-10 | 2 | -0/+11 |
| |\ \ | |/ | | | | | Patch by Remi Pointel. | ||||
| | * | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. | Berker Peksag | 2014-10-10 | 2 | -0/+11 |
| | | | | | | | | | Patch by Remi Pointel. | ||||
| * | | Issue #22564: cleanup SSLObject doc | Victor Stinner | 2014-10-10 | 1 | -25/+38 |
| | | | |||||
| * | | Issue #22564: ssl doc, add more links to the non-blocking section | Victor Stinner | 2014-10-10 | 1 | -5/+7 |
| | | | |||||
| * | | Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and | Victor Stinner | 2014-10-10 | 1 | -69/+69 |
| | | | | | | | | | MemoryBIO; move documentation of SSLContext.wrap_bio() | ||||
| * | | Merge 3.4 | Victor Stinner | 2014-10-10 | 1 | -2/+10 |
| |\ \ | |/ | |||||
| | * | Issue #22564: ssl doc: mention asyncio in the non-blocking section | Victor Stinner | 2014-10-10 | 1 | -2/+10 |
| | | | |||||
| * | | Merge 3.4 | Victor Stinner | 2014-10-10 | 1 | -35/+51 |
| |\ \ | |/ | |||||
| | * | Issue #22564: ssl doc: mention how SSLSocket are usually created | Victor Stinner | 2014-10-10 | 1 | -0/+3 |
| | | | |||||
