Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 4 | -3/+26 |
| | | | | | sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe). | ||||
* | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp | Victor Stinner | 2012-02-08 | 2 | -1/+11 |
| | | | | with a subsecond resolution | ||||
* | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help | Victor Stinner | 2012-02-08 | 2 | -115/+120 |
| | | | | debugging | ||||
* | 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 |
| | |||||
* | What's New in 3.3: reorder modules | Victor Stinner | 2012-02-08 | 1 | -79/+79 |
| | | | | Remove also duplicate functions in the "os" module section | ||||
* | What's New in 3.3: Fix time module doc | Victor Stinner | 2012-02-08 | 1 | -3/+3 |
| | |||||
* | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() | Victor Stinner | 2012-02-07 | 2 | -8/+29 |
| | | | | | to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between 0.5 ms and 15 ms). | ||||
* | Issue #13846: Add time.monotonic(), monotonic clock. | Victor Stinner | 2012-02-07 | 4 | -16/+94 |
| | |||||
* | Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again | Victor Stinner | 2012-02-07 | 1 | -2/+3 |
| | |||||
* | Re-order importlib benchmarks to be consistent. Also print out what ↵ | Brett Cannon | 2012-02-07 | 1 | -6/+8 |
| | | | | implementation of __import__ is used. | ||||
* | Merge | Brett Cannon | 2012-02-07 | 7 | -15/+18 |
|\ | |||||
| * | Null merge for reverted fix for #13807. | Vinay Sajip | 2012-02-06 | 0 | -0/+0 |
| |\ | |||||
| | * | Null merge for reverted fix for #13807. | Vinay Sajip | 2012-02-06 | 0 | -0/+0 |
| | |\ | |||||
| | | * | 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 ↵ | Petri Lehtinen | 2012-02-06 | 4 | -10/+45 |
| | | | | | | | | | | | | | | | | ProgrammingError now. | ||||
| * | | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 7 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet). | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | Reported by David-Sarah Hopwood on the Bitbucket bug tracker of Tarek’s former verlib/distutils.version project. | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | Patch by Guilherme Polo and Roger Serwy. | ||||
* | | | | Merge with 3.2 | Terry Jan Reedy | 2012-02-05 | 1 | -4/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | #13933 refine patch using 'new' builtin | ||||
| * | | | #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 |
| | | | | | | | | | | | | | | | | descriptors. | ||||
* | | | | Make lzma docs consistent with other compression modules (cf. changeset ↵ | Nadeem Vawda | 2012-02-05 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | 11bd2d32b4e8). | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten. | ||||
| | * | | | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-01-16 | 7 | -16/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove duplicated list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715. | ||||
| | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Carl tested the fix and we have a buildbot with rpm installed, so I’m committing even though I could not run this test (but I do understand the changed code :) | ||||
| | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by Florent Xicluna with the rationale that they make the docs look unfinished. I’ve also removed a few XXX notes that were not visible in the HTML but could waste contributors’ time by suggesting improvements that are never going to happen for distutils. | ||||
* | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pysetup create, the setup.cfg creation helper, used to convert package_data (from an existing setup.py) into extra_files, the replacement for MANIFEST.in, but these files are only present in sdists, not installed: they don’t have the same use case at all, so converting one into the other did not work. | ||||
| * | | | | | Allow multiple values for package_data in setup.cfg (#11805). | Éric Araujo | 2012-02-04 | 3 | -14/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Doc for this option will be added later as part of the big packaging doc patches. For now, the test serves as example. Reported by Erik Bray. | ||||
| * | | | | | 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 |
| | | | | | |