summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconfRonald Oussoren2008-05-181-1/+22
* GHOP #121: improve test_pydoc, by Benjamin Peterson.Georg Brandl2008-05-182-33/+317
* Add GHOP students.Georg Brandl2008-05-181-0/+3
* GHOP #257: test distutils' build_ext command, written by Josip Dzolonga.Georg Brandl2008-05-181-0/+72
* GHOP #217: add support for compiling Python with coverage checking enabled.Georg Brandl2008-05-182-0/+26
* Take namedtuple item names only from ascii_letters (this blew up on OSX),Georg Brandl2008-05-181-1/+3
* GHOP #134, #171, #137: unit tests for the three HTTPServer modules.Georg Brandl2008-05-182-1/+358
* GHOP #180 by Michael Schneider: add examples to the socketserver documentation.Georg Brandl2008-05-181-18/+233
* #2353: raise Py3k warning in file.xreadlines().Georg Brandl2008-05-173-3/+21
* Rename html.parser file, and split html.entities from htmllibGeorg Brandl2008-05-174-51/+48
* document the renames for modules moved to the html packageFred Drake2008-05-172-0/+16
* update references and documentation for modules in the new html packageFred Drake2008-05-177-22/+23
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-177-0/+23
* revert 63425 over Guido's Febuary message about this, that I missedBenjamin Peterson2008-05-173-45/+15
* fix spellingBenjamin Peterson2008-05-172-2/+2
* add Py3k warnings to oct and hex. backport hex behavior (because it's not dif...Benjamin Peterson2008-05-173-15/+45
* Add new tkinter dir to various locations where lib-tk shows up.Georg Brandl2008-05-174-1/+14
* Add "tkinter" to the list of directories to install.Georg Brandl2008-05-171-1/+1
* Don't export a name "tkinter" from the "tkinter" package.Georg Brandl2008-05-171-1/+0
* Really move the imports to the top this time. :)Georg Brandl2008-05-171-4/+3
* Rewrap consistently to 70 chars, and standardize the way of referring to issues.Georg Brandl2008-05-171-747/+872
* #961805: fix Edit.text_modified().Georg Brandl2008-05-172-2/+3
* Replace signatures with optional arguments in square brackets withLars Gustäbel2008-05-171-51/+51
* Move imports to file top.Georg Brandl2008-05-171-6/+6
* Tkinter: make stub modules.Georg Brandl2008-05-172-530/+12
* Tkinter rename: merge tkSimpleDialog and tkFileDialog into simpledialog and f...Georg Brandl2008-05-172-2/+519
* fix issue2381: test_subprocess fails if your sys.executable is on aGregory P. Smith2008-05-171-2/+2
* issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_getGregory P. Smith2008-05-173-28/+26
* Fix-up docstringRaymond Hettinger2008-05-171-1/+1
* mention Py3k in glossaryBenjamin Peterson2008-05-161-3/+4
* Very simple test for ctypes.util.find_library on Windows.Thomas Heller2008-05-161-1/+2
* Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).Thomas Heller2008-05-162-0/+48
* Added Python 3.0 warning to cPickle.Alexandre Vassalotti2008-05-162-1/+7
* Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.Alexandre Vassalotti2008-05-168-12/+12
* NEWS entry for Tkinter rename.Georg Brandl2008-05-161-0/+6
* Doc changes for the big Tkinter rename.Georg Brandl2008-05-167-92/+156
* Fix reprlib docs.Georg Brandl2008-05-162-3/+3
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-1653-85/+206
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-1614-51/+52
* Document O_ASYNC addition.Georg Brandl2008-05-161-1/+2
* Don't allow keyword arguments to reversed().Georg Brandl2008-05-162-1/+6
* #2845: fix copy2's docs.Georg Brandl2008-05-161-2/+3
* #2890: support os.O_ASYNC and fcntl.FASYNC.Georg Brandl2008-05-163-0/+10
* Following Amaury's adviceChristian Heimes2008-05-161-1/+1
* Fixed #2870: cmathmodule.c compile errorChristian Heimes2008-05-162-1/+3
* #2869: remove parameter from signature.Georg Brandl2008-05-161-1/+1
* Make generator repr consistent with function and code object repr.Georg Brandl2008-05-163-3/+3
* Rename the test file of reprlib.Alexandre Vassalotti2008-05-161-0/+0
* Updated reprlib's documentation to mention the renaming.Alexandre Vassalotti2008-05-161-0/+7
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-1612-29/+28