| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch #1775025: allow opening zipfile members via ZipInfo instances. | Georg Brandl | 2008-05-20 | 4 | -19/+52 |
|
|
* | Patch #2488: Add sys.maxsize. | Martin v. Löwis | 2008-05-20 | 3 | -0/+10 |
|
|
* | Use inspect.getabsfile() to get the documented module's filename. | Georg Brandl | 2008-05-20 | 1 | -7/+3 |
|
|
* | Improve diffing logic and output for test_pydoc. | Georg Brandl | 2008-05-20 | 1 | -7/+7 |
|
|
* | Remove html package and fix test_htmlparser. | Georg Brandl | 2008-05-20 | 4 | -666/+5 |
|
|
* | Remove directories that no longer exist. | Georg Brandl | 2008-05-20 | 1 | -2/+2 |
|
|
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 23 | -94/+83 |
|
|
* | Remove debugging line. | Georg Brandl | 2008-05-20 | 1 | -1/+0 |
|
|
* | Remove rest of the tkinter package. | Georg Brandl | 2008-05-20 | 2 | -902/+0 |
|
|
* | Standardize renaming notes. | Georg Brandl | 2008-05-20 | 2 | -3/+7 |
|
|
* | Add notes that tkinter modules will be renamed. | Georg Brandl | 2008-05-20 | 5 | -1/+28 |
|
|
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 74 | -7971/+227 |
|
|
* | Tkinter renaming reversal: move modules back in their place. | Georg Brandl | 2008-05-20 | 16 | -0/+8566 |
|
|
* | Tkinter renaming reversal: Delete all stubs from lib-tk. | Georg Brandl | 2008-05-20 | 15 | -120/+0 |
|
|
* | Argh, this is the *actual* test that works under Windows. | Georg Brandl | 2008-05-20 | 1 | -9/+12 |
|
|
* | Activate two more test cases in test_httpservers. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
|
|
* | revert creation of the html.entities and html.parser modules | Fred Drake | 2008-05-20 | 15 | -90/+722 |
|
|
* | Add html package so it gets installed and more tests work (from installed copy) | Neal Norwitz | 2008-05-20 | 1 | -1/+1 |
|
|
* | test_httpservers has unpredictable refcount behavior. | Georg Brandl | 2008-05-19 | 1 | -1/+1 |
|
|
* | bsddb: Beware with sequence wrapping | Jesus Cea | 2008-05-19 | 1 | -9/+5 |
|
|
* | just MacOS (instead of MacOS 9) | Benjamin Peterson | 2008-05-19 | 1 | -1/+1 |
|
|
* | Re-organize the increasingly long list of deprecated modules | Andrew M. Kuchling | 2008-05-19 | 1 | -35/+61 |
|
|
* | change some imports in tests so they will not be skipped in 3.0 | Benjamin Peterson | 2008-05-18 | 2 | -6/+6 |
|
|
* | fix test_platform (os was not imported) | Benjamin Peterson | 2008-05-18 | 1 | -0/+1 |
|
|
* | Fix test_pyclbr after another platform-dependent function was added to urllib. | Georg Brandl | 2008-05-18 | 1 | -0/+1 |
|
|
* | - Add unittests for platform.mac_ver (or rather, ensure that the unittest for | Ronald Oussoren | 2008-05-18 | 2 | -6/+29 |
|
|
* | bring test_pydoc up to my high standards (now that I have them) | Benjamin Peterson | 2008-05-18 | 1 | -19/+17 |
|
|
* | Make gestaltmodule.c 64-bit safe. | Ronald Oussoren | 2008-05-18 | 1 | -1/+1 |
|
|
* | MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf | Ronald Oussoren | 2008-05-18 | 1 | -1/+22 |
|
|
* | GHOP #121: improve test_pydoc, by Benjamin Peterson. | Georg Brandl | 2008-05-18 | 2 | -33/+317 |
|
|
* | Add GHOP students. | Georg Brandl | 2008-05-18 | 1 | -0/+3 |
|
|
* | GHOP #257: test distutils' build_ext command, written by Josip Dzolonga. | Georg Brandl | 2008-05-18 | 1 | -0/+72 |
|
|
* | GHOP #217: add support for compiling Python with coverage checking enabled. | Georg Brandl | 2008-05-18 | 2 | -0/+26 |
|
|
* | Take namedtuple item names only from ascii_letters (this blew up on OSX), | Georg Brandl | 2008-05-18 | 1 | -1/+3 |
|
|
* | GHOP #134, #171, #137: unit tests for the three HTTPServer modules. | Georg Brandl | 2008-05-18 | 2 | -1/+358 |
|
|
* | GHOP #180 by Michael Schneider: add examples to the socketserver documentation. | Georg Brandl | 2008-05-18 | 1 | -18/+233 |
|
|
* | #2353: raise Py3k warning in file.xreadlines(). | Georg Brandl | 2008-05-17 | 3 | -3/+21 |
|
|
* | Rename html.parser file, and split html.entities from htmllib | Georg Brandl | 2008-05-17 | 4 | -51/+48 |
|
|
* | document the renames for modules moved to the html package | Fred Drake | 2008-05-17 | 2 | -0/+16 |
|
|
* | update references and documentation for modules in the new html package | Fred Drake | 2008-05-17 | 7 | -22/+23 |
|
|
* | rename HTMLParser to html.parser, htmlentitydefs to html.entities | Fred Drake | 2008-05-17 | 7 | -0/+23 |
|
|
* | revert 63425 over Guido's Febuary message about this, that I missed | Benjamin Peterson | 2008-05-17 | 3 | -45/+15 |
|
|
* | fix spelling | Benjamin Peterson | 2008-05-17 | 2 | -2/+2 |
|
|
* | add Py3k warnings to oct and hex. backport hex behavior (because it's not dif... | Benjamin Peterson | 2008-05-17 | 3 | -15/+45 |
|
|
* | Add new tkinter dir to various locations where lib-tk shows up. | Georg Brandl | 2008-05-17 | 4 | -1/+14 |
|
|
* | Add "tkinter" to the list of directories to install. | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
|
|
* | Don't export a name "tkinter" from the "tkinter" package. | Georg Brandl | 2008-05-17 | 1 | -1/+0 |
|
|
* | Really move the imports to the top this time. :) | Georg Brandl | 2008-05-17 | 1 | -4/+3 |
|
|
* | Rewrap consistently to 70 chars, and standardize the way of referring to issues. | Georg Brandl | 2008-05-17 | 1 | -747/+872 |
|
|
* | #961805: fix Edit.text_modified(). | Georg Brandl | 2008-05-17 | 2 | -2/+3 |
|
|