summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.3Brian Curtin2012-12-172-305/+30
|\
| * Merge 3.2Brian Curtin2012-12-172-305/+30
| |\
| | * Fix #14901. Update the Windows FAQ.Brian Curtin2012-12-172-305/+30
| | | | | | | | | | | | Patch by Ashish Nitin Patil.
* | | Merge 3.3.Stefan Krah2012-12-162-30/+54
|\ \ \ | |/ /
| * | Issue #15783: Support None default values in the Context() constructor.Stefan Krah2012-12-162-30/+54
| | |
* | | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue ↵Antoine Pitrou2012-12-161-1/+8
|\ \ \ | |/ / | | | | | | #13876) - probably not Python-related.
| * | Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue ↵Antoine Pitrou2012-12-161-1/+8
| | | | | | | | | | | | #13876) - probably not Python-related.
* | | Null mergeAntoine Pitrou2012-12-160-0/+0
|\ \ \ | |/ /
| * | Null mergeAntoine Pitrou2012-12-160-0/+0
| |\ \ | | |/
| | * Fix ResourceWarnings in test_ptyAntoine Pitrou2012-12-161-3/+5
| | |
* | | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
|\ \ \ | |/ /
| * | Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
| |\ \ | | |/
| | * Issue #16696: fix comparison between bytes and string. Also, improve glob tests.Antoine Pitrou2012-12-162-6/+29
| | |
* | | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵Antoine Pitrou2012-12-163-1/+21
|\ \ \ | |/ / | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
| * | Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵Antoine Pitrou2012-12-163-1/+21
| |\ \ | | |/ | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
| | * Issue #16626: Fix infinite recursion in glob.glob() on Windows when the ↵Antoine Pitrou2012-12-163-1/+21
| | | | | | | | | | | | | | | | | | pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
* | | Fixup abc.ABC wording and add versionadded.Georg Brandl2012-12-161-5/+8
| | |
* | | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-2/+11
|\ \ \ | |/ / | | | | | | Patch by Sebastian Kreft.
| * | #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-2/+11
| |\ \ | | |/ | | | | | | Patch by Sebastian Kreft.
| | * #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-163-1/+10
| | | | | | | | | | | | Patch by Sebastian Kreft.
* | | Merge 3.3.Stefan Krah2012-12-158-233/+625
|\ \ \ | |/ /
| * | Issue #15783: Except for the number methods, the C version of decimal nowStefan Krah2012-12-158-233/+625
| | | | | | | | | | | | | | | supports all None default values present in decimal.py. These values were largely undocumented.
* | | Merge: use OSError instead of os.error in the docs.Andrew Svetlov2012-12-152-5/+5
|\ \ \ | |/ /
| * | Use OSError instead of os.error in the docs.Andrew Svetlov2012-12-152-5/+5
| | |
* | | merge headsBenjamin Peterson2012-12-155-12/+60
|\ \ \
| * | | #11175: argparse.FileType now accepts encoding and errors arguments.Petri Lehtinen2012-12-155-12/+60
| | | | | | | | | | | | | | | | Patch by Lucas Maystre.
* | | | merge 3.3Benjamin Peterson2012-12-151-2/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | merge 3.2Benjamin Peterson2012-12-151-2/+0
| |\ \ | | |/
| | * remove dead codeBenjamin Peterson2012-12-151-2/+0
| | |
* | | Issue #16488: epoll() objects now support the `with` statement.Antoine Pitrou2012-12-154-1/+36
| | | | | | | | | | | | Patch by Serhiy Storchaka.
* | | MergeAntoine Pitrou2012-12-152-3/+7
|\ \ \
| * | | use error label instead of breaking eval loop (closes #16693)Benjamin Peterson2012-12-152-3/+7
| | | |
* | | | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵Antoine Pitrou2012-12-154-2/+42
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein.
| * | Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵Antoine Pitrou2012-12-154-2/+42
| |\ \ | | |/ | | | | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein.
| | * Issue #16298: In HTTPResponse.read(), close the socket when there is no ↵Antoine Pitrou2012-12-154-1/+23
| | | | | | | | | | | | | | | | | | Content-Length and the incoming stream is finished. Patch by Eran Rundstein.
* | | Remove compile warnings for _testimportmoduleAndrew Svetlov2012-12-151-3/+3
| | |
* | | Rename test module names for #16421 to don't clash with other tests.Andrew Svetlov2012-12-152-10/+10
| | |
* | | cleanup and fix refleaksBenjamin Peterson2012-12-151-8/+12
| | |
* | | #16683: merge with 3.3.Ezio Melotti2012-12-141-6/+6
|\ \ \ | |/ /
| * | #16683: merge with 3.2.Ezio Melotti2012-12-141-6/+6
| |\ \ | | |/
| | * #16683: restore alphabetical order in audioop docs. Patch by Serhiy Storchaka.Ezio Melotti2012-12-141-6/+6
| | |
* | | #16681: merge with 3.3.Ezio Melotti2012-12-142-2/+2
|\ \ \ | |/ /
| * | #16681: merge with 3.2.Ezio Melotti2012-12-142-2/+2
| |\ \ | | |/
| | * #16681: use "bidirectional class" instead of "bidirectional category" in the ↵Ezio Melotti2012-12-141-1/+1
| | | | | | | | | | | | docstring too.
| | * #16681: use "bidirectional class" instead of "bidirectional category".Ezio Melotti2012-12-141-1/+1
| | |
* | | Cleanup filecmp: starting from 3.3 os.error is alias for OSErrorAndrew Svetlov2012-12-141-3/+3
| | |
* | | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-1412-10/+887
| | | | | | | | | | | | Patch by Václav Šmilauer.
* | | compile doesn't accept code objectsPhilip Jenvey2012-12-131-1/+1
| | |
* | | Issue #16049: add abc.ABC helper class.Andrew Svetlov2012-12-134-4/+36
| | | | | | | | | | | | Patch by Bruno Dupuis.
* | | Merge with 3.3 for #16661Ross Lagerwall2012-12-132-10/+6
|\ \ \ | |/ /