| Commit message (Expand) | Author | Age | Files | Lines |
* | test_errno was a no-op test; now it actually tests things and uses unittest. | Brett Cannon | 2008-03-18 | 2 | -15/+34 |
|
|
* | Clean up the Py3k warnings for non-BaseException-subclasses a bit. We | Guido van Rossum | 2008-03-18 | 1 | -4/+6 |
|
|
* | - Issue #2371: Add a Py3k warning when catching an exception that | Guido van Rossum | 2008-03-18 | 3 | -0/+31 |
|
|
* | Move test_extcall to doctest. | Brett Cannon | 2008-03-18 | 3 | -401/+264 |
|
|
* | Convert test_dummy_threading and test_dbm to unittest. | Brett Cannon | 2008-03-18 | 3 | -114/+87 |
|
|
* | Fix build on platforms that don't have intptr_t. Patch by Joseph Armbruster. | Jeffrey Yasskin | 2008-03-18 | 2 | -2/+2 |
|
|
* | Convert test_strftime, test_getargs, and test_pep247 to use unittest. | Brett Cannon | 2008-03-18 | 4 | -198/+250 |
|
|
* | Fix the IOError message text when opening a file with an invalid filename. | Gregory P. Smith | 2008-03-18 | 1 | -2/+5 |
|
|
* | Add David Wolever. | Martin v. Löwis | 2008-03-17 | 1 | -0/+3 |
|
|
* | Issue 2321: reduce memory usage (increase the memory that is returned | Neal Norwitz | 2008-03-17 | 2 | -17/+24 |
|
|
* | Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS. | Eric Smith | 2008-03-17 | 3 | -4/+17 |
|
|
* | Document unicode.isnumeric() and unicode.isdecimal() (issue2326) | Steven Bethard | 2008-03-17 | 1 | -0/+16 |
|
|
* | Use a buffer large enough to ensure we don't overrun, even if the value | Neal Norwitz | 2008-03-17 | 1 | -1/+1 |
|
|
* | Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms | Gregory P. Smith | 2008-03-17 | 4 | -8/+42 |
|
|
* | Add necessary headers to back-port new buffer protocol to Python 2.6 | Travis E. Oliphant | 2008-03-17 | 3 | -0/+173 |
|
|
* | Finished backporting PEP 3127, Integer Literal Support and Syntax. | Eric Smith | 2008-03-17 | 7 | -125/+336 |
|
|
* | Add Trent Nelson. | Martin v. Löwis | 2008-03-17 | 1 | -0/+3 |
|
|
* | Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising | Jeffrey Yasskin | 2008-03-17 | 2 | -5/+16 |
|
|
* | Allow Gnu gcc's to build python on OSX by removing -Wno-long-double, | Jeffrey Yasskin | 2008-03-17 | 3 | -3/+9 |
|
|
* | Reformated lines > 79 chars. | Eric Smith | 2008-03-17 | 1 | -8/+12 |
|
|
* | Issue 2264: empty float presentation type needs to have at least one digit pa... | Eric Smith | 2008-03-17 | 3 | -18/+76 |
|
|
* | Added a footnote to each pointing out that for XML output if an encoding | Mark Summerfield | 2008-03-17 | 3 | -5/+29 |
|
|
* | Clarified documentation on use of shutdown(). | Vinay Sajip | 2008-03-16 | 1 | -1/+2 |
|
|
* | #2299: typos in newtypes.rst. | Georg Brandl | 2008-03-16 | 1 | -3/+3 |
|
|
* | Update docs to reflect removal of Exact/Inexact | Raymond Hettinger | 2008-03-16 | 1 | -26/+4 |
|
|
* | Handle memory allocation failure. Found by Adam Olsen | Neal Norwitz | 2008-03-15 | 1 | -2/+3 |
|
|
* | Add a warning for code like: | Neal Norwitz | 2008-03-15 | 2 | -0/+10 |
|
|
* | Zap one more use of Exact/Inexact. | Raymond Hettinger | 2008-03-15 | 1 | -1/+1 |
|
|
* | Removed Exact/Inexact after discussion with Yasskin. | Raymond Hettinger | 2008-03-15 | 2 | -63/+4 |
|
|
* | . | Skip Montanaro | 2008-03-15 | 1 | -0/+4 |
|
|
* | add %f format to datetime - issue 1158 | Skip Montanaro | 2008-03-15 | 6 | -80/+181 |
|
|
* | note that fork and forkpty raise OSError on failure | Skip Montanaro | 2008-03-15 | 1 | -2/+4 |
|
|
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 27 | -65/+45 |
|
|
* | Remove obsolete paragraph. #2288. | Georg Brandl | 2008-03-14 | 1 | -4/+0 |
|
|
* | Run debug version, cd to PCbuild. | Martin v. Löwis | 2008-03-14 | 1 | -2/+2 |
|
|
* | Remove unneeded initializer. | Thomas Heller | 2008-03-14 | 1 | -1/+1 |
|
|
* | Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently | Mark Dickinson | 2008-03-14 | 3 | -9/+13 |
|
|
* | Remove a bad test. | Brett Cannon | 2008-03-14 | 1 | -1/+0 |
|
|
* | Use -x64 flag. | Martin v. Löwis | 2008-03-14 | 1 | -2/+2 |
|
|
* | Patch #2284: add -x64 option to rt.bat. | Martin v. Löwis | 2008-03-14 | 2 | -4/+14 |
|
|
* | Leave heapreplace() unchanged. | Raymond Hettinger | 2008-03-14 | 1 | -5/+0 |
|
|
* | Convert test_fcntl to unittest. | Brett Cannon | 2008-03-13 | 2 | -63/+85 |
|
|
* | Move test_gdbm to use unittest. | Brett Cannon | 2008-03-13 | 3 | -42/+82 |
|
|
* | Convert test_contains, test_crypt, and test_select to unittest. | Brett Cannon | 2008-03-13 | 4 | -77/+68 |
|
|
* | Move test_tokenize to doctest. | Brett Cannon | 2008-03-13 | 4 | -845/+501 |
|
|
* | Move test_thread over to unittest. Commits GHOP 237. | Brett Cannon | 2008-03-13 | 3 | -165/+153 |
|
|
* | Simplify the nlargest() code using heappushpop(). | Raymond Hettinger | 2008-03-13 | 1 | -6/+2 |
|
|
* | Issue 2274: Add heapq.heappushpop(). | Raymond Hettinger | 2008-03-13 | 5 | -2/+95 |
|
|
* | Consistent tense. | Raymond Hettinger | 2008-03-13 | 1 | -1/+1 |
|
|
* | Add 2-to-3 support for the itertools moved to builtins or renamed. | Raymond Hettinger | 2008-03-13 | 1 | -0/+25 |
|
|