summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove imputil demoBenjamin Peterson2008-06-051-248/+0
|
* Blocked revisions 63961-63963 via svnmergeThomas Heller2008-06-050-0/+0
| | | | | | | | | | | | | | | | | | ........ r63961 | thomas.heller | 2008-06-05 19:29:38 +0200 (Do, 05 Jun 2008) | 1 line Fix preprocessor statement. ........ r63962 | thomas.heller | 2008-06-05 19:51:15 +0200 (Do, 05 Jun 2008) | 3 lines Backport from py3k: Implement the new buffer interface from pep3118 for ctypes instances. Closes issue #2404. ........ r63963 | thomas.heller | 2008-06-05 19:52:59 +0200 (Do, 05 Jun 2008) | 3 lines Backport from py3k: Implement the new buffer interface from pep3118 for ctypes instances. Closes issue #2404. ........
* remove unused docstringBenjamin Peterson2008-06-041-3/+0
|
* Fixed isinstance() check in dis.dis().Alexandre Vassalotti2008-06-041-1/+1
|
* Merged revisions 63856-63857,63859-63860 via svnmerge fromMartin v. Löwis2008-06-049-2/+254
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63856 | robert.schuppenies | 2008-06-01 18:16:17 +0200 (So, 01 Jun 2008) | 2 lines Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. ........ r63859 | georg.brandl | 2008-06-01 18:42:16 +0200 (So, 01 Jun 2008) | 2 lines Some style nits. Also clarify in the docstrings what __sizeof__ does. ........ r63860 | georg.brandl | 2008-06-01 19:05:56 +0200 (So, 01 Jun 2008) | 2 lines Fix test_descrtut. ........
* Remove tabcheck from the expected flags in sys.flags.Georg Brandl2008-06-041-1/+1
|
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-0422-61/+31
|
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-0437-1242/+1082
|
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-0437-1082/+1242
|
* Fix misspelling.Georg Brandl2008-06-043-4/+4
|
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-032-73/+82
| | | | surrogates in narrow builds. Fixes issue #1706460. (Port of r63899).
* Blocked revisions 63899 via svnmergeWalter Dörwald2008-06-030-0/+0
| | | | | | | | | ........ r63899 | walter.doerwald | 2008-06-02 22:36:03 +0200 (Mon, 02 Jun 2008) | 3 lines Change all functions that expect one unicode character to accept a pair of surrogates in narrow builds. Fixes issue #1706460. ........
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-2/+7
|
* Blocked revisions 63910 via svnmergeBenjamin Peterson2008-06-030-0/+0
| | | | | | | | ........ r63910 | benjamin.peterson | 2008-06-02 20:30:37 -0500 (Mon, 02 Jun 2008) | 2 lines make test_mutex more elegant ........
* Removed the old cStringIO module.Alexandre Vassalotti2008-06-021-754/+0
|
* Refactored known type optimization, in anticipation of backporting to 2.6. ↵Eric Smith2008-06-021-7/+13
| | | | I'll probably move this code into PyObject_Format, so everyone benefits.
* Fix uninitialized variable access, release memory.Martin v. Löwis2008-06-021-0/+3
|
* Port GetInteger and GetString to 3k.Martin v. Löwis2008-06-021-2/+2
|
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-024-6/+45
|
* Merged revisions 63888 via svnmerge fromMartin v. Löwis2008-06-022-0/+60
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63888 | martin.v.loewis | 2008-06-02 10:40:06 +0200 (Mo, 02 Jun 2008) | 2 lines Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. ........
* Merged revisions 63625-63629,63631-63633,63635-63638 via svnmerge fromMartin v. Löwis2008-06-022-1/+33
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63625 | martin.v.loewis | 2008-05-25 13:56:23 +0200 (So, 25 Mai 2008) | 1 line Include all licenses of the packages that we include. ........ r63638 | martin.v.loewis | 2008-05-25 18:37:34 +0200 (So, 25 Mai 2008) | 1 line Create grammar pickle files on installation; remove them on uninstallation. ........
* Blocked revisions 63873 via svnmergeGeorg Brandl2008-06-010-0/+0
| | | | | | | | ........ r63873 | georg.brandl | 2008-06-01 23:19:14 +0200 (Sun, 01 Jun 2008) | 2 lines Deprecate htmllib and sgmllib for 3.0. ........
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-0115-1969/+14
|
* Merged revisions 63871 via svnmerge fromGeorg Brandl2008-06-015-135/+269
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r63871 | georg.brandl | 2008-06-01 22:33:55 +0200 (Sun, 01 Jun 2008) | 3 lines Generate pydoc's topic help from the reST docs via Sphinx' new text writer. ........
* remove mac module docs missed in the first roundBenjamin Peterson2008-06-012-129/+0
|
* Add proper heading for tools entry.Georg Brandl2008-06-011-1/+4
|
* Blocked revisions 63861 via svnmergeGeorg Brandl2008-06-010-0/+0
| | | | | | | | ........ r63861 | robert.schuppenies | 2008-06-01 19:11:09 +0200 (Sun, 01 Jun 2008) | 2 lines Fix test_sys. ........
* Blocked revisions 63863 via svnmergeBenjamin Peterson2008-06-010-0/+0
| | | | | | | | ........ r63863 | benjamin.peterson | 2008-06-01 14:01:25 -0500 (Sun, 01 Jun 2008) | 2 lines add a warning about bgen being removed ........
* add notes about the removal of bgenBenjamin Peterson2008-06-012-3/+2
|
* remove old mac scripts including bgenBenjamin Peterson2008-06-0122-5426/+0
|
* Blocked revisions 63848-63849 via svnmergeMartin v. Löwis2008-06-010-0/+0
| | | | | | | | | | | | ........ r63848 | martin.v.loewis | 2008-06-01 10:06:17 +0200 (So, 01 Jun 2008) | 2 lines Move sys_stream and sys_isatty out of the have-langinfo block. ........ r63849 | martin.v.loewis | 2008-06-01 10:19:02 +0200 (So, 01 Jun 2008) | 2 lines Typo: encoding -> codeset. ........
* Blocked revisions 63846 via svnmergeMartin v. Löwis2008-06-010-0/+0
| | | | | | | | ........ r63846 | martin.v.loewis | 2008-06-01 09:20:46 +0200 (So, 01 Jun 2008) | 2 lines New environment variable PYTHONIOENCODING. ........
* Whitespace nits.Alexandre Vassalotti2008-06-011-0/+2
|
* Added documentation for PyDict_GetItemWithError().Alexandre Vassalotti2008-06-011-0/+6
|
* Added missing prototype for PyDict_GetItemWithError().Alexandre Vassalotti2008-06-011-0/+1
|
* Added a note to [] that special forms & special chars lose their meaningMark Summerfield2008-05-311-0/+6
| | | | and backrefs can't be used inside []
* Optimization of str.format() for cases with unicode, long, and floatEric Smith2008-05-311-7/+28
| | | | | | | | | | | arguments. This gives about 30% speed improvement for the simplest (but most common) cases. This patch skips the __format__ dispatch, and also avoids creating an object to hold the format_spec. Unfortunately, backporting this to 2.6 is going to be more challenging due to str/unicode issues with format_spec. I'll work on that next. Then I'll spend some time profiling and see what that tells me.
* remove plat-mac referencesBenjamin Peterson2008-05-313-58/+4
|
* Blocked revisions 63814 via svnmergeEric Smith2008-05-300-0/+0
| | | | | | | | ........ r63814 | eric.smith | 2008-05-30 14:10:04 -0400 (Fri, 30 May 2008) | 1 line Refactor and clean up str.format() code (and helpers) in advance of optimizations. ........
* Refactor and clean up str.format() code (and helpers) in advance of ↵Eric Smith2008-05-3010-99/+98
| | | | optimizations.
* Add test case for r63810.Georg Brandl2008-05-301-0/+5
|
* Don't return the same object from trivial replace() cases --Georg Brandl2008-05-301-4/+1
| | | | it is guaranteed to return a new bytearray.
* 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. ........