summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #22568: merge with 3.4Georg Brandl2014-10-121-6/+6
|\
| * Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases.Georg Brandl2014-10-121-6/+6
* | Issue #14105: Merge with 3.4Terry Jan Reedy2014-10-121-7/+2
|\ \ | |/
| * Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.Terry Jan Reedy2014-10-121-7/+2
* | README: 3.5 release schedule PEP is PEP 478.Berker Peksag2014-10-121-1/+1
* | Issue #22613: Fix reprlib.Repr subclass example on Python 3.Berker Peksag2014-10-121-4/+4
|\ \ | |/
| * Issue #22613: Fix reprlib.Repr subclass example on Python 3.Berker Peksag2014-10-121-4/+4
* | Merge issue #21061 fix from 3.4Nick Coghlan2014-10-121-1/+1
|\ \ | |/
| * Issue #21061: correctly note redirect_stdout is reentrantNick Coghlan2014-10-121-1/+1
* | Merge 3.4 (asyncio doc)Victor Stinner2014-10-113-6/+15
|\ \ | |/
| * asyncio doc: socket.socketpair() is not available on Windows yetVictor Stinner2014-10-113-6/+15
* | Merge with 3.4 (asyncio doc)Victor Stinner2014-10-114-22/+195
|\ \ | |/
| * asyncio doc: add examples showing the 3 ways to wait for data from an openVictor Stinner2014-10-113-10/+168
| * asyncio doc: cleanup Hello World examplesVictor Stinner2014-10-112-6/+11
| * asyncio doc: the "Get HTTP headers" example now supports HTTPSVictor Stinner2014-10-111-6/+16
| * mergeGeorg Brandl2014-10-116-7/+20
| |\
* | \ mergeGeorg Brandl2014-10-112-2/+30
|\ \ \
| * \ \ (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of theVictor Stinner2014-10-112-2/+30
| |\ \ \ | | |/ /
| | * | Issue #22601: run_forever() now consumes BaseException of the temporary taskVictor Stinner2014-10-112-2/+30
* | | | merge with 3.4Georg Brandl2014-10-116-7/+20
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Closes #18959: move optparse and imp to new "superseded modules" chapterGeorg Brandl2014-10-114-2/+15
| * | Closes #21687: delimiter in Py_SetPath is platform dependentGeorg Brandl2014-10-111-1/+3
| * | Closes #21675: fix ordering of description in library introGeorg Brandl2014-10-111-4/+2
| |/
* | Issue #21907: Try to make the pre-Vista Windows buildbots happier.Zachary Ware2014-10-111-0/+10
* | Issue #22489: Update .gitignore to ignore Windows build output.Zachary Ware2014-10-111-0/+10
* | merge 3.4 (closes #22605)Benjamin Peterson2014-10-111-1/+1
|\ \ | |/
| * prevent passing NULL to memcpy (closes #22605)Benjamin Peterson2014-10-111-1/+1
* | Merge with 3.4: #21986, don't pickle user code objects.Terry Jan Reedy2014-10-101-10/+10
|\ \ | |/
| * Issue #21986: Idle now matches interpreter in not pickling user code objects.Terry Jan Reedy2014-10-101-10/+10
* | Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-103-4/+16
|\ \ | |/
| * Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...Antoine Pitrou2014-10-103-4/+16
* | Closes #15414: Merge with 3.4Zachary Ware2014-10-101-11/+16
|\ \ | |/
| * Issue #15414: Clean and correct the os.path.join docs.Zachary Ware2014-10-101-11/+16
* | Merge with 3.4Terry Jan Reedy2014-10-101-0/+1
|\ \ | |/
| * Issue 22603: add Francisco Fernández Castaño to ACKS.Terry Jan Reedy2014-10-101-0/+1
* | Issue #20152: Port the array module to Argument Clinic.Brett Cannon2014-10-104-274/+871
* | Merge with 3.4Terry Jan Reedy2014-10-101-2/+2
|\ \ | |/
| * Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.Terry Jan Reedy2014-10-101-2/+2
* | #11694: merge with 3.4Petri Lehtinen2014-10-103-8/+52
|\ \ | |/
| * Issue #11694: Raise ConversionError in xdrlib as documentedPetri Lehtinen2014-10-103-8/+52
* | Issue #21052: Don't raise ImportWarning for sys.meta_path orBrett Cannon2014-10-103-26/+31
* | (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fixVictor Stinner2014-10-101-11/+10
|\ \ | |/
| * test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadicVictor Stinner2014-10-101-11/+10
* | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-102-0/+11
|\ \ | |/
| * Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-102-0/+11
* | Issue #22564: cleanup SSLObject docVictor Stinner2014-10-101-25/+38
* | Issue #22564: ssl doc, add more links to the non-blocking sectionVictor Stinner2014-10-101-5/+7
* | Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject andVictor Stinner2014-10-101-69/+69
* | Merge 3.4Victor Stinner2014-10-101-2/+10
|\ \ | |/
| * Issue #22564: ssl doc: mention asyncio in the non-blocking sectionVictor Stinner2014-10-101-2/+10