Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #10902: Fix reference to run* methods | Eli Bendersky | 2011-01-14 | 1 | -1/+1 |
| | |||||
* | Remove call to nonexisting function (relic from Python 2.x) under #ifdef ↵ | Eli Bendersky | 2011-01-14 | 1 | -1/+0 |
| | | | | __INSURE__. Issue 9844 | ||||
* | Issue #9268: Documented -m pickletools usage. | Alexander Belopolsky | 2011-01-13 | 1 | -0/+64 |
| | | | | Also added a source code link. | ||||
* | Issue 10899: Remove function type annotations from the stdlib | Raymond Hettinger | 2011-01-13 | 2 | -18/+24 |
| | |||||
* | Issue #10899: Move function type annotations into docstrings. | Raymond Hettinger | 2011-01-13 | 1 | -30/+36 |
| | | | | | Note, the docstrings (for the most part) were already very thorough and included type information. | ||||
* | Fix the example output of count(). | Georg Brandl | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Add semicolon for consistency. | Georg Brandl | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | More PEP 8: no space around "=" in argument lists. | Georg Brandl | 2011-01-13 | 1 | -11/+10 |
| | |||||
* | plug reference leak | Benjamin Peterson | 2011-01-13 | 1 | -2/+4 |
| | |||||
* | Issue 10899: Remove function type annotations from the stdlib | Raymond Hettinger | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Issue 10899: Remove function type annotations from the stdlib | Raymond Hettinger | 2011-01-13 | 2 | -15/+15 |
| | |||||
* | Issue #10899: No function type annotations in the standard library. | Raymond Hettinger | 2011-01-12 | 2 | -31/+34 |
| | | | | Removed function type annotations from _pyio.py. | ||||
* | Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) | Antoine Pitrou | 2011-01-12 | 1 | -25/+43 |
| | |||||
* | A better message again | Antoine Pitrou | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | More informative skip message in @bigaddrspace | Antoine Pitrou | 2011-01-12 | 1 | -3/+7 |
| | |||||
* | Fix @bigmemtest when no limit is given by the user (oops) | Antoine Pitrou | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | Make test skipping message nicer, and remove the rather useless "overhead" ↵ | Antoine Pitrou | 2011-01-12 | 1 | -20/+10 |
| | | | | parameter. | ||||
* | Remove the funky function annotation from numbers.py. | Raymond Hettinger | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | Fix the expected memory use of utf-8 encoding. Also, release the | Antoine Pitrou | 2011-01-12 | 1 | -3/+7 |
| | | | | one reference to a huge object even when an exception is raised. | ||||
* | Remove function annotations that slipped into _abcoll. | Raymond Hettinger | 2011-01-12 | 1 | -4/+4 |
| | | | | These are reserved for third-party use. | ||||
* | use PyErr_SetString instead of PyErr_Format | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
| | |||||
* | Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch | Antoine Pitrou | 2011-01-12 | 2 | -1/+7 |
| | | | | by Ross Lagerwall. | ||||
* | Issue #10225: Fixed the simple mistakes in doctests. | Alexander Belopolsky | 2011-01-12 | 3 | -3/+3 |
| | |||||
* | don't segfault on deleting __abstractmethods__ #10892 | Benjamin Peterson | 2011-01-12 | 3 | -3/+19 |
| | |||||
* | oops, wrong class | Benjamin Peterson | 2011-01-12 | 1 | -7/+7 |
| | |||||
* | move this test to test_descr; it's not abc specific | Benjamin Peterson | 2011-01-12 | 2 | -7/+7 |
| | |||||
* | fix weirdly ambigious sentence | Benjamin Peterson | 2011-01-12 | 1 | -2/+2 |
| | |||||
* | Issue 10889: Support slicing and indexing of large ranges (no docs changes, ↵ | Nick Coghlan | 2011-01-12 | 2 | -74/+392 |
| | | | | since, as far as I know, we never said anywhere that this *didn't* work) | ||||
* | Revert r87946. The virtues of readability and of examples that | Raymond Hettinger | 2011-01-12 | 1 | -39/+40 |
| | | | | | can be cut and pasted are more important than having a doctests on examples that already work. | ||||
* | Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest ↵ | Terry Reedy | 2011-01-11 | 1 | -40/+39 |
| | | | | | | runs. Based on part of A. Belopolsky's patch. | ||||
* | Add comment. | Raymond Hettinger | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | Issue #5109: array.array constructor will now use fast code when | Alexander Belopolsky | 2011-01-11 | 3 | -5/+28 |
| | | | | initial data is provided in an array object with correct type. | ||||
* | Update the email section | Raymond Hettinger | 2011-01-11 | 1 | -3/+2 |
| | |||||
* | Update the datetime and time section. | Raymond Hettinger | 2011-01-11 | 1 | -26/+14 |
| | |||||
* | Clean-up threading.Barrier example. | Raymond Hettinger | 2011-01-11 | 1 | -4/+7 |
| | |||||
* | Add entry for Barrier objects. | Raymond Hettinger | 2011-01-11 | 3 | -5/+46 |
| | |||||
* | Typo. | Eric Smith | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | Issue 10556: test_zipimport_support implicitly imports too many modules ↵ | Nick Coghlan | 2011-01-11 | 2 | -6/+23 |
| | | | | (including _ssl) to safely clobber sys.modules after each test | ||||
* | Add a todo. | Raymond Hettinger | 2011-01-11 | 1 | -0/+2 |
| | |||||
* | developers.txt entry for Eli (at Brett's request) | Nick Coghlan | 2011-01-11 | 1 | -0/+3 |
| | |||||
* | This should fix mktime test on Windows | Alexander Belopolsky | 2011-01-11 | 1 | -1/+2 |
| | |||||
* | Make mktime test more robust. | Alexander Belopolsky | 2011-01-11 | 1 | -3/+7 |
| | |||||
* | Issue #1726687: time.mktime() will now correctly compute value one | Alexander Belopolsky | 2011-01-11 | 2 | -1/+17 |
| | | | | | second before epoch. Original patch by Peter Wang, reported by Martin Blais. | ||||
* | Issue #9611: remove useless and dangerous explicit conversion to size_t | Victor Stinner | 2011-01-11 | 2 | -3/+3 |
| | |||||
* | Fix typos and markup. | Raymond Hettinger | 2011-01-10 | 1 | -15/+14 |
| | |||||
* | Improved footnote for the %Y directive slightly. | Alexander Belopolsky | 2011-01-10 | 1 | -5/+5 |
| | |||||
* | Improved description of %Y directive. | Alexander Belopolsky | 2011-01-10 | 1 | -7/+16 |
| | |||||
* | Issue #10875: Update Regular Expression HOWTO; last bit. | Terry Reedy | 2011-01-10 | 1 | -1/+4 |
| | |||||
* | Issue #9566: Fix pyparse.xmlparser.ParseFile() | Victor Stinner | 2011-01-10 | 1 | -22/+12 |
| | | | | | | Fix readinst() if file.read(n) returns a bytes object longer than n: return -1 instead of the the buffer size to raise an exception. Simplify also the function code. | ||||
* | Issue #2568: Removed bogus rationale for supporting tm_sec=61. | Alexander Belopolsky | 2011-01-10 | 2 | -14/+14 |
| |