Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf | Ronald Oussoren | 2008-05-18 | 1 | -1/+22 |
| | | | | | | | | | getproxies_macosx_sysconf uses ctypes to call SystemConfiguration APIs. This checkin adds ctypes annotation to specify the right argument types for the API's that are used. This is needed to be able to use urllib on a 64-bit system, without annotations you'd get a hard crash. | ||||
* | 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 |
| | | | | and make sure there are no duplicate names. | ||||
* | 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 |
| | | | | to ease removal of the latter in Py3k. | ||||
* | document the renames for modules moved to the html package | Fred Drake | 2008-05-17 | 2 | -0/+16 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | update references and documentation for modules in the new html package | Fred Drake | 2008-05-17 | 7 | -22/+23 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | rename HTMLParser to html.parser, htmlentitydefs to html.entities | Fred Drake | 2008-05-17 | 7 | -0/+23 |
| | | | | (http://bugs.python.org/issue2882) | ||||
* | 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 ↵ | Benjamin Peterson | 2008-05-17 | 3 | -15/+45 |
| | | | | different) | ||||
* | 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 |
| | | | | Else people doing "from tkinter import *" will get a nasty surprise. | ||||
* | 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 |
| | | | | | | | | | keyword arguments and the actual default values. Fix references that point nowhere or to the wrong place. Add description of the ENCODING module-level variable. Fix the URL pointing to the GNU tar manual. Remove two obsolete examples. Add an example on how to use a generator with TarFile.extractall(). | ||||
* | 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 ↵ | Georg Brandl | 2008-05-17 | 2 | -2/+519 |
| | | | | filedialog. | ||||
* | fix issue2381: test_subprocess fails if your sys.executable is on a | Gregory P. Smith | 2008-05-17 | 1 | -2/+2 |
| | | | | path with a space in it. | ||||
* | issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get | Gregory P. Smith | 2008-05-17 | 3 | -28/+26 |
| | | | | | and other bsddb.db object constructors raised an exception. Debugging & patch by Neal Norowitz. | ||||
* | 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 |
| | | | | | This fixes the omissions of configparser, copyreg, queue and socketserver renaming. | ||||
* | 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 |
| |