- 29 Tem, 2011 29 kayıt (commit)
-
-
Antoine Pitrou yazdı
with the `-m` (or `--match`) option. This works with all test cases using the unittest module. This is useful with long test suites such as test_io or test_subprocess.
-
Antoine Pitrou yazdı
with the `-m` (or `--match`) option. This works with all test cases using the unittest module. This is useful with long test suites such as test_io or test_subprocess.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
fix it. Patch by Petri Lehtinen.
-
Charles-François Natali yazdı
fix it. Patch by Petri Lehtinen.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
importlib.import_module eschews a number of issues that __import__ has. Reviewed by Brett Cannon. (The docstring of __import__ was already updated in 3d490c3a019e, for #7397.)
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
Issue #10639: spec_newline wasn't defined globally unless main() was called; now spec_newline is set at module import/execution
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Eli Bendersky yazdı
Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
-
Eli Bendersky yazdı
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
-
Eli Bendersky yazdı
As a side effect, this now allows the rjust, ljust and center methods of bytes and bytearray to accept a bytearray argument. Patch by Petri Lehtinen
-
Éric Araujo yazdı
-
Éric Araujo yazdı
- Use shortcut dist.version instead of going through metadata; - Use %r throughout to display project names and paths.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This will help scripts calling pysetup know if a command failed. Printing/logging was also made more consistent, and a few things were cleaned up. In particular, the error/Ctrl-C handling was moved from the _run function up to the main function. The run action is not fixed yet; it returns the dist.Distribution instance, which is needed by test_uninstall and not trivial to fix.
-
Éric Araujo yazdı
“pysetup list” or “pysetup list --all” will continue to return 0 if no distribution is found (it’s not an error), but “pysetup list some.project” will now exit with 1 if no matching installed distribution is found. Based on a patch by Kelsey Hightower.
-
Éric Araujo yazdı
-
- 28 Tem, 2011 11 kayıt (commit)
-
-
Éric Araujo yazdı
The tests don’t use an internal distutils function anymore, and use regular assertEqual with sorted lists instead of a convoluted manual diff.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Also remove an extra docstring.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker.
-
Éric Araujo yazdı
R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts.
-
Éric Araujo yazdı
-
Raymond Hettinger yazdı
-
Senthil Kumaran yazdı
merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
-