Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make test.support.reap_threads() faster | Antoine Pitrou | 2013-08-16 | 1 | -2/+2 |
| | |||||
* | Issue #18756: Improve error reporting in os.urandom() when the failure is ↵ | Antoine Pitrou | 2013-08-16 | 1 | -0/+20 |
|\ | | | | | | | due to something else than /dev/urandom not existing. | ||||
| * | Issue #18756: Improve error reporting in os.urandom() when the failure is ↵ | Antoine Pitrou | 2013-08-16 | 1 | -0/+20 |
| | | | | | | | | due to something else than /dev/urandom not existing. | ||||
* | | Issue #1666318: Add a test that shutil.copytree() retains directory permissions. | Antoine Pitrou | 2013-08-16 | 1 | -0/+26 |
|\ \ | |/ | | | | | Patch by Catherine Devlin. | ||||
| * | Issue #1666318: Add a test that shutil.copytree() retains directory permissions. | Antoine Pitrou | 2013-08-16 | 1 | -0/+26 |
| | | | | | | | | Patch by Catherine Devlin. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-15 | 2 | -22/+10 |
|\ \ | |/ | |||||
| * | Issue #18732: Remove unused* parameter output_sep from IdleHistory.History | Terry Jan Reedy | 2013-08-15 | 2 | -22/+10 |
| | | | | | | | | | | | | and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-15 | 2 | -3/+179 |
|\ \ | |/ | |||||
| * | Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan. | Terry Jan Reedy | 2013-08-15 | 2 | -3/+179 |
| | | |||||
* | | Change the builtin hash algorithms' names to lower case names | Christian Heimes | 2013-08-15 | 1 | -2/+2 |
| | | | | | | | | as promised by hashlib's documentation. | ||||
* | | (Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os ↵ | Victor Stinner | 2013-08-15 | 1 | -4/+5 |
|\ \ | |/ | | | | | on FreeBSD | ||||
| * | Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD | Victor Stinner | 2013-08-15 | 1 | -4/+5 |
| | | |||||
| * | issue #18698: ensure importlib.reload() returns the module out of sys.modules. | Eric Snow | 2013-08-15 | 2 | -1/+20 |
| | | |||||
* | | Closes issue #18698: ensure importlib.reload() returns the module out of ↵ | Eric Snow | 2013-08-15 | 2 | -1/+19 |
| | | | | | | | | sys.modules. | ||||
* | | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 28 | -1051/+2106 |
| | | | | | | | | See http://hg.python.org/sandbox/sbt#spawn | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-13 | 2 | -15/+35 |
|\ \ | |/ | |||||
| * | Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_' | Terry Jan Reedy | 2013-08-13 | 2 | -15/+35 |
| | | | | | | | | prefix from two attributes and two methods of History class. | ||||
* | | (Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt(). | Victor Stinner | 2013-08-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #18405: Improve the entropy of crypt.mksalt(). | Victor Stinner | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | Close #12015: The tempfile module now uses a suffix of 8 random characters | Victor Stinner | 2013-08-13 | 2 | -3/+3 |
| | | | | | | | | | | | | instead of 6, to reduce the risk of filename collision. The entropy was reduced when uppercase letters were removed from the charset used to generate random characters. | ||||
* | | #18687: merge with 3.3. | Ezio Melotti | 2013-08-13 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | #18687: remove obsolete comment. Patch by Févry Thibault. | Ezio Melotti | 2013-08-13 | 1 | -1/+0 |
| | | |||||
* | | merge from 3.3 | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
|\ \ | |/ | | | | | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | ||||
| * | Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb | Senthil Kumaran | 2013-08-13 | 1 | -0/+8 |
| | | |||||
* | | Issue #18585: Add :func:`textwrap.shorten` to collapse and truncate a piece ↵ | Antoine Pitrou | 2013-08-12 | 2 | -11/+110 |
| | | | | | | | | of text to a given length. | ||||
* | | Closes issue #18598: Have the exception message for | Brett Cannon | 2013-08-12 | 1 | -1/+3 |
| | | | | | | | | | | importlib.import_module() include the name of the module when the 'package' argument is missing but needed. | ||||
* | | Issue 18693: Put custom __dir__ back in place. Will instead look at fixing ↵ | Ethan Furman | 2013-08-12 | 2 | -0/+21 |
| | | | | | | | | `help()`. | ||||
* | | Add some docstrings, clarify others, and fix formatting. | Eli Bendersky | 2013-08-11 | 1 | -3/+11 |
| | | |||||
* | | Close #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 1 | -12/+25 |
|\ \ | |/ | |||||
| * | Issue #12645: Clarify and reformat the documentation of import_fresh_module | Eli Bendersky | 2013-08-11 | 1 | -11/+25 |
| | | |||||
* | | Issue #18706: Fix a test for issue #18681 so it no longer breaks ↵ | Serhiy Storchaka | 2013-08-11 | 1 | -2/+3 |
|\ \ | |/ | | | | | test_codeccallbacks*. | ||||
| * | Issue #18706: Fix a test for issue #18681 so it no longer breaks ↵ | Serhiy Storchaka | 2013-08-11 | 1 | -2/+3 |
| | | | | | | | | test_codeccallbacks*. | ||||
* | | #18663: merge with 3.3. | Ezio Melotti | 2013-08-11 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | #18663: document that assertAlmostEqual also works when the values are equal ↵ | Ezio Melotti | 2013-08-11 | 1 | -0/+4 |
| | | | | | | | | and add tests. | ||||
* | | Issue #15301: skip new test method so Windows builtbots stop failing. | Terry Jan Reedy | 2013-08-11 | 1 | -0/+1 |
| | | |||||
* | | Issue #18676: Merge from 3.3 | Terry Jan Reedy | 2013-08-10 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get | Terry Jan Reedy | 2013-08-10 | 1 | -4/+4 |
| | | | | | | | | docstrings and ValueError messages. Patch by Zhongyue Luo | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-08-10 | 2 | -49/+463 |
|\ \ | |/ | |||||
| * | Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. | Terry Jan Reedy | 2013-08-10 | 2 | -49/+463 |
| | | | | | | | | | | Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster. | ||||
* | | Close #18693: __dir__ removed from Enum; help() now helpful. | Ethan Furman | 2013-08-10 | 2 | -21/+0 |
| | | |||||
* | | Close #18264: int- and float-derived enums now converted to int or float. | Ethan Furman | 2013-08-10 | 2 | -8/+100 |
| | | |||||
* | | #18681: merge with 3.3. | Ezio Melotti | 2013-08-10 | 2 | -1/+10 |
|\ \ | |/ | |||||
| * | #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). | Ezio Melotti | 2013-08-10 | 2 | -1/+10 |
| | | |||||
| * | Merge heads. | R David Murray | 2013-08-10 | 2 | -11/+33 |
| |\ | |||||
* | \ | Merge heads. | R David Murray | 2013-08-10 | 2 | -11/+33 |
|\ \ \ | |||||
| * \ \ | Merge #8112: Update the documenting xmlrpc server to use getfullargspec. | R David Murray | 2013-08-10 | 2 | -11/+33 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | #8112: Update the documenting xmlrpc server to use getfullargspec. | R David Murray | 2013-08-10 | 2 | -11/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this patch it would raise an error when trying to display documentation for a method that used annotations. Patch by Claudiu Popa. | ||||
* | | | | #18505: merge with 3.3. | Ezio Melotti | 2013-08-10 | 1 | -4/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-08-10 | 1 | -4/+1 |
| | | | | |||||
* | | | | Merge typo fixes from 3.3. | Ezio Melotti | 2013-08-10 | 2 | -4/+4 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | |