| Commit message (Expand) | Author | Age | Files | Lines |
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 173 | -2280/+2275 |
|
|
* | Issue3065: Fixed pickling of named tuples. Added tests. | Raymond Hettinger | 2008-06-09 | 3 | -2/+26 |
|
|
* | warn about parameter tuple unpacking | Benjamin Peterson | 2008-06-08 | 2 | -0/+9 |
|
|
* | Warn about assigning to Py3k keywords (True and False) | Benjamin Peterson | 2008-06-08 | 2 | -33/+76 |
|
|
* | add an ast_warn helper function to make adding those Py3k warnings easier | Benjamin Peterson | 2008-06-08 | 1 | -7/+15 |
|
|
* | Argh, I read it wrong. Reverted 64036 and added a clarifying remark. | Georg Brandl | 2008-06-08 | 1 | -2/+2 |
|
|
* | #3028: tokenize passes the physical line. | Georg Brandl | 2008-06-08 | 1 | -10/+9 |
|
|
* | change Py3k backquote warning to a SyntaxWarning and add a test | Benjamin Peterson | 2008-06-08 | 2 | -1/+7 |
|
|
* | capitalization nit | Benjamin Peterson | 2008-06-07 | 1 | -1/+1 |
|
|
* | Document the "st" API, to avoid confusion with the "new" AST. | Georg Brandl | 2008-06-07 | 1 | -78/+89 |
|
|
* | X-ref to numbers module. | Georg Brandl | 2008-06-07 | 1 | -3/+3 |
|
|
* | Backport docs for abc module to 2.6. | Georg Brandl | 2008-06-07 | 2 | -0/+196 |
|
|
* | #3057: Fix the MutableMapping ABC to use the 2.6 dict interface. | Georg Brandl | 2008-06-07 | 1 | -9/+14 |
|
|
* | Register IterableUserDict as a MutableMapping. | Georg Brandl | 2008-06-07 | 1 | -0/+4 |
|
|
* | Revert unwanted changes. | Georg Brandl | 2008-06-07 | 3 | -101/+95 |
|
|
* | Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() | Georg Brandl | 2008-06-07 | 7 | -100/+125 |
|
|
* | Finished bug #2451. Fixed the retrying part to make it | Facundo Batista | 2008-06-07 | 1 | -8/+16 |
|
|
* | Remove locking part of new buffer protocol. | Travis E. Oliphant | 2008-06-06 | 3 | -22/+0 |
|
|
* | Add long double check support to configure test. | Travis E. Oliphant | 2008-06-06 | 1 | -0/+11 |
|
|
* | Issue 3501: Make heapq support both __le__ and __lt__. | Raymond Hettinger | 2008-06-06 | 1 | -11/+28 |
|
|
* | Fix build issue on OSX 10.4 | Ronald Oussoren | 2008-06-06 | 6 | -8/+80 |
|
|
* | Document the new ctypes features. | Thomas Heller | 2008-06-06 | 1 | -6/+68 |
|
|
* | Add a reminder for the maintainer of whatsnew. | Thomas Heller | 2008-06-06 | 1 | -0/+4 |
|
|
* | Performance improvement: Use PyDict_Get/SetItem instead of | Thomas Heller | 2008-06-06 | 1 | -3/+9 |
|
|
* | Fix brackets. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Issue #1798: Add ctypes calling convention that allows safe access of errno. | Thomas Heller | 2008-06-06 | 7 | -27/+330 |
|
|
* | Markup fix. | Georg Brandl | 2008-06-06 | 1 | -2/+2 |
|
|
* | Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3. | Neal Norwitz | 2008-06-06 | 2 | -2/+2 |
|
|
* | Grammar fix | Andrew M. Kuchling | 2008-06-05 | 1 | -2/+2 |
|
|
* | Add various items | Andrew M. Kuchling | 2008-06-05 | 1 | -8/+76 |
|
|
* | Document 'utc' parameter | Andrew M. Kuchling | 2008-06-05 | 1 | -3/+7 |
|
|
* | revert 63965 for preformance reasons | Benjamin Peterson | 2008-06-05 | 1 | -1/+1 |
|
|
* | use the more idomatic while True | Benjamin Peterson | 2008-06-05 | 1 | -1/+1 |
|
|
* | Backport from py3k: Implement the new buffer interface from pep3118 | Thomas Heller | 2008-06-05 | 1 | -0/+2 |
|
|
* | Backport from py3k: Implement the new buffer interface from pep3118 | Thomas Heller | 2008-06-05 | 5 | -24/+455 |
|
|
* | Fix preprocessor statement. | Thomas Heller | 2008-06-05 | 1 | -1/+2 |
|
|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 52 | -202/+1124 |
|
|
* | Fixed complex.__getnewargs__() to not emit another complex object. | Alexandre Vassalotti | 2008-06-04 | 2 | -1/+10 |
|
|
* | Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling | Thomas Heller | 2008-06-04 | 7 | -312/+27 |
|
|
* | Fix ctypes.set_errno for gcc. | Thomas Heller | 2008-06-04 | 1 | -2/+4 |
|
|
* | Issue #1798: Add ctypes calling convention that allows safe access to | Thomas Heller | 2008-06-04 | 7 | -27/+310 |
|
|
* | Complete revision of new turtle module's docs. | Georg Brandl | 2008-06-04 | 1 | -1783/+1669 |
|
|
* | Patch #1513695: New turtle module, with demos. | Martin v. Löwis | 2008-06-04 | 24 | -1029/+7687 |
|
|
* | Fix Tkinter sequence passing. #2906. | Georg Brandl | 2008-06-03 | 1 | -1/+7 |
|
|
* | make test_mutex more elegant | Benjamin Peterson | 2008-06-03 | 1 | -18/+20 |
|
|
* | Change all functions that expect one unicode character to accept a pair of | Walter Dörwald | 2008-06-02 | 2 | -73/+82 |
|
|
* | Fix the -x flag so that is does work. | Thomas Heller | 2008-06-02 | 1 | -1/+1 |
|
|
* | Fix misspelled sys.platform name and misspelled filename. | Thomas Heller | 2008-06-02 | 2 | -2/+2 |
|
|
* | Patch #2125: Add GetInteger and GetString methods for | Martin v. Löwis | 2008-06-02 | 3 | -0/+63 |
|
|
* | Fix issue 2782: be less strict about the format string type in strftime. | Gregory P. Smith | 2008-06-02 | 3 | -21/+32 |
|
|