Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop old UUIDs. | Martin v. Löwis | 2011-06-05 | 1 | -60/+0 |
| | |||||
* | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
|\ | |||||
| * | null merge | Martin v. Löwis | 2011-06-05 | 0 | -0/+0 |
| |\ | |||||
| | * | Add 3.1.4 UUIDs. | Martin v. Löwis | 2011-06-05 | 1 | -0/+2 |
| | | | |||||
| * | | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Do not add txt files twice. | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| | | | |||||
* | | | Closes issue #11557: removal of non-idiomatic code in test_logging. | Vinay Sajip | 2011-06-05 | 1 | -31/+25 |
| | | | |||||
* | | | merge heads. | Gregory P. Smith | 2011-06-05 | 223 | -3536/+11838 |
|\ \ \ | |||||
| * \ \ | merge heads | Benjamin Peterson | 2011-06-05 | 3 | -38/+97 |
| |\ \ \ | |||||
| | * | | | Issue #12080: Fix a performance issue in Decimal._power_exact that causes ↵ | Mark Dickinson | 2011-06-04 | 3 | -38/+97 |
| | | | | | | | | | | | | | | | | | | | | some corner-case Decimal.__pow__ calls to take an unreasonably long time. | ||||
| * | | | | only clear the parser error if it's set (closes #12264) | Benjamin Peterson | 2011-06-05 | 2 | -2/+11 |
| |/ / / | |||||
| * | | | merge heads | Benjamin Peterson | 2011-06-03 | 3 | -54/+85 |
| |\ \ \ | |||||
| | * \ \ | (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping of | Victor Stinner | 2011-06-03 | 1 | -3/+33 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase. | ||||
| | | * | | Issue #12016: Add test_errorhandle() to TestBase_Mapping of | Victor Stinner | 2011-06-03 | 1 | -3/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase. | ||||
| | * | | | (Merge 3.2) Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
| | | | | | |||||
| * | | | | some horrible preprocessing tricks to automatically update the tag | Benjamin Peterson | 2011-06-03 | 1 | -2/+10 |
| |/ / / | |||||
| * | | | run autoconf | Benjamin Peterson | 2011-06-03 | 1 | -2/+0 |
| | | | | |||||
| * | | | remove AC_REVISION | Benjamin Peterson | 2011-06-03 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge #12249 fix from 3.2 | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Document working dir for “make html” (#12249). Patch by Tshepang ↵ | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Lekhonkhobe. | ||||
| * | | | Fix reST label for collections ABCs. | Éric Araujo | 2011-06-03 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | The previous markup hijacked the abstract-base-classes glossary entry, which resulted in the HTML linking to collections.abc when defining the generic ABC concept. Now the glossary links to the abc module. | ||||
| * | | | Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. | Éric Araujo | 2011-06-03 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | I’m afraid my docstring is not as clear as it should be, but I can’t find a concise way of describing what the code does. Suggestions for improvements welcome. | ||||
| * | | | Add NEWS and whatsnew entries for the packaging module | Éric Araujo | 2011-06-03 | 2 | -1/+17 |
| | | | | |||||
| * | | | Merge. | Charles-François Natali | 2011-06-03 | 2 | -10/+8 |
| |\ \ \ | |||||
| | * | | | Close #12250: Disable the regrtest timeout by default | Victor Stinner | 2011-06-03 | 2 | -10/+8 |
| | | | | | | | | | | | | | | | | | | | | Keep a timeout of 1 hour for buildbots. | ||||
| * | | | | Issue #12196: Make test.support's requires_linux_version a decorator. | Charles-François Natali | 2011-06-03 | 3 | -29/+33 |
| |/ / / | |||||
| * | | | merge | Raymond Hettinger | 2011-06-03 | 3 | -1/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 4 | -1/+7 |
| | | | | |||||
| * | | | Merge packaging doc fix | Éric Araujo | 2011-06-02 | 9 | -31/+103 |
| |\ \ \ | |||||
| | * | | | Packaging doc: Add missing index file, improve main page description. | Éric Araujo | 2011-06-02 | 4 | -14/+71 |
| | | | | | | | | | | | | | | | | | | | | Also promote notices from distutils doc to deprecation boxes. | ||||
| | * | | | Fix format of warnings from the packaging check command | Éric Araujo | 2011-06-02 | 2 | -1/+12 |
| | | | | | |||||
| | * | | | Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. | Éric Araujo | 2011-06-02 | 3 | -15/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need to call flush manually in each test, except when testing code that creates warning without checking them. | ||||
| * | | | | added the generate-setup action | Tarek Ziade | 2011-06-02 | 2 | -2/+18 |
| | | | | | |||||
| * | | | | this documentation is now handled by all the new packaging contributors | Tarek Ziade | 2011-06-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | merge | Raymond Hettinger | 2011-06-01 | 1 | -22/+32 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Forward port doc updates for builtin functions. | Raymond Hettinger | 2011-06-01 | 1 | -22/+32 |
| | | | | |||||
| * | | | Kill trailing whitespace | Éric Araujo | 2011-06-01 | 4 | -30/+30 |
| | | | | |||||
| * | | | Add documentation for the packaging module. | Éric Araujo | 2011-06-01 | 42 | -3/+7388 |
| | | | | | | | | | | | | | | | | | | | | This updates the user guide to refer to Packaging instead of Distutils. Some files still require an update. | ||||
| * | | | Issue #12196: Add a note on os.pipe2() in the "Whats' new in Python 3.3" | Charles-François Natali | 2011-06-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | document. | ||||
| * | | | Merge 3.2 | Éric Araujo | 2011-06-01 | 2 | -4/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Branch merge | Éric Araujo | 2011-06-01 | 2 | -4/+4 |
| | |\ \ | |||||
| | | * | | Fix markup: arguments in a class directive are __init__ arguments, not base ↵ | Éric Araujo | 2011-05-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | classes | ||||
| | | * | | Fix error message to use the Python name instead of the C name | Éric Araujo | 2011-05-31 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Branch merge | Éric Araujo | 2011-06-01 | 9 | -143/+45 |
| |\ \ \ \ | |||||
| | * | | | | The compiler class for EMX was removed | Éric Araujo | 2011-06-01 | 2 | -5/+2 |
| | | | | | | |||||
| | * | | | | Fix typos in class names | Éric Araujo | 2011-06-01 | 2 | -6/+6 |
| | | | | | | |||||
| | * | | | | Re-add line that was mistakenly removed alongside RPM support. | Éric Araujo | 2011-05-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reveals the need for bdist* tests. | ||||
| | * | | | | Re-apply distutils2 changes lost before the merge of packaging. | Éric Araujo | 2011-05-31 | 3 | -102/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrap_text was removed in favor of standard textwrap but the removal of the function was lost in a bad merge; a change in sdist mysteriously disappeared. | ||||
| | * | | | | Fix nonsensical name. | Éric Araujo | 2011-05-31 | 1 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code used “long” to refer to a long option (e.g. --quiet), which was probably changed by 2to3 and not caught by the human operator, and then changed to “integer” by me to avoid shadowing without seeing the real obvious fix. |