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 |
2008-03-06 |
Georg Brandl | Add isinstance/issubclass to tutorial. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | Little clarification of assignments. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | Expand on re.split behavior with captured expressions. |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Martin v. Löwis | Patch #2232: os.tmpfile might fail on Windows if the... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Georg Brandl | #1725737: ignore other VC directories other than CVS... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Andrew M. Kuchling | Add two items |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Raymond Hettinger | Add examples. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Martin v. Löwis | cd PCbuild only after deleting all pyc files. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Raymond Hettinger | Small code cleanup. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Raymond Hettinger | C implementation of itertools.permutations(). |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Georg Brandl | #2239: PYTHONPATH delimiter is os.pathsep. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Skip Montanaro | Elaborate on the role of the altinstall target when... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Thomas Heller | Issue 1872: Changed the struct module typecode from... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Thomas Heller | News entry for yesterdays commit. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Georg Brandl | Fix some rst. |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Jeffrey Yasskin | Fix test_socketserver on Windows after r61099 added... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | test_smtplib sometimes reports leaks too, suppress it |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | Use -u urlfetch to run more tests |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | Tabs -> spaces |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | Make the timeout longer to give slow machines a chance... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | Catch OSError when trying to remove a file in case... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | Get this test to pass even when there is no sound card... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Neal Norwitz | Remove the files/dirs after closing the DB so the tests... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Amaury Forgeot... | Issue#2238: some syntax errors from *args or **kwargs... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Andrew M. Kuchling | Add more items; add fragmentary notes |
commit | commitdiff | tree | snapshot |
next |