Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11118: Fix bogus export of None in python3.dll. | Martin v. Löwis | 2011-02-04 | 3 | -12/+4 |
| | |||||
* | use 3-space indents. | Brett Cannon | 2011-02-03 | 1 | -69/+69 |
| | |||||
* | Add a HOWTO on how to port from Python 2 to Python 3. | Brett Cannon | 2011-02-03 | 2 | -0/+582 |
| | |||||
* | Remove lots of spaces within exception message. | Georg Brandl | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | Punctuation typos. | Georg Brandl | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | Punctuation typo. | Raymond Hettinger | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Get command-line doctest of Lib/decimal.py to work again. | Raymond Hettinger | 2011-02-01 | 1 | -2/+2 |
| | | | | | | | If tested as '__main__' instead 'decimal', the tracebacks would abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests. (Reviewed by Antoine.) | ||||
* | Add a svn:ignore for PC/python3dll.obj | Antoine Pitrou | 2011-02-01 | 0 | -0/+0 |
| | |||||
* | Wording fix. | Eric Smith | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Issue #8275: Fix passing of callback arguments with ctypes under Win64. | Antoine Pitrou | 2011-01-31 | 5 | -1/+55 |
| | | | | Patch by Stan Mihai. Ok'ed by Georg. | ||||
* | #11083 typo: RuntimeException -> RuntimeError | Brian Curtin | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. | Alexander Belopolsky | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Post-release updates. | Georg Brandl | 2011-01-31 | 2 | -1/+13 |
| | |||||
* | Recommend use of the tracker during the RC phase or just before a beta. | Raymond Hettinger | 2011-01-31 | 1 | -1/+4 |
| | |||||
* | Fix minor grammar nits. | Raymond Hettinger | 2011-01-31 | 1 | -27/+20 |
| | | | | | Revert r88272 -- the examples are more readable with spacing. Add todos for difflib and logging. | ||||
* | Mention new parameter and attributes of the difflib.SequenceMatcher class ↵ | Eli Bendersky | 2011-01-31 | 1 | -0/+9 |
| | | | | added in 3.2 (issue 2986) | ||||
* | Fix PEP-8 violation in argparse usage example (similar examples in ↵ | Eli Bendersky | 2011-01-31 | 1 | -9/+9 |
| | | | | argparse.rst do follow PEP-8) | ||||
* | Fix some grammar and typos | Eli Bendersky | 2011-01-31 | 1 | -6/+6 |
| | |||||
* | Tagging release 3.2 rc 2. | Georg Brandl | 2011-01-30 | 1 | -0/+1 |
| | |||||
* | Bump version.v3.2rc2 | Georg Brandl | 2011-01-30 | 6 | -7/+7 |
| | |||||
* | Update suspicious ignore file. | Georg Brandl | 2011-01-30 | 1 | -0/+18 |
| | |||||
* | Update pydoc topics. | Georg Brandl | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | #10680: fix mutually exclusive arguments in argument groups. | Georg Brandl | 2011-01-30 | 3 | -0/+44 |
| | |||||
* | #10961: fix exception handling in new pydoc server code. | Georg Brandl | 2011-01-30 | 3 | -99/+108 |
| | | | | Patch by Ron Adam, reviewed by Eric Araujo. | ||||
* | Clarify the status of get_string() and recommend using the binary API. | Raymond Hettinger | 2011-01-30 | 1 | -2/+7 |
| | |||||
* | #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. | Georg Brandl | 2011-01-30 | 1 | -4/+4 |
| | | | | Original patch by Brian Curtin, reviewed by me. | ||||
* | Add entry for the mailbox fixups. | Raymond Hettinger | 2011-01-30 | 1 | -0/+28 |
| | |||||
* | #9124: mailbox now accepts binary input and uses binary internally | R. David Murray | 2011-01-30 | 4 | -141/+388 |
| | | | | | | | | | | | | | | | | Although this patch contains API changes and is rather weighty for an RC phase, the mailbox module was essentially unusable without the patch since it would produce UnicodeErrors when handling non-ascii input at arbitrary and somewhat mysterious places, and any non-trivial amount of email processing will encounter messages with non-ascii bytes. The release manager approved the patch application. The changes allow binary input, and reject non-ASCII string input early with a useful message instead of failing mysteriously later. Binary is used internally for reading and writing the mailbox files. StringIO and Text file input are deprecated. Initial patch by Victor Stinner, validated and expanded by R. David Murray. | ||||
* | List known build/install problems for OS X. | Raymond Hettinger | 2011-01-30 | 1 | -1/+4 |
| | |||||
* | Issue #10845: Improve compatibility between multiprocessing on Windows and ↵ | Nick Coghlan | 2011-01-30 | 2 | -1/+13 |
| | | | | package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) | ||||
* | Markup nits. | Raymond Hettinger | 2011-01-30 | 1 | -3/+3 |
| | |||||
* | Add section for http.client. | Raymond Hettinger | 2011-01-30 | 1 | -6/+37 |
| | | | | | Link to OS X build instructions. Add back issue references for datetime. | ||||
* | Typos. | Raymond Hettinger | 2011-01-30 | 1 | -2/+2 |
| | |||||
* | Protect logging call against None argument (fixes #11045). | Éric Araujo | 2011-01-29 | 2 | -1/+4 |
| | | | | | | Initial patch by Kelsey Hightower. Approved by Raymond. A test was non-trivial to write without calling the private function directly, so we moved that for later. | ||||
* | Issue #10939: Make Internaldate2tuple test more robust. | Alexander Belopolsky | 2011-01-29 | 1 | -6/+8 |
| | |||||
* | Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save | Ned Deily | 2011-01-29 | 2 | -2/+5 |
| | | | | commands. (with release manager approval for 3.2rc2) | ||||
* | Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with | Ned Deily | 2011-01-29 | 3 | -18/+34 |
| | | | | | | the system-provided Python. Also, properly guard a new Python 3 only installer build step so that build-installer.py can stay compatible with the 2.7 version. (with release manager approval for 3.2rc2) | ||||
* | Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, | Ned Deily | 2011-01-29 | 2 | -2/+6 |
| | | | | | preventing a confusing hung appearance on OS X with the windows obscured. (with release manager approval for 3.2rc2) | ||||
* | Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the | Ned Deily | 2011-01-29 | 2 | -1/+10 |
| | | | | | menu accelerators for Open Module, Go to Line, and New Indent Width. The accelerators still work but no longer appear in the menu items. | ||||
* | Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson | Alexander Belopolsky | 2011-01-29 | 3 | -3/+15 |
| | | | | for the report and the patch. Reviewed by Georg Brandl. | ||||
* | fix reference to issue where the addition of select.PIPE_BUF was discussed | Giampaolo Rodolà | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). | Victor Stinner | 2011-01-29 | 3 | -1/+6 |
| | | | | Patch reviewed by Antoine Pitrou, okayed by Georg Brandl. | ||||
* | Issue #11302: missing type check on _string.formatter_field_name_split and ↵ | Eric Smith | 2011-01-29 | 2 | -0/+62 |
| | | | | | | _string.formatter_parser caused crash. Originial patch by haypo, reviewed by me, okayed by Georg. | ||||
* | Add entry for str.format_map(). | Raymond Hettinger | 2011-01-29 | 1 | -37/+56 |
| | | | | Add bullet list and reference to documentation section. | ||||
* | Added a placeholder for str.format_map, as discussed with Raymond. My prose ↵ | Eric Smith | 2011-01-28 | 1 | -0/+20 |
| | | | | is horrible, some cleanup is required. | ||||
* | Issue 10573: revert unittest docs to first / second | Michael Foord | 2011-01-28 | 2 | -36/+36 |
| | | | | | Minor internal change to unittest.TestCase.assertCountEqual Reviewed by R. David Murray | ||||
* | #11027: documented how to override SECTCRE | Łukasz Langa | 2011-01-28 | 1 | -0/+32 |
| | |||||
* | More source links | Raymond Hettinger | 2011-01-27 | 45 | -7/+161 |
| | |||||
* | Issue 11008: docs updated to show versionadded for dictConfig. | Vinay Sajip | 2011-01-27 | 1 | -0/+2 |
| | |||||
* | More typical sample invocation of tarfile. | Raymond Hettinger | 2011-01-27 | 1 | -1/+1 |
| |