| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | Revert fix for #13807 mistakenly applied in this branch. | Vinay Sajip | 2012-02-03 | 1 | -1/+1 |
|
|
| * | | | Merge branch '3.2' | Petri Lehtinen | 2012-02-06 | 1 | -0/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr... | Petri Lehtinen | 2012-02-06 | 4 | -10/+45 |
|
|
| * | | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 7 | -15/+15 |
|
|
* | | | | Have importlib.test.benchmark test with tabnanny as a medium-sized test. | Brett Cannon | 2012-02-07 | 1 | -32/+58 |
|/ / / |
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-06 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | merge heads | Benjamin Peterson | 2012-02-06 | 22 | -84/+182 |
| |\ \ |
|
| * | | | bltinmod is borrowed, so it shouldn't be decrefed | Benjamin Peterson | 2012-02-06 | 1 | -1/+0 |
|
|
* | | | | Fix typos in comments. | Éric Araujo | 2012-02-06 | 1 | -3/+3 |
|
|
* | | | | Issue #10881: merge | Ned Deily | 2012-02-06 | 2 | -10/+15 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Issue #10881: Fix test_site failure with OS X framework builds. | Ned Deily | 2012-02-05 | 2 | -10/+15 |
|
|
* | | | | Merge with 3.2 #964437 | Terry Jan Reedy | 2012-02-05 | 3 | -11/+67 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue 964437 Make IDLE help window non-modal. | Terry Jan Reedy | 2012-02-05 | 3 | -11/+67 |
|
|
* | | | | Merge with 3.2 | Terry Jan Reedy | 2012-02-05 | 1 | -4/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | #13933 refine patch using 'new' builtin | Terry Jan Reedy | 2012-02-05 | 1 | -4/+2 |
|
|
* | | | | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 5 | -7/+212 |
|
|
* | | | | Make lzma docs consistent with other compression modules (cf. changeset 11bd2... | Nadeem Vawda | 2012-02-05 | 1 | -3/+0 |
|
|
* | | | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 15 | -47/+56 |
|\ \ \ \
| |/ / / |
|
| * | | | Branch merge | Éric Araujo | 2012-02-05 | 15 | -46/+55 |
| |\ \ \ |
|
| | * | | | Really make bztar support in shutil conditional. | Éric Araujo | 2012-02-05 | 1 | -1/+0 |
|
|
| | * | | | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 7 | -16/+11 |
|
|
| | * | | | Document json.dump ensure_ascii parameter (#13770) | Éric Araujo | 2012-01-16 | 1 | -0/+4 |
|
|
| | * | | | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-01-15 | 4 | -0/+24 |
|
|
| | * | | | Markup improvements for the embedding CPython doc patch from #1040439 | Éric Araujo | 2012-01-15 | 1 | -4/+5 |
|
|
| | * | | | Hide or remove user-visible XXX notes from distutils doc (#13716). | Éric Araujo | 2012-01-15 | 1 | -25/+11 |
|
|
* | | | | | Null merge. | Nadeem Vawda | 2012-02-05 | 0 | -0/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). | Nadeem Vawda | 2012-02-05 | 1 | -2/+5 |
|
|
* | | | | | Branch merge | Éric Araujo | 2012-02-05 | 7 | -47/+99 |
|\ \ \ \ \ |
|
| * | | | | | Stop converting package_data to extra_files in pysetup create (#13712). | Éric Araujo | 2012-02-05 | 3 | -28/+35 |
|
|
| * | | | | | Allow multiple values for package_data in setup.cfg (#11805). | Éric Araujo | 2012-02-04 | 3 | -14/+50 |
|
|
| * | | | | | Improve one packaging test, remove a setuptoolism in another | Éric Araujo | 2012-02-04 | 2 | -5/+14 |
|
|
* | | | | | | merge with 3.2 | Georg Brandl | 2012-02-05 | 1 | -4/+4 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Closes #13944: fix capitalization of class name. | Georg Brandl | 2012-02-05 | 1 | -4/+4 |
|
|
* | | | | | | Issue #12142: Fixed reference cycle when importing ctypes | Meador Inge | 2012-02-05 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Issue #12142: Fixed reference cycle when importing ctypes | Meador Inge | 2012-02-05 | 1 | -1/+1 |
|
|
* | | | | | | _Py_Identifier are always ASCII strings | Victor Stinner | 2012-02-05 | 1 | -3/+2 |
|
|
* | | | | | | Null merge. | Nadeem Vawda | 2012-02-04 | 0 | -0/+0 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Issue #1625: Document BZ2File's lack of support for multi-stream inputs. | Nadeem Vawda | 2012-02-04 | 1 | -0/+9 |
|
|
* | | | | | | Issue #13933: merge | Ned Deily | 2012-02-04 | 2 | -2/+5 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Issue #13933: IDLE auto-complete did not work with some imported | Ned Deily | 2012-02-04 | 2 | -2/+5 |
|
|
* | | | | | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix failing test on big-endian machines (issue #13806). | Antoine Pitrou | 2012-02-04 | 1 | -8/+23 |
| | |_|/ /
| |/| | | |
|
* | | | | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | threading primitives now have timeouts | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|
|
| * | | | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | | | | | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | | | | | Document that some of LZMAFile.__init__()'s args are keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
|
|
* | | | | | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 2 | -2/+2 |
|
|
* | | | | | Update docstring for BZ2File.__init__(). | Nadeem Vawda | 2012-02-04 | 1 | -3/+7 |
| |/ / /
|/| | | |
|
* | | | | Small grammar fixes by Mark Summerfield. | Georg Brandl | 2012-02-04 | 1 | -10/+10 |
|
|