Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from 3.2 - heads | Eli Bendersky | 2011-07-30 | 0 | -0/+0 |
|\ | |||||
| * | merging Georg's revision | Eli Bendersky | 2011-07-30 | 1 | -7/+12 |
| |\ | |||||
* | \ | Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. ↵ | Eli Bendersky | 2011-07-30 | 1 | -2/+3 |
|\ \ \ | |/ / | | | | | | | Patch by Petri Lehtinen | ||||
| * | | Issue #11699: fix documentation of OptionParser.get_option_group. Patch by ↵ | Eli Bendersky | 2011-07-30 | 1 | -2/+3 |
| | | | | | | | | | | | | Petri Lehtinen | ||||
* | | | Merge with 3.2. | Georg Brandl | 2011-07-30 | 1 | -7/+11 |
|\ \ \ | | |/ | |/| | |||||
| * | | Change test.support docs to be more specific about the nature of this module. | Georg Brandl | 2011-07-30 | 1 | -7/+12 |
| |/ | |||||
* | | Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ↵ | Eli Bendersky | 2011-07-30 | 1 | -5/+11 |
|\ \ | |/ | | | | | in function calls | ||||
| * | Issue #12531: add index entries to documentation of * and ** in function calls | Eli Bendersky | 2011-07-30 | 1 | -5/+11 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2011-07-30 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | remove duplicated type ready | Benjamin Peterson | 2011-07-30 | 1 | -3/+0 |
| | | |||||
* | | merge heads | Benjamin Peterson | 2011-07-30 | 5 | -22/+75 |
|\ \ | |||||
| * | | fixing the smtplib.rst whitespaces. | Senthil Kumaran | 2011-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | merge heads. | Senthil Kumaran | 2011-07-30 | 4 | -0/+108 |
| |\ \ | |||||
| * | | | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which ↵ | Senthil Kumaran | 2011-07-30 | 5 | -22/+75 |
| | | | | | | | | | | | | | | | | adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. | ||||
* | | | | plug refleak | Benjamin Peterson | 2011-07-30 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | also make NotImplementedType callable | Benjamin Peterson | 2011-07-29 | 3 | -3/+38 |
| | | | |||||
* | | | merge heads | Benjamin Peterson | 2011-07-29 | 3 | -6/+40 |
|\ \ \ | |/ / | |||||
| * | | Issue #12626: In regrtest, allow to filter tests using a glob filter | Antoine Pitrou | 2011-07-29 | 3 | -6/+40 |
| |\ \ | | |/ | | | | | | | | | | | | | 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. | ||||
| | * | Issue #12626: In regrtest, allow to filter tests using a glob filter | Antoine Pitrou | 2011-07-29 | 3 | -6/+37 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | make the types of None and Ellipsis callable | Benjamin Peterson | 2011-07-29 | 4 | -0/+73 |
|/ / | |||||
* | | bytes -> bytearray | Benjamin Peterson | 2011-07-29 | 1 | -1/+1 |
| | | |||||
* | | bytes should be verboten in sum() (fixes #12654) | Benjamin Peterson | 2011-07-29 | 3 | -0/+10 |
| | | |||||
* | | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: | Charles-François Natali | 2011-07-29 | 3 | -1/+26 |
|\ \ | |/ | | | | | fix it. Patch by Petri Lehtinen. | ||||
| * | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: | Charles-François Natali | 2011-07-29 | 4 | -1/+27 |
| | | | | | | | | fix it. Patch by Petri Lehtinen. | ||||
* | | Merge from 3.2 (#9254, #8982, #9788) | Éric Araujo | 2011-07-29 | 3 | -18/+16 |
|\ \ | |/ | |||||
| * | Document that atexit execution order is undefined (#9788) | Éric Araujo | 2011-07-29 | 1 | -1/+3 |
| | | |||||
| * | Add a link target for argparse.Namespace (#8982) | Éric Araujo | 2011-07-29 | 1 | -7/+10 |
| | | |||||
| * | Let the doc of __import__ link to importlib (#9254). | Éric Araujo | 2011-07-29 | 1 | -10/+3 |
| | | | | | | | | | | | | 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.) | ||||
* | | Merge fix for #8887 from 3.2 | Éric Araujo | 2011-07-29 | 3 | -6/+28 |
|\ \ | |/ | |||||
| * | Make “pydoc somebuiltin.somemethod” work (#8887) | Éric Araujo | 2011-07-29 | 3 | -6/+28 |
| | | |||||
* | | Merge fix for reindent.py | Jason R. Coombs | 2011-07-29 | 1 | -2/+2 |
|\ \ | |||||
| * | | Issue #10639: spec_newline wasn't defined globally unless main() was called; ↵ | Jason R. Coombs | 2011-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | now spec_newline is set at module import/execution | ||||
* | | | Expand shlex.quote example (#9723) | Éric Araujo | 2011-07-29 | 1 | -5/+22 |
| | | | |||||
* | | | Merge 3.2 | Éric Araujo | 2011-07-29 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Branch merge | Éric Araujo | 2011-07-29 | 33 | -162/+113 |
| |\ \ | |||||
| | * | | Change one line I missed in 7527f3f9829 | Éric Araujo | 2011-07-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | Branch merge | Éric Araujo | 2011-07-29 | 52 | -294/+256 |
|\ \ \ \ | |||||
| * | | | | Minor packaging cleanup. | Éric Araujo | 2011-07-29 | 5 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use shortcut dist.version instead of going through metadata; - Use %r throughout to display project names and paths. | ||||
| * | | | | Make TypeError message from Command.__init__ more useful | Éric Araujo | 2011-07-29 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Let all pysetup actions return a meaningful 0 or 1 exit code (#12222). | Éric Araujo | 2011-07-29 | 1 | -32/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Let pysetup list exit with a non-zero code when no result is found (#11409). | Éric Araujo | 2011-07-29 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | “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. | ||||
| * | | | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 33 | -132/+81 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Branch merge | Éric Araujo | 2011-07-28 | 25 | -379/+451 |
| | |\ \ \ | |||||
| | | * \ \ | Merge profile docs followup (#12417) from 3.1 | Éric Araujo | 2011-07-28 | 3 | -59/+1 |
| | | |\ \ \ | |||||
| | | | * | | | Remove mentions of previous license in profile module docs (#12417 followup). | Éric Araujo | 2011-07-28 | 3 | -59/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove an extra docstring. | ||||
| | | * | | | | Turn raw URI into real link | Éric Araujo | 2011-07-28 | 2 | -3/+2 |
| | | | | | | | |||||
| | | * | | | | Update documentation for shutil.move (#12043) and fix a few typos. | Éric Araujo | 2011-07-28 | 2 | -10/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker. | ||||
| | | * | | | | Stop ignoring Mercurial merge conflits files (#12255). | Éric Araujo | 2011-07-28 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | | * | | | | Make VCSes ignore the compiled shared library file (#12255) | Éric Araujo | 2011-07-28 | 3 | -0/+3 |
| | | | | | | | |||||
| | * | | | | | Branch merge. | Éric Araujo | 2011-07-26 | 23 | -87/+89 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | I moved the NEWS entry for the reindent fix to the right release section. |