summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix all return types for str/bytes/bytearray docstrings and make the wording ↵Georg Brandl2008-05-303-77/+81
| | | | more consistent.
* Remove basestring usage.Georg Brandl2008-05-301-1/+1
|
* #3007: remove stringio docs and fix a few nits in io docs.Georg Brandl2008-05-303-121/+20
|
* Blocked revisions 63800 via svnmergeBrett Cannon2008-05-290-0/+0
| | | | | | | | ........ r63800 | brett.cannon | 2008-05-29 14:28:55 -0700 (Thu, 29 May 2008) | 1 line Note that UserList and UserString were moved to 'collections' in 3.0. ........
* Merged revisions 63460,63464 via svnmerge fromBenjamin Peterson2008-05-292-6/+30
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines - Add unittests for platform.mac_ver (or rather, ensure that the unittest for that function actually tests something on OSX). - Add documentation to platform.mac_ver that explains why the middle element of the return value will not contain useful information. ........ r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines fix test_platform (os was not imported) ........
* Unblocked revisions 63460,63464 via svnmergeBenjamin Peterson2008-05-290-0/+0
| | | | | | | | | | | | | | | | ........ r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines - Add unittests for platform.mac_ver (or rather, ensure that the unittest for that function actually tests something on OSX). - Add documentation to platform.mac_ver that explains why the middle element of the return value will not contain useful information. ........ r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines fix test_platform (os was not imported) ........
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-293-5/+83
|
* Merged revisions 63791-63792 via svnmerge fromThomas Heller2008-05-292-21/+29
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63791 | thomas.heller | 2008-05-29 21:18:12 +0200 (Do, 29 Mai 2008) | 1 line Fix compiler warning. ........ r63792 | thomas.heller | 2008-05-29 21:42:34 +0200 (Do, 29 Mai 2008) | 1 line ctypes NULL function pointers have a boolean False value now. ........
* Blocked revisions 63776 via svnmergeGeorg Brandl2008-05-290-0/+0
| | | | | | | | ........ r63776 | georg.brandl | 2008-05-29 09:18:49 +0200 (Thu, 29 May 2008) | 2 lines #2906: accept lists for options, and some cosmetic fixes in Tkinter. ........
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
|
* Blocked revisions 63767 via svnmergeBrett Cannon2008-05-290-0/+0
| | | | | | | | | | ........ r63767 | brett.cannon | 2008-05-28 22:08:50 -0700 (Wed, 28 May 2008) | 4 lines UserString.MutableString has been removed in Python 3.0. Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch. ........
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-284-212/+16
|
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-285-51/+50
| | | | Stop dbm from importing every dbm module when imported.
* Remove __metaclass__ remains.Georg Brandl2008-05-275-13/+11
|
* Blocked revisions 63738 via svnmergeBenjamin Peterson2008-05-270-0/+0
| | | | | | | | | | ........ r63738 | benjamin.peterson | 2008-05-26 20:42:29 -0500 (Mon, 26 May 2008) | 4 lines Improvements for test_py3kwarn - Always show warnings so they are always catchable - Make test_os_path_walk faster by walking a less populous directory ........
* Blocked revisions 63736 via svnmergeBenjamin Peterson2008-05-270-0/+0
| | | | | | | | ........ r63736 | benjamin.peterson | 2008-05-26 20:18:39 -0500 (Mon, 26 May 2008) | 2 lines remove some __getslice__ ........
* clean up some docstrings and errors in bytesobject.cBenjamin Peterson2008-05-271-21/+18
|
* #2957: marshal recursion limit exceeded when importing a large .pyc fileAmaury Forgeot d'Arc2008-05-263-2/+10
|
* Blocked revisions 63725 via svnmergeBenjamin Peterson2008-05-260-0/+0
| | | | | | | | ........ r63725 | benjamin.peterson | 2008-05-26 15:41:45 -0500 (Mon, 26 May 2008) | 2 lines take Brett's advice on a few warnings ........
* Blocked revisions 63721 via svnmergeBenjamin Peterson2008-05-260-0/+0
| | | | | | | | ........ r63721 | benjamin.peterson | 2008-05-26 14:41:53 -0500 (Mon, 26 May 2008) | 2 lines warn about some members of the commands module ........
* Blocked revisions 63719 via svnmergeBenjamin Peterson2008-05-260-0/+0
| | | | | | | | ........ r63719 | benjamin.peterson | 2008-05-26 14:37:11 -0500 (Mon, 26 May 2008) | 2 lines wrap line ........
* update test ignore listBenjamin Peterson2008-05-261-9/+9
|
* The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-2613-196/+140
| | | | | | | | | | functions have been added to the subprocess module. The fixer for this still needs to be written and proper Py3K deprecation warnings for the functions that didn't make the transition need to be done in 2.6. This is all part of trying to close issue #2872.
* Add the new packages to the Makefile for installation.Brett Cannon2008-05-261-1/+1
|
* Ignore py(c|o) files.Brett Cannon2008-05-260-0/+0
|
* Add NEWS entry for http package.Georg Brandl2008-05-261-0/+5
|
* Remove _FooCookieJar modules and merge their content into http.cookiejar.Georg Brandl2008-05-263-320/+295
|
* Fix old-style octal literals in the docs.Georg Brandl2008-05-265-26/+27
|
* Blocked revisions 63704 via svnmergeBenjamin Peterson2008-05-260-0/+0
| | | | | | | | ........ r63704 | benjamin.peterson | 2008-05-26 12:43:53 -0500 (Mon, 26 May 2008) | 2 lines turn PyErr_WarnPy3k into a macro ........
* Remove remaining references to UserDict module.Georg Brandl2008-05-262-21/+20
|
* remove test.support.have_unicodeBenjamin Peterson2008-05-264-26/+12
|
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via ↵Benjamin Peterson2008-05-267-4/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63542 | mark.dickinson | 2008-05-22 20:35:30 -0500 (Thu, 22 May 2008) | 5 lines Issue #2819: Add math.sum, a function that sums a sequence of floats efficiently but with no intermediate loss of precision. Based on Raymond Hettinger's ASPN recipe. Thanks Jean Brouwers for the patch. ........ r63543 | mark.dickinson | 2008-05-22 21:36:48 -0500 (Thu, 22 May 2008) | 2 lines Add tests for math.sum (Issue #2819) ........ r63544 | mark.dickinson | 2008-05-22 22:30:01 -0500 (Thu, 22 May 2008) | 2 lines Better error reporting in test_math.py ........ r63546 | raymond.hettinger | 2008-05-22 23:32:43 -0500 (Thu, 22 May 2008) | 1 line Tweak the comments and formatting. ........ r63553 | mark.dickinson | 2008-05-23 07:07:36 -0500 (Fri, 23 May 2008) | 3 lines Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms that exhibit the problem described in issue #2937. ........ r63563 | martin.v.loewis | 2008-05-23 10:18:28 -0500 (Fri, 23 May 2008) | 3 lines Issue #1390: Raise ValueError in toxml when an invalid comment would otherwise be produced. ........ r63564 | raymond.hettinger | 2008-05-23 12:21:44 -0500 (Fri, 23 May 2008) | 1 line Issue 2909: show how to name unpacked fields. ........ r63567 | raymond.hettinger | 2008-05-23 12:34:34 -0500 (Fri, 23 May 2008) | 1 line Fix typo ........ r63569 | martin.v.loewis | 2008-05-23 14:33:13 -0500 (Fri, 23 May 2008) | 3 lines Mention that the leaking of variables from list comprehensions is fixed in 3.0. ........ r63576 | martin.v.loewis | 2008-05-24 04:36:45 -0500 (Sat, 24 May 2008) | 3 lines Don't try to get the window size if it was never set before. Fixes the test failure on Solaris. ........
* Merged revisions 63575 via svnmerge fromGeorg Brandl2008-05-261-1/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63575 | martin.v.loewis | 2008-05-24 11:00:04 +0200 (Sat, 24 May 2008) | 3 lines Use announce instead of print, to suppress output in the testsuite. ........
* Create http package. #2883.Georg Brandl2008-05-2650-1203/+930
|
* Merged revisions 63698 via svnmerge fromBenjamin Peterson2008-05-262-0/+14
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63698 | benjamin.peterson | 2008-05-26 11:22:27 -0500 (Mon, 26 May 2008) | 2 lines add __all__ to test_support ........
* Merged revisions 63678,63688,63690,63696 via svnmerge fromBenjamin Peterson2008-05-263-1/+79
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63678 | benjamin.peterson | 2008-05-26 08:01:25 -0500 (Mon, 26 May 2008) | 2 lines put a big note on configure.in asking people to run autoconf ........ r63688 | benjamin.peterson | 2008-05-26 09:29:09 -0500 (Mon, 26 May 2008) | 2 lines fix a minor typo ........ r63690 | benjamin.peterson | 2008-05-26 09:51:54 -0500 (Mon, 26 May 2008) | 2 lines fix typo (thank Georg) ........ r63696 | benjamin.peterson | 2008-05-26 10:54:26 -0500 (Mon, 26 May 2008) | 2 lines add PyByteArray docs ........
* remove PyBytes_Format from headerBenjamin Peterson2008-05-261-1/+0
|
* Blocked revisions 63660,63665,63691 via svnmergeGeorg Brandl2008-05-260-0/+0
| | | | | | | | | | | | | | | | ........ r63660 | georg.brandl | 2008-05-26 12:22:15 +0200 (Mon, 26 May 2008) | 2 lines Add renaming notices to 2.6 dbm module docs. ........ r63665 | georg.brandl | 2008-05-26 12:47:43 +0200 (Mon, 26 May 2008) | 2 lines Add renaming notices to xmlrpc modules. ........ r63691 | georg.brandl | 2008-05-26 17:01:48 +0200 (Mon, 26 May 2008) | 2 lines Add renaming notices to 3.0 http package members. ........
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-263-246/+195
|
* fix failing test from renameBenjamin Peterson2008-05-261-8/+8
|
* Blocked revisions 63686 via svnmergeBenjamin Peterson2008-05-260-0/+0
| | | | | | | | ........ r63686 | benjamin.peterson | 2008-05-26 09:02:09 -0500 (Mon, 26 May 2008) | 2 lines note that PyString and has been aliased to PyBytes ........
* Merged revisions ↵Benjamin Peterson2008-05-2610-103/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63402 | raymond.hettinger | 2008-05-16 23:13:36 -0500 (Fri, 16 May 2008) | 1 line Fix-up docstring ........ r63405 | gregory.p.smith | 2008-05-17 02:17:34 -0500 (Sat, 17 May 2008) | 3 lines fix issue2381: test_subprocess fails if your sys.executable is on a path with a space in it. ........ r63411 | lars.gustaebel | 2008-05-17 11:50:22 -0500 (Sat, 17 May 2008) | 8 lines Replace signatures with optional arguments in square brackets with 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(). ........ r63457 | ronald.oussoren | 2008-05-18 15:09:54 -0500 (Sun, 18 May 2008) | 9 lines MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf 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. ........ r63467 | andrew.kuchling | 2008-05-18 22:03:46 -0500 (Sun, 18 May 2008) | 1 line Re-organize the increasingly long list of deprecated modules ........ r63468 | benjamin.peterson | 2008-05-19 06:55:54 -0500 (Mon, 19 May 2008) | 2 lines just MacOS (instead of MacOS 9) ........ r63480 | neal.norwitz | 2008-05-20 00:21:57 -0500 (Tue, 20 May 2008) | 1 line Add html package so it gets installed and more tests work (from installed copy) ........ r63507 | vinay.sajip | 2008-05-20 10:34:36 -0500 (Tue, 20 May 2008) | 1 line Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wrong filename used to delete old log files). ........ r63508 | vinay.sajip | 2008-05-20 10:37:22 -0500 (Tue, 20 May 2008) | 1 line Updated with fixes for #2914 and #2929. ........ r63516 | martin.v.loewis | 2008-05-21 02:31:31 -0500 (Wed, 21 May 2008) | 2 lines Add Robert Schuppenies. ........ r63534 | brett.cannon | 2008-05-21 22:18:35 -0500 (Wed, 21 May 2008) | 1 line Add Quentin Gallet-Gilles for (at least) a fixer for markupbase. ........ r63541 | raymond.hettinger | 2008-05-22 19:49:27 -0500 (Thu, 22 May 2008) | 1 line Docs for Issue 2819. ........
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-2610-6457/+6457
| | | | Fixed Windows build
* Renamed PyString to PyBytesChristian Heimes2008-05-2678-983/+983
|
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-2631-397/+397
|
* Blocked revisions 63672,63675,63677,63679 via svnmergeChristian Heimes2008-05-260-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | ........ r63672 | christian.heimes | 2008-05-26 14:29:14 +0200 (Mon, 26 May 2008) | 4 lines First step of the C API rename: renamed Include/bytesobject.h to Include/bytearrayobject.h renamed Include/stringobject.h to Include/bytesobject.h added Include/stringobject.h with aliases ........ r63675 | christian.heimes | 2008-05-26 14:51:38 +0200 (Mon, 26 May 2008) | 1 line Renamed PyString to PyBytes ........ r63677 | christian.heimes | 2008-05-26 15:01:01 +0200 (Mon, 26 May 2008) | 3 lines Renamed bytesobject.c to bytearrayobject.c Renamed stringobject.c to bytesobject.c Fixed Windows builds ........ r63679 | christian.heimes | 2008-05-26 15:15:11 +0200 (Mon, 26 May 2008) | 1 line Updated NEWS ........
* Merged revisions 63397,63673 via svnmerge fromBenjamin Peterson2008-05-262-6/+10
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63397 | benjamin.peterson | 2008-05-16 17:59:28 -0500 (Fri, 16 May 2008) | 2 lines mention Py3k in glossary ........ r63673 | benjamin.peterson | 2008-05-26 07:29:46 -0500 (Mon, 26 May 2008) | 2 lines some updates to string formatting section in whatsnew ........
* Blocked revisions 63458,63498 via svnmergeBenjamin Peterson2008-05-260-0/+0
| | | | | | | | | | | | ........ r63458 | ronald.oussoren | 2008-05-18 15:47:13 -0500 (Sun, 18 May 2008) | 2 lines Make gestaltmodule.c 64-bit safe. ........ r63498 | martin.v.loewis | 2008-05-20 03:11:19 -0500 (Tue, 20 May 2008) | 2 lines Patch #2488: Add sys.maxsize. ........
* Merged revisions 63670 via svnmerge fromThomas Heller2008-05-261-0/+4
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63670 | thomas.heller | 2008-05-26 13:42:40 +0200 (Mo, 26 Mai 2008) | 4 lines On Windows, we must build a debug version iff running a debug build of Python ........
* Create xmlrpc package. Issue #2886.Georg Brandl2008-05-2617-668/+462
|