| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 2 | -60/+4 |
|
|
* | PEP 410 | Victor Stinner | 2012-02-08 | 2 | -4/+60 |
|
|
* | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|\ |
|
| * | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|
|
| * | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr... | Petri Lehtinen | 2012-02-06 | 1 | -0/+22 |
|
|
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 2 | -3/+20 |
|
|
* | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp | Victor Stinner | 2012-02-08 | 1 | -0/+11 |
|
|
* | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help | Victor Stinner | 2012-02-08 | 1 | -38/+75 |
|
|
* | | Issue #13964: Test also os.futimesat() | Victor Stinner | 2012-02-08 | 1 | -1/+8 |
|
|
* | | Issue #13964: Write tests for new os.*utime*() functions | Victor Stinner | 2012-02-08 | 1 | -0/+37 |
|
|
* | | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 1 | -1/+17 |
|
|
* | | Re-order importlib benchmarks to be consistent. Also print out what implement... | Brett Cannon | 2012-02-07 | 1 | -6/+8 |
|
|
* | | Merge | Brett Cannon | 2012-02-07 | 3 | -7/+7 |
|\ \ |
|
| * | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 3 | -7/+7 |
|
|
* | | | Have importlib.test.benchmark test with tabnanny as a medium-sized test. | Brett Cannon | 2012-02-07 | 1 | -32/+58 |
|/ / |
|
* | | Fix typos in comments. | Éric Araujo | 2012-02-06 | 1 | -3/+3 |
|
|
* | | Issue #10881: merge | Ned Deily | 2012-02-06 | 1 | -10/+13 |
|\ \
| |/ |
|
| * | Issue #10881: Fix test_site failure with OS X framework builds. | Ned Deily | 2012-02-05 | 1 | -10/+13 |
|
|
* | | Merge with 3.2 #964437 | Terry Jan Reedy | 2012-02-05 | 2 | -11/+64 |
|\ \
| |/ |
|
| * | Issue 964437 Make IDLE help window non-modal. | Terry Jan Reedy | 2012-02-05 | 2 | -11/+64 |
|
|
* | | 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 | 2 | -7/+154 |
|
|
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) | Éric Araujo | 2012-02-05 | 3 | -1/+21 |
|\ \
| |/ |
|
| * | Branch merge | Éric Araujo | 2012-02-05 | 3 | -1/+21 |
| |\ |
|
| | * | Really make bztar support in shutil conditional. | Éric Araujo | 2012-02-05 | 1 | -1/+0 |
|
|
| | * | Stop ignoring RPMs in distutils' upload command (#2945). | Éric Araujo | 2012-01-15 | 2 | -0/+21 |
|
|
* | | | Branch merge | Éric Araujo | 2012-02-05 | 6 | -47/+95 |
|\ \ \ |
|
| * | | | Stop converting package_data to extra_files in pysetup create (#13712). | Éric Araujo | 2012-02-05 | 2 | -28/+33 |
|
|
| * | | | Allow multiple values for package_data in setup.cfg (#11805). | Éric Araujo | 2012-02-04 | 2 | -14/+48 |
|
|
| * | | | Improve one packaging test, remove a setuptoolism in another | Éric Araujo | 2012-02-04 | 2 | -5/+14 |
|
|
* | | | | 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 |
|
|
* | | | | Issue #13933: merge | Ned Deily | 2012-02-04 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #13933: IDLE auto-complete did not work with some imported | Ned Deily | 2012-02-04 | 1 | -2/+2 |
|
|
* | | | | 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 |
|
|
| * | | | 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 |
|
|
* | | | | Make BZ2File.__init__()'s fileobj argument keyword-only. | Nadeem Vawda | 2012-02-04 | 1 | -1/+1 |
|
|
* | | | | Update docstring for BZ2File.__init__(). | Nadeem Vawda | 2012-02-04 | 1 | -3/+7 |
| |/ /
|/| | |
|
* | | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | remove unused import | Benjamin Peterson | 2012-02-04 | 1 | -1/+0 |
|
|
* | | | Issue #13861: merge | Ned Deily | 2012-02-03 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #13861: Prevent test_apropos* test case failures in test_pydoc. | Ned Deily | 2012-02-03 | 1 | -2/+2 |
|
|
* | | | Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -3/+8 |
|
|
* | | | merge | Ned Deily | 2012-02-03 | 1 | -2/+8 |
|\ \ \
| |/ / |
|
| * | | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -2/+8 |
|
|
* | | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 |
|\ \ \
| |/ / |
|
| * | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -0/+23 |
| |\ \ |
|