2008-03-18 |
Brett Cannon | Remove all traces of HAVE_STRERROR. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Thomas Heller | Include <alloca.h> on Solaris, see issue #1506. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Martin v. Löwis | Note that the stderr output of the test is intentional. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Martin v. Löwis | Add WSA errors. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Martin v. Löwis | Add more Linux error codes. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Martin v. Löwis | norwitz-amd64 (gentoo) has EREMOTEIO. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Trent Nelson | The behaviour of winsound.Beep() seems to differ betwee... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Trent Nelson | Issue 2286: bump up the stack size of the 64-bit debug... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Add some info to the failure messages |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Jeffrey Yasskin | Add a -S/--slow flag to regrtest to have it print the... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Improve the error message for a test that failed on... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Try increasing the timeout to reduce the flakiness... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Jeffrey Yasskin | Speed up test_dict by about 10x by only checking select... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Jeffrey Yasskin | Speed test_thread up from 51.328s to 0.081s by reducing... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Neal Norwitz | Issue 2332: add new attribute names for instance method... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Travis E. Oliphant | Finish backporting new buffer API to Python 2.6. Left... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | - Issue 2379: Raise a Py3K warning for __getitem__... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Jeffrey Yasskin | Block the "socket.ssl() is deprecated" warning from... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Issue #2341: Add a Py3k warning when raising an excepti... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | The output directory for tests that compare against... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Remove our implementation of memmove() and strerror... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | test_errno was a no-op test; now it actually tests... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | Clean up the Py3k warnings for non-BaseException-subcla... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Guido van Rossum | - Issue #2371: Add a Py3k warning when catching an... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Move test_extcall to doctest. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Convert test_dummy_threading and test_dbm to unittest. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Jeffrey Yasskin | Fix build on platforms that don't have intptr_t. Patch... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Brett Cannon | Convert test_strftime, test_getargs, and test_pep247... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Gregory P.... | Fix the IOError message text when opening a file with... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Martin v. Löwis | Add David Wolever. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Issue 2321: reduce memory usage (increase the memory... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Added PEP 3127 support to tokenize (with tests); added... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Steven Bethard | Document unicode.isnumeric() and unicode.isdecimal... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Neal Norwitz | Use a buffer large enough to ensure we don't overrun... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gregory P.... | Force zlib.crc32 and zlib.adler32 to return a signed... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Travis E. Oliphant | Add necessary headers to back-port new buffer protocol... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Finished backporting PEP 3127, Integer Literal Support... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Martin v. Löwis | Add Trent Nelson. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Jeffrey Yasskin | Make isinstance(OldstyleClass, NewstyleClass) return... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Jeffrey Yasskin | Allow Gnu gcc's to build python on OSX by removing... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Reformated lines > 79 chars. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Eric Smith | Issue 2264: empty float presentation type needs to... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Mark Summerfield | Added a footnote to each pointing out that for XML... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Vinay Sajip | Clarified documentation on use of shutdown(). |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Georg Brandl | #2299: typos in newtypes.rst. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Raymond Hettinger | Update docs to reflect removal of Exact/Inexact |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Neal Norwitz | Handle memory allocation failure. Found by Adam Olsen |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Neal Norwitz | Add a warning for code like: |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Raymond Hettinger | Zap one more use of Exact/Inexact. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Raymond Hettinger | Removed Exact/Inexact after discussion with Yasskin. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Skip Montanaro | . |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Skip Montanaro | add %f format to datetime - issue 1158 |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Skip Montanaro | note that fork and forkpty raise OSError on failure |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Georg Brandl | Fix lots of broken links in the docs, found by Sphinx... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Georg Brandl | Remove obsolete paragraph. #2288. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Martin v. Löwis | Run debug version, cd to PCbuild. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Thomas Heller | Remove unneeded initializer. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Mark Dickinson | Issue 705836: Fix struct.pack(">f", 1e40) to behave... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Brett Cannon | Remove a bad test. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Martin v. Löwis | Use -x64 flag. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Martin v. Löwis | Patch #2284: add -x64 option to rt.bat. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Raymond Hettinger | Leave heapreplace() unchanged. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Brett Cannon | Convert test_fcntl to unittest. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Brett Cannon | Move test_gdbm to use unittest. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Brett Cannon | Convert test_contains, test_crypt, and test_select... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Brett Cannon | Move test_tokenize to doctest. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Brett Cannon | Move test_thread over to unittest. Commits GHOP 237. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Simplify the nlargest() code using heappushpop(). |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Issue 2274: Add heapq.heappushpop(). |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Consistent tense. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Raymond Hettinger | Add 2-to-3 support for the itertools moved to builtins... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Andrew M. Kuchling | Add class decorators |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Georg Brandl | #1720705: add docs about import/threading interaction... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Georg Brandl | #2270: fix typo. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Georg Brandl | #2265: fix example. |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Raymond Hettinger | Improve docs for itemgetter(). Show that it works... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Guido van Rossum | Fix the overflows in expandtabs(). "This time for... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Raymond Hettinger | Add recipe to docs. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Neal Norwitz | Introduce a lock to fix a race condition which caused... |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Georg Brandl | Update for newest Sphinx. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
Georg Brandl | #2249: document assertTrue and assertFalse. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Jeffrey Yasskin | Well that was dumb. platform.python_implementation... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Jeffrey Yasskin | Fix pybench for pythons < 2.6, tested back to 2.3. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Jeffrey Yasskin | Add tests for with and finally performance to pybench. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Facundo Batista | Issue 1106316. post_mortem()'s parameter, traceback... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Georg Brandl | #1533486: fix types in refcount intro. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Marc-André... | Add new name for Mandrake: Mandriva. |
commit | commitdiff | tree | snapshot |
2008-03-08 |
Georg Brandl | #2253: fix continue vs. finally docs. |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Andrew M. Kuchling | Grammar fix |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Nick Coghlan | Speed up with statements by storing the __exit__ method... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Jeffrey Yasskin | Progress on issue #1193577 by adding a polling .shutdow... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
Raymond Hettinger | Tweak recipes and tests |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Raymond Hettinger | Issue 2246: itertools grouper object did not participa... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Raymond Hettinger | More tests. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Martin v. Löwis | Update db-4.4.20 build procedure. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Martin v. Löwis | Rely on x64 platform configuration when building _bsddb... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | Bug #2220: handle rlcompleter attribute match failure... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | #2220: handle matching failure more gracefully. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | #2225: return nonzero status code from py_compile if... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | Add missing NEWS entry for r61263. |
commit | commitdiff | tree | snapshot |
next |