summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* #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
| | | | to ease removal of the latter in Py3k.
* document the renames for modules moved to the html packageFred Drake2008-05-172-0/+16
| | | | (http://bugs.python.org/issue2882)
* update references and documentation for modules in the new html packageFred Drake2008-05-177-22/+23
| | | | (http://bugs.python.org/issue2882)
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-177-0/+23
| | | | (http://bugs.python.org/issue2882)
* 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 ↵Benjamin Peterson2008-05-173-15/+45
| | | | different)
* 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
| | | | Else people doing "from tkinter import *" will get a nasty surprise.
* 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
| | | | | | | | | 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 Brandl2008-05-171-6/+6
|
* Tkinter: make stub modules.Georg Brandl2008-05-172-530/+12
|
* Tkinter rename: merge tkSimpleDialog and tkFileDialog into simpledialog and ↵Georg Brandl2008-05-172-2/+519
| | | | filedialog.
* fix issue2381: test_subprocess fails if your sys.executable is on aGregory P. Smith2008-05-171-2/+2
| | | | path with a space in it.
* issue2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_getGregory P. Smith2008-05-173-28/+26
| | | | | and other bsddb.db object constructors raised an exception. Debugging & patch by Neal Norowitz.
* 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
| | | | | This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
* 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
|
* Renamed the repr module to reprlib.Alexandre Vassalotti2008-05-164-1/+13
| | | | Added stub module for repr.
* make test_platform a bit more assertive (We'll see what the buildbots say.)Benjamin Peterson2008-05-161-4/+15
|
* Fixed import of configparser in the distutils module.Alexandre Vassalotti2008-05-163-4/+16
| | | | | | If configparser is unavailable, try to import configparser using its old name. This is required for backward-compatibility with older Python versions.
* Deprecated statvfs for removal in 3.0.Brett Cannon2008-05-164-1/+12
|
* Remove the last usage of statvfs in the stdlib.Brett Cannon2008-05-161-10/+6
|
* Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.Brett Cannon2008-05-165-3/+15
|
* fix typos in whatsnewBenjamin Peterson2008-05-151-2/+3
|
* add Mac modules to the list of deprecated onesBenjamin Peterson2008-05-151-4/+45
|