| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update link to pycrypto (closes #12351) | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 |
| | | |||||
| * | Closes #12206: documentation update for LogRecord constructor and ↵ | Vinay Sajip | 2011-06-13 | 1 | -0/+10 |
| | | | | | Formatter.formatTime. | ||||
| * | allow "fake" filenames in findsource (closes #9284) | Benjamin Peterson | 2011-06-11 | 3 | -2/+26 |
| | | | | | | | This allows findsource() to work in doctests. A patch from Dirkjan Ochtman. | ||||
| * | onto 2.7.3 | Benjamin Peterson | 2011-06-11 | 1 | -1/+1 |
| | | |||||
| * | merge 2.7.2 release branch | Benjamin Peterson | 2011-06-11 | 7 | -29/+30 |
| |\ | |||||
| | * | Added tag v2.7.2 for changeset 8527427914a2 | Benjamin Peterson | 2011-06-11 | 1 | -0/+1 |
| | | | |||||
| | * | update pydoc-topicsv2.7.2 | Benjamin Peterson | 2011-06-11 | 1 | -22/+22 |
| | | | |||||
| | * | bump to 2.7.2 final | Benjamin Peterson | 2011-06-11 | 5 | -7/+7 |
| | | | |||||
| * | | merge heads | Benjamin Peterson | 2011-06-10 | 11 | -24/+103 |
| |\ \ | |||||
| | * | | Issue #12223: Typo fix in datamodel docs | Eli Bendersky | 2011-06-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 3 | -10/+28 |
| | | | | | | | | | | | | | Original fix by 'rep', final patch (with tests) by Xuanji Li. | ||||
| | * | | Correction to f1509fc75435 - Issue #11583 | Brian Curtin | 2011-06-09 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | Rather than wrapping the C _isdir function in a Python function, just import the C _isdir function directly. Additionally, add in the docstring which was left out. | ||||
| | * | | Fix a few misuses of :option: I missed in r86521. | Éric Araujo | 2011-06-09 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````. | ||||
| | * | | Branch merge | Éric Araujo | 2011-06-09 | 2 | -8/+17 |
| | |\ \ | |||||
| | | * | | Add examples that work on Windows to distutils docs (#1626300) | Éric Araujo | 2011-06-07 | 2 | -8/+17 |
| | | | | | |||||
| | * | | | Merge | Brian Curtin | 2011-06-09 | 3 | -0/+51 |
| | |/ / | |||||
| * | | | merge 2.7.2 release branch with fix for #12009 | Benjamin Peterson | 2011-06-10 | 4 | -44/+107 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | fix regression in netrc comment handling (closes #12009) | Benjamin Peterson | 2011-06-10 | 4 | -44/+107 |
| | | | |||||
| * | | Branch merge | Éric Araujo | 2011-06-06 | 2 | -5/+6 |
| |\ \ | |||||
| | * | | Remove unnecessary executable bit on one distutils file | Éric Araujo | 2011-06-04 | 1 | -0/+0 |
| | | | | |||||
| | * | | Remove outdated bit of advice (c882b5ff92d9 follow-up) | Éric Araujo | 2011-06-04 | 1 | -5/+6 |
| | | | | |||||
| * | | | merge 2.7.2 release branch | Benjamin Peterson | 2011-06-05 | 2 | -2/+2 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Stop adding txt files twice. | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| | | | | |||||
| | * | | Add 2.7.2 UUIDs | Martin v. Löwis | 2011-06-05 | 1 | -0/+2 |
| | | | | |||||
| * | | | Issue #12080: Fix a performance issue in Decimal._power_exact that caused ↵ | Mark Dickinson | 2011-06-04 | 3 | -38/+97 |
| | |/ |/| | | | | | some corner-case Decimal.__pow__ calls to take an unreasonably long time. | ||||
| * | | Null merge from 2.6. | Barry Warsaw | 2011-06-04 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | Replay svn r88852. | Barry Warsaw | 2011-06-04 | 2 | -1/+13 |
| | | | | |||||
| | * | | Replay svn r88850.v2.6.7 | Barry Warsaw | 2011-06-04 | 7 | -26/+14 |
| | | | | |||||
| * | | | Issue #12016: Add test_errorhandle() to TestBase_Mapping of | Victor Stinner | 2011-06-03 | 1 | -4/+38 |
| | | | | | | | | | | | | | | | | test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase. | ||||
| * | | | Issue #12016: Reindent decoders of HK and JP codecs | Victor Stinner | 2011-06-03 | 2 | -51/+52 |
| | | | | |||||
| * | | | merge 2.7.2 release branch | Benjamin Peterson | 2011-06-03 | 1 | -2/+3 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | another benefit of this change | Benjamin Peterson | 2011-06-03 | 1 | -2/+3 |
| | | | | |||||
| | * | | merge release tag | Benjamin Peterson | 2011-06-01 | 1 | -0/+1 |
| | |\ \ | |||||
| * | | | | Document working dir for “make html” (#12249). Patch by Tshepang ↵ | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | Lekhonkhobe. | ||||
| * | | | | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 4 | -2/+7 |
| | | | | | |||||
| * | | | | sys.checkinterval() now refreshes the current countdown ticker. | Raymond Hettinger | 2011-06-02 | 2 | -0/+8 |
| | | | | | |||||
| * | | | | Cleanup example | Raymond Hettinger | 2011-06-01 | 1 | -5/+4 |
| | | | | | |||||
| * | | | | Multiple clean-ups to the docs for builtin functions. | Raymond Hettinger | 2011-06-01 | 1 | -28/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use concrete example for dir() and eliminate the distracting doctest directives. * Add a pure python equivalent for enumerate() * Modify the enumerate() example to demonstrate the start argument * Remove incorrect reference the *iterable* in the enumerate() docs. * Downgrade the comments on input() from a warning to a note. * Fix the iter() example to use the empty string as the terminating condition for file.readline(). Also, the old example was broken because readline() results include a newline, so 'STOP\n' would have been the correct terminating condition. Even with that fix, the STOP example was fragile and would have lead to infinite loops with malformed inputs. * Do not refer to classmethod as being "more advanced" than staticmethod. | ||||
| * | | | | Link to suggestions for how to use super(). | Raymond Hettinger | 2011-06-01 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Branch merge | Éric Araujo | 2011-06-01 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fix markup: arguments in a class directive are __init__ arguments, not base ↵ | Éric Araujo | 2011-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | classes | ||||
| | * | | | | Fix error message to use the Python name instead of the C name | Éric Araujo | 2011-05-31 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | merge heads | Benjamin Peterson | 2011-06-01 | 2 | -1/+4 |
| |\ \ \ \ | |||||
| | * | | | | Issue #12085: Fix test_subprocess for my previous commit | Victor Stinner | 2011-05-31 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | Replace support by test_support, and add captured_stderr() function. | ||||
| * | | | | | merge 2.7.2 release branch | Benjamin Peterson | 2011-06-01 | 2 | -21/+16 |
| |\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| | * | | | simply use the Python version for pyexpat.__version__ #12221 | Benjamin Peterson | 2011-05-31 | 2 | -21/+10 |
| | | | | | |||||
| | * | | | add 2.7.2 header | Benjamin Peterson | 2011-05-31 | 1 | -0/+7 |
| | | | | | |||||
| * | | | | Close #12085: Fix an attribute error in subprocess.Popen destructor if the | Victor Stinner | 2011-05-31 | 4 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan. | ||||
| * | | | | Issue #12057: Add tests for ISO 2022 codecs | Victor Stinner | 2011-05-30 | 7 | -1/+83 |
| | | | | | | | | | | | | | | | | | iso2022_jp, iso2022_jp_2 and iso2022_kr | ||||
| * | | | | Issue #1195: fix the issue number of the NEWS entry | Victor Stinner | 2011-05-30 | 1 | -1/+1 |
| | | | | | |||||
