2008-05-25 |
Gregory P.... | note about r63617 |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Gregory P.... | Fix issue2669: bsddb simple/legacy interface iteration... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | #2959: allow multiple close() calls for GzipFile. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | Hint about _winreg renaming in the docs. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | ConfigParser renaming reversal part 3: move module... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | ConfigParser renaming reversal part 2: move module. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | ConfigParser renaming reversal part 1: remove stub... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Gregory P.... | print out information about which BerkeleyDB library... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | Queue renaming reversal part 3: move module into place and |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Gregory P.... | * Give the test_bsddb3 tests a unique temporary directo... |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | Queue renaming reversal part 2: move module. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Georg Brandl | Queue renaming reversal part 1: remove stub module. |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Gregory P.... | Use test_support to get network ports to bind to. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Gregory P.... | Correct the url to the external bsddb.db docs (likely... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Georg Brandl | socketserver renaming reversal part 3: move the module... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Guilherme Polo | Fixed an import that remained from the lib-tk -> tkinte... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Georg Brandl | socketserver renaming reversal part 2: move rename... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Georg Brandl | socketserver renaming reversal part 1: remove stub... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Martin v. Löwis | Don't try to get the window size if it was never set... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Martin v. Löwis | Use announce instead of print, to suppress output in |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Trent Nelson | Introduce a user macro named $(externalsDir), which... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Martin v. Löwis | Mention that the leaking of variables from list compreh... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Mark Dickinson | Revert temporary checkin in revision 63545. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Raymond Hettinger | Issue 2909: show how to name unpacked fields. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Martin v. Löwis | Issue #1390: Raise ValueError in toxml when an invalid... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Martin v. Löwis | Patch #1722225: Support QNX 6. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Mark Dickinson | Skip math.sum tests on non IEEE 754 platforms, and... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Brett Cannon | Remove the old repr stub. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Brett Cannon | Revert the renaming of repr to reprlib. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Raymond Hettinger | Tweak the comments and formatting. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Mark Dickinson | Temporary checkin to get configure to report more |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Mark Dickinson | Better error reporting in test_math.py |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Mark Dickinson | Add tests for math.sum (Issue #2819) |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Mark Dickinson | Issue #2819: Add math.sum, a function that sums a seque... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Raymond Hettinger | Docs for Issue 2819. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Benjamin Peterson | fix test_pydoc so it works on make installed Python... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Jesus Cea | bsddb module updated to version 4.7.0 |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Brett Cannon | Add Quentin Gallet-Gilles for (at least) a fixer for... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Benjamin Peterson | remove redundant invocation of json doctests |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Benjamin Peterson | use more specific asserts in test_opcode |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Benjamin Peterson | check for toolbox glue before testing platform.mac_ver... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Thomas Heller | Oops, get_tests may be called with 3 arguments. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Thomas Heller | The -x <test1[,test2...]> flag allows to exclude tests. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Martin v. Löwis | Add Robert Schuppenies. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Brett Cannon | Add a note about the renaming of test.test_support... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Thomas Heller | On HPUX, -fPIC must be used for linking. _ctypes now... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Vinay Sajip | Updated with fixes for #2914 and #2929. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Vinay Sajip | Fixed: #2914 (RFE for UTC support in TimedRotatingFileH... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | #615772: raise a more explicit error from Tkinter.Misc... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | #2592: delegate nb_index and the floor/truediv slots... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Patch #1775025: allow opening zipfile members via ZipIn... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Martin v. Löwis | Patch #2488: Add sys.maxsize. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Use inspect.getabsfile() to get the documented module... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Improve diffing logic and output for test_pydoc. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Remove html package and fix test_htmlparser. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Remove directories that no longer exist. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Revert copy_reg -> copyreg rename. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Remove debugging line. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Remove rest of the tkinter package. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Standardize renaming notes. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Add notes that tkinter modules will be renamed. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Tkinter rename reversal: remove tkinter package, adapt... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Tkinter renaming reversal: move modules back in their... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Tkinter renaming reversal: Delete all stubs from lib-tk. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Argh, this is the *actual* test that works under Windows. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Georg Brandl | Activate two more test cases in test_httpservers. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Fred Drake | revert creation of the html.entities and html.parser... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Neal Norwitz | Add html package so it gets installed and more tests... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Georg Brandl | test_httpservers has unpredictable refcount behavior. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Jesus Cea | bsddb: Beware with sequence wrapping |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Benjamin Peterson | just MacOS (instead of MacOS 9) |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Andrew M. Kuchling | Re-organize the increasingly long list of deprecated... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Benjamin Peterson | change some imports in tests so they will not be skippe... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Benjamin Peterson | fix test_platform (os was not imported) |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | Fix test_pyclbr after another platform-dependent functi... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Ronald Oussoren | - Add unittests for platform.mac_ver (or rather, ensure... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Benjamin Peterson | bring test_pydoc up to my high standards (now that... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Ronald Oussoren | Make gestaltmodule.c 64-bit safe. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Ronald Oussoren | MacOSX: ctypes annotation in implementation of getproxi... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #121: improve test_pydoc, by Benjamin Peterson. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | Add GHOP students. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #257: test distutils' build_ext command, written... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #217: add support for compiling Python with covera... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | Take namedtuple item names only from ascii_letters... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #134, #171, #137: unit tests for the three HTTPSer... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #180 by Michael Schneider: add examples to the... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | #2353: raise Py3k warning in file.xreadlines(). |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Rename html.parser file, and split html.entities from... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Fred Drake | document the renames for modules moved to the html... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Fred Drake | update references and documentation for modules in... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Fred Drake | rename HTMLParser to html.parser, htmlentitydefs to... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Benjamin Peterson | revert 63425 over Guido's Febuary message about this... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Benjamin Peterson | fix spelling |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Benjamin Peterson | add Py3k warnings to oct and hex. backport hex behavior... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Add new tkinter dir to various locations where lib... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Add "tkinter" to the list of directories to install. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Don't export a name "tkinter" from the "tkinter" package. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Really move the imports to the top this time. :) |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Rewrap consistently to 70 chars, and standardize the... |
commit | commitdiff | tree | snapshot |
next |