| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Replace signatures with optional arguments in square brackets with | Lars Gustäbel | 2008-05-17 | 1 | -51/+51 |
|
|
* | Move imports to file top. | Georg Brandl | 2008-05-17 | 1 | -6/+6 |
|
|
* | Tkinter: make stub modules. | Georg Brandl | 2008-05-17 | 2 | -530/+12 |
|
|
* | Tkinter rename: merge tkSimpleDialog and tkFileDialog into simpledialog and f... | Georg Brandl | 2008-05-17 | 2 | -2/+519 |
|
|
* | fix issue2381: test_subprocess fails if your sys.executable is on a | Gregory P. Smith | 2008-05-17 | 1 | -2/+2 |
|
|
* | issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get | Gregory P. Smith | 2008-05-17 | 3 | -28/+26 |
|
|
* | Fix-up docstring | Raymond Hettinger | 2008-05-17 | 1 | -1/+1 |
|
|
* | mention Py3k in glossary | Benjamin Peterson | 2008-05-16 | 1 | -3/+4 |
|
|
* | Very simple test for ctypes.util.find_library on Windows. | Thomas Heller | 2008-05-16 | 1 | -1/+2 |
|
|
* | Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). | Thomas Heller | 2008-05-16 | 2 | -0/+48 |
|
|
* | Added Python 3.0 warning to cPickle. | Alexandre Vassalotti | 2008-05-16 | 2 | -1/+7 |
|
|
* | Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. | Alexandre Vassalotti | 2008-05-16 | 8 | -12/+12 |
|
|
* | NEWS entry for Tkinter rename. | Georg Brandl | 2008-05-16 | 1 | -0/+6 |
|
|
* | Doc changes for the big Tkinter rename. | Georg Brandl | 2008-05-16 | 7 | -92/+156 |
|
|
* | Fix reprlib docs. | Georg Brandl | 2008-05-16 | 2 | -3/+3 |
|
|
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 53 | -85/+206 |
|
|
* | Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. | Georg Brandl | 2008-05-16 | 14 | -51/+52 |
|
|
* | Document O_ASYNC addition. | Georg Brandl | 2008-05-16 | 1 | -1/+2 |
|
|
* | Don't allow keyword arguments to reversed(). | Georg Brandl | 2008-05-16 | 2 | -1/+6 |
|
|
* | #2845: fix copy2's docs. | Georg Brandl | 2008-05-16 | 1 | -2/+3 |
|
|
* | #2890: support os.O_ASYNC and fcntl.FASYNC. | Georg Brandl | 2008-05-16 | 3 | -0/+10 |
|
|
* | Following Amaury's advice | Christian Heimes | 2008-05-16 | 1 | -1/+1 |
|
|
* | Fixed #2870: cmathmodule.c compile error | Christian Heimes | 2008-05-16 | 2 | -1/+3 |
|
|
* | #2869: remove parameter from signature. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | Make generator repr consistent with function and code object repr. | Georg Brandl | 2008-05-16 | 3 | -3/+3 |
|
|
* | Rename the test file of reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+0 |
|
|
* | Updated reprlib's documentation to mention the renaming. | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+7 |
|
|
* | Changed references to the reprlib module to use its new name. | Alexandre Vassalotti | 2008-05-16 | 12 | -29/+28 |
|
|