]> granicus.if.org Git - python/log
python
14 years agoExpand entry for pydoc.
Raymond Hettinger [Wed, 19 Jan 2011 04:43:45 +0000 (04:43 +0000)]
Expand entry for pydoc.

14 years agoImprove looks by replacing a bullet list with a table.
Raymond Hettinger [Wed, 19 Jan 2011 04:24:57 +0000 (04:24 +0000)]
Improve looks by replacing a bullet list with a table.

14 years agoAdd examples for inspect.
Raymond Hettinger [Wed, 19 Jan 2011 04:14:34 +0000 (04:14 +0000)]
Add examples for inspect.

14 years agoKlocwork scan site no longer available.
Brett Cannon [Wed, 19 Jan 2011 00:49:06 +0000 (00:49 +0000)]
Klocwork scan site no longer available.

14 years agoFix typo in example of barrier timeouts from r88102
David Malcolm [Tue, 18 Jan 2011 23:45:53 +0000 (23:45 +0000)]
Fix typo in example of barrier timeouts from r88102

14 years agoExpand barrier example to show time-outs.
Raymond Hettinger [Tue, 18 Jan 2011 22:58:33 +0000 (22:58 +0000)]
Expand barrier example to show time-outs.

14 years agoMissing word.
Raymond Hettinger [Tue, 18 Jan 2011 21:14:27 +0000 (21:14 +0000)]
Missing word.

14 years agoReword the OrderedDict entry to emphasize the default behavior,
Raymond Hettinger [Tue, 18 Jan 2011 20:25:04 +0000 (20:25 +0000)]
Reword the OrderedDict entry to emphasize the default behavior,
to show equivalent code, and to provide a use case.

14 years agoIssue #10451: memoryview objects could allow to mutate a readable buffer.
Antoine Pitrou [Tue, 18 Jan 2011 18:57:52 +0000 (18:57 +0000)]
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.

14 years agoTypos.
Raymond Hettinger [Tue, 18 Jan 2011 09:01:34 +0000 (09:01 +0000)]
Typos.

14 years agoMore nits.
Raymond Hettinger [Tue, 18 Jan 2011 08:28:01 +0000 (08:28 +0000)]
More nits.

14 years agoNits.
Raymond Hettinger [Tue, 18 Jan 2011 07:15:39 +0000 (07:15 +0000)]
Nits.

14 years agoMore nits.
Raymond Hettinger [Tue, 18 Jan 2011 00:30:24 +0000 (00:30 +0000)]
More nits.

14 years agoAdd example for the abc module.
Raymond Hettinger [Tue, 18 Jan 2011 00:19:30 +0000 (00:19 +0000)]
Add example for the abc module.

14 years agoNits.
Raymond Hettinger [Tue, 18 Jan 2011 00:02:40 +0000 (00:02 +0000)]
Nits.

14 years agovery out of date file
Benjamin Peterson [Mon, 17 Jan 2011 23:49:51 +0000 (23:49 +0000)]
very out of date file

14 years agoAdd an import to the logging example
Raymond Hettinger [Mon, 17 Jan 2011 23:42:17 +0000 (23:42 +0000)]
Add an import to the logging example

14 years agoThe example for configparser was weird.
Raymond Hettinger [Mon, 17 Jan 2011 23:39:39 +0000 (23:39 +0000)]
The example for configparser was weird.

14 years agoBeautify code examples.
Raymond Hettinger [Mon, 17 Jan 2011 23:10:55 +0000 (23:10 +0000)]
Beautify code examples.

14 years agoWording nits.
Raymond Hettinger [Mon, 17 Jan 2011 22:33:11 +0000 (22:33 +0000)]
Wording nits.

14 years agoFix-up the XXX for importlib.abc.
Raymond Hettinger [Mon, 17 Jan 2011 21:55:40 +0000 (21:55 +0000)]
Fix-up the XXX for importlib.abc.

14 years agoTidy-up the ssl section.
Raymond Hettinger [Mon, 17 Jan 2011 21:29:58 +0000 (21:29 +0000)]
Tidy-up the ssl section.

14 years agoShort README on gdb support.
Brett Cannon [Mon, 17 Jan 2011 21:12:54 +0000 (21:12 +0000)]
Short README on gdb support.

14 years agoNote that two-phase cyclic barriers are suitable for use in loops.
Raymond Hettinger [Mon, 17 Jan 2011 21:05:07 +0000 (21:05 +0000)]
Note that two-phase cyclic barriers are suitable for use in loops.

14 years agoremove unneeded assertion
Benjamin Peterson [Mon, 17 Jan 2011 19:54:55 +0000 (19:54 +0000)]
remove unneeded assertion

14 years agocorrect assertion
Benjamin Peterson [Mon, 17 Jan 2011 19:44:46 +0000 (19:44 +0000)]
correct assertion

14 years agoturn some checks into assertions, since they are implied by the caller
Benjamin Peterson [Mon, 17 Jan 2011 19:24:34 +0000 (19:24 +0000)]
turn some checks into assertions, since they are implied by the caller

Reviewed by Georg.

14 years agoPlaceholder sentence pointing out that imoprtlib has updated (as well as deprecated...
Brett Cannon [Sun, 16 Jan 2011 21:02:09 +0000 (21:02 +0000)]
Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation.

14 years agorangeobject.c (compute_slice_indices): Make function static.
Matthias Klose [Sun, 16 Jan 2011 20:57:01 +0000 (20:57 +0000)]
rangeobject.c (compute_slice_indices): Make function static.

14 years agoMention deprecation of PyEval_{Acquire,Release}Lock().
Antoine Pitrou [Sun, 16 Jan 2011 18:45:17 +0000 (18:45 +0000)]
Mention deprecation of PyEval_{Acquire,Release}Lock().

14 years agoMore SSL-related stuff
Antoine Pitrou [Sun, 16 Jan 2011 18:41:36 +0000 (18:41 +0000)]
More SSL-related stuff

14 years agoMention HTTP 0.9's partial demise.
Antoine Pitrou [Sun, 16 Jan 2011 18:34:09 +0000 (18:34 +0000)]
Mention HTTP 0.9's partial demise.

14 years agoMention the new context parameter to FTP_TLS, and the small API change
Antoine Pitrou [Sun, 16 Jan 2011 18:29:34 +0000 (18:29 +0000)]
Mention the new context parameter to FTP_TLS, and the small API change
in subprocess.Popen.

14 years agoIssue 10889: Added entry for handling of indexing and slicing with ranges bigger...
Raymond Hettinger [Sun, 16 Jan 2011 18:22:06 +0000 (18:22 +0000)]
Issue 10889: Added entry for handling of indexing and slicing with ranges bigger than sys.maxsize.

14 years agoGet proper credit
Antoine Pitrou [Sun, 16 Jan 2011 18:21:12 +0000 (18:21 +0000)]
Get proper credit

14 years agoFix misindent
Antoine Pitrou [Sun, 16 Jan 2011 18:16:52 +0000 (18:16 +0000)]
Fix misindent

14 years agoBetter description of SSL-related changes
Antoine Pitrou [Sun, 16 Jan 2011 18:16:09 +0000 (18:16 +0000)]
Better description of SSL-related changes

14 years agoRewrap and punctuation consistency.
Georg Brandl [Sun, 16 Jan 2011 14:17:26 +0000 (14:17 +0000)]
Rewrap and punctuation consistency.

14 years agoAdd missing NEWS entry for r87948
Nick Coghlan [Sun, 16 Jan 2011 13:08:48 +0000 (13:08 +0000)]
Add missing NEWS entry for r87948

14 years agoClean-up comment.
Raymond Hettinger [Sun, 16 Jan 2011 09:18:59 +0000 (09:18 +0000)]
Clean-up comment.

14 years agoRemove out-of-date comment
Raymond Hettinger [Sun, 16 Jan 2011 09:16:27 +0000 (09:16 +0000)]
Remove out-of-date comment

14 years agoFix two small issues.
Georg Brandl [Sun, 16 Jan 2011 09:11:45 +0000 (09:11 +0000)]
Fix two small issues.

14 years agoPost-release updates.
Georg Brandl [Sun, 16 Jan 2011 08:44:50 +0000 (08:44 +0000)]
Post-release updates.

14 years agoPackage zip_cp437_header.zip.
Martin v. Löwis [Sat, 15 Jan 2011 19:43:18 +0000 (19:43 +0000)]
Package zip_cp437_header.zip.
Don't try to package subprocessdata/*.py twice.

14 years agoTagging 3.2rc1.
Georg Brandl [Sat, 15 Jan 2011 19:02:06 +0000 (19:02 +0000)]
Tagging 3.2rc1.

14 years agoFix mmap and test_mmap under Windows too (followup to r88022) v3.2rc1
Antoine Pitrou [Sat, 15 Jan 2011 17:25:58 +0000 (17:25 +0000)]
Fix mmap and test_mmap under Windows too (followup to r88022)

14 years agoBump to 3.2rc1.
Georg Brandl [Sat, 15 Jan 2011 17:08:53 +0000 (17:08 +0000)]
Bump to 3.2rc1.

14 years agoFix "make suspicious" errors and update ignore file.
Georg Brandl [Sat, 15 Jan 2011 17:05:20 +0000 (17:05 +0000)]
Fix "make suspicious" errors and update ignore file.

14 years agoFix a few doc errors, mostly undefined keywords.
Georg Brandl [Sat, 15 Jan 2011 17:03:02 +0000 (17:03 +0000)]
Fix a few doc errors, mostly undefined keywords.

14 years agoUpdate to 1.0.7.
Georg Brandl [Sat, 15 Jan 2011 16:45:03 +0000 (16:45 +0000)]
Update to 1.0.7.

14 years agoUpdate pydoc topics.
Georg Brandl [Sat, 15 Jan 2011 16:44:11 +0000 (16:44 +0000)]
Update pydoc topics.

14 years agoIssue #10916: mmap should not segfault when a file is mapped using 0 as
Antoine Pitrou [Sat, 15 Jan 2011 16:17:07 +0000 (16:17 +0000)]
Issue #10916: mmap should not segfault when a file is mapped using 0 as
length and a non-zero offset, and an attempt to read past the end of file
is made (IndexError is raised instead).  Patch by Ross Lagerwall.

Requested by Georg.

14 years agoNits
Antoine Pitrou [Sat, 15 Jan 2011 14:31:49 +0000 (14:31 +0000)]
Nits

14 years agoIssue #10913: Deprecate misleading functions PyEval_AcquireLock() and
Antoine Pitrou [Sat, 15 Jan 2011 13:11:48 +0000 (13:11 +0000)]
Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
PyEval_ReleaseLock().  The thread-state aware APIs should be used instead.

14 years agoReword and restructure the GIL API doc
Antoine Pitrou [Sat, 15 Jan 2011 12:54:19 +0000 (12:54 +0000)]
Reword and restructure the GIL API doc

14 years agoAdd mention of how to switch interpreters
Antoine Pitrou [Sat, 15 Jan 2011 12:21:53 +0000 (12:21 +0000)]
Add mention of how to switch interpreters

14 years agoImprove description of issues
Antoine Pitrou [Sat, 15 Jan 2011 12:10:48 +0000 (12:10 +0000)]
Improve description of issues

14 years agoRestructure a bit
Antoine Pitrou [Sat, 15 Jan 2011 11:57:42 +0000 (11:57 +0000)]
Restructure a bit

14 years agoStandard streams use file descriptors, not FILE pointers.
Antoine Pitrou [Sat, 15 Jan 2011 11:44:17 +0000 (11:44 +0000)]
Standard streams use file descriptors, not FILE pointers.

14 years agoAvoid ResourceWarnings in ccbench
Antoine Pitrou [Sat, 15 Jan 2011 11:39:23 +0000 (11:39 +0000)]
Avoid ResourceWarnings in ccbench

14 years agoFix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with...
Antoine Pitrou [Sat, 15 Jan 2011 11:37:11 +0000 (11:37 +0000)]
Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2.
(we need some tests for this)

14 years agoIssue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin...
Eli Bendersky [Sat, 15 Jan 2011 10:23:34 +0000 (10:23 +0000)]
Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks to Devin Jeanpierre for spotting the problem.

14 years agoAdd self to mac platform area in maintainers.rst.
Ned Deily [Sat, 15 Jan 2011 05:53:33 +0000 (05:53 +0000)]
Add self to mac platform area in maintainers.rst.

14 years agoRemove spurious copy of Mac/IDLE/idlemain.py left over from
Ned Deily [Sat, 15 Jan 2011 05:44:21 +0000 (05:44 +0000)]
Remove spurious copy of Mac/IDLE/idlemain.py left over from
conversion from Python 2 build process.  The correct version
is in Mac/IDLE/IDLE.app/Contents/Resources/

14 years ago#10843: Update third-party library versions used in OS X 32-bit
Ned Deily [Sat, 15 Jan 2011 05:29:12 +0000 (05:29 +0000)]
#10843: Update third-party library versions used in OS X 32-bit
        installer builds: bzip2 1.0.6, readline 6.1.2, SQLite 3.7.4
        (with FTS3/FTS4 and RTREE enabled), and ncursesw 5.5 (wide-char
        support enabled).

14 years ago#10843: Install the Tools directory on OS X in the applications
Ned Deily [Sat, 15 Jan 2011 05:05:53 +0000 (05:05 +0000)]
#10843: Install the Tools directory on OS X in the applications
        Extras (/Applications/Python 3.n/Extras/) where the Demo
        directory had previous been installed.

14 years ago#10907: Update OS X installer build README to better reflect
Ned Deily [Sat, 15 Jan 2011 04:44:12 +0000 (04:44 +0000)]
#10907: Update OS X installer build README to better reflect
        current build practices.

14 years ago#10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,
Ned Deily [Sat, 15 Jan 2011 04:37:12 +0000 (04:37 +0000)]
#10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,
        rather than the currently problematic Apple-supplied one,
        when running with the 64-/32-bit installer variant.

14 years agoIssue #4953: add the author of the patch
Victor Stinner [Fri, 14 Jan 2011 14:11:45 +0000 (14:11 +0000)]
Issue #4953: add the author of the patch

14 years agourllib doc: add versionchanged sections for parse_qs() and parse_qsl()
Victor Stinner [Fri, 14 Jan 2011 13:31:45 +0000 (13:31 +0000)]
urllib doc: add versionchanged sections for parse_qs() and parse_qsl()

14 years agocgi: use isinstance(x, list) instead of type(x) == type([])
Victor Stinner [Fri, 14 Jan 2011 13:08:27 +0000 (13:08 +0000)]
cgi: use isinstance(x, list) instead of type(x) == type([])

14 years agoIssue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
Victor Stinner [Fri, 14 Jan 2011 13:05:21 +0000 (13:05 +0000)]
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
as unicode, and accept binary files. Add encoding and errors attributes to
cgi.FieldStorage.

14 years agotest_urlparse: add tests for encoding and errors arguments
Victor Stinner [Fri, 14 Jan 2011 13:05:19 +0000 (13:05 +0000)]
test_urlparse: add tests for encoding and errors arguments

14 years agoAdd encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
Victor Stinner [Fri, 14 Jan 2011 12:52:12 +0000 (12:52 +0000)]
Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()

14 years agoIssue #10902: Fix reference to run* methods
Eli Bendersky [Fri, 14 Jan 2011 08:25:03 +0000 (08:25 +0000)]
Issue #10902: Fix reference to run* methods

14 years agoRemove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__...
Eli Bendersky [Fri, 14 Jan 2011 07:31:14 +0000 (07:31 +0000)]
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844

14 years agoIssue #9268: Documented -m pickletools usage.
Alexander Belopolsky [Thu, 13 Jan 2011 21:58:44 +0000 (21:58 +0000)]
Issue #9268: Documented -m pickletools usage.

Also added a source code link.

14 years agoIssue 10899: Remove function type annotations from the stdlib
Raymond Hettinger [Thu, 13 Jan 2011 19:08:04 +0000 (19:08 +0000)]
Issue 10899: Remove function type annotations from the stdlib

14 years agoIssue #10899: Move function type annotations into docstrings.
Raymond Hettinger [Thu, 13 Jan 2011 18:15:51 +0000 (18:15 +0000)]
Issue #10899:  Move function type annotations into docstrings.

Note, the docstrings (for the most part) were already very thorough
and included type information.

14 years agoFix the example output of count().
Georg Brandl [Thu, 13 Jan 2011 07:31:18 +0000 (07:31 +0000)]
Fix the example output of count().

14 years agoAdd semicolon for consistency.
Georg Brandl [Thu, 13 Jan 2011 07:24:40 +0000 (07:24 +0000)]
Add semicolon for consistency.

14 years agoMore PEP 8: no space around "=" in argument lists.
Georg Brandl [Thu, 13 Jan 2011 07:13:06 +0000 (07:13 +0000)]
More PEP 8: no space around "=" in argument lists.

14 years agoplug reference leak
Benjamin Peterson [Thu, 13 Jan 2011 04:22:54 +0000 (04:22 +0000)]
plug reference leak

14 years agoIssue 10899: Remove function type annotations from the stdlib
Raymond Hettinger [Thu, 13 Jan 2011 02:52:26 +0000 (02:52 +0000)]
Issue 10899: Remove function type annotations from the stdlib

14 years agoIssue 10899: Remove function type annotations from the stdlib
Raymond Hettinger [Thu, 13 Jan 2011 02:31:25 +0000 (02:31 +0000)]
Issue 10899: Remove function type annotations from the stdlib

14 years agoIssue #10899: No function type annotations in the standard library.
Raymond Hettinger [Wed, 12 Jan 2011 23:39:31 +0000 (23:39 +0000)]
Issue #10899: No function type annotations in the standard library.
Removed function type annotations from _pyio.py.

14 years agoFix test_bigaddrspace (some tests didn't trigger the expected MemoryError)
Antoine Pitrou [Wed, 12 Jan 2011 22:02:45 +0000 (22:02 +0000)]
Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError)

14 years agoA better message again
Antoine Pitrou [Wed, 12 Jan 2011 21:58:39 +0000 (21:58 +0000)]
A better message again

14 years agoMore informative skip message in @bigaddrspace
Antoine Pitrou [Wed, 12 Jan 2011 21:50:44 +0000 (21:50 +0000)]
More informative skip message in @bigaddrspace

14 years agoFix @bigmemtest when no limit is given by the user (oops)
Antoine Pitrou [Wed, 12 Jan 2011 21:40:20 +0000 (21:40 +0000)]
Fix @bigmemtest when no limit is given by the user (oops)

14 years agoMake test skipping message nicer, and remove the rather useless "overhead" parameter.
Antoine Pitrou [Wed, 12 Jan 2011 21:19:59 +0000 (21:19 +0000)]
Make test skipping message nicer, and remove the rather useless "overhead" parameter.

14 years agoRemove the funky function annotation from numbers.py.
Raymond Hettinger [Wed, 12 Jan 2011 20:52:39 +0000 (20:52 +0000)]
Remove the funky function annotation from numbers.py.

14 years agoFix the expected memory use of utf-8 encoding. Also, release the
Antoine Pitrou [Wed, 12 Jan 2011 20:46:37 +0000 (20:46 +0000)]
Fix the expected memory use of utf-8 encoding.  Also, release the
one reference to a huge object even when an exception is raised.

14 years agoRemove function annotations that slipped into _abcoll.
Raymond Hettinger [Wed, 12 Jan 2011 20:37:47 +0000 (20:37 +0000)]
Remove function annotations that slipped into _abcoll.
These are reserved for third-party use.

14 years agouse PyErr_SetString instead of PyErr_Format
Benjamin Peterson [Wed, 12 Jan 2011 18:56:07 +0000 (18:56 +0000)]
use PyErr_SetString instead of PyErr_Format

14 years agoIssue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch
Antoine Pitrou [Wed, 12 Jan 2011 18:45:27 +0000 (18:45 +0000)]
Issue #10822: Fix test_posix:test_getgroups failure under Solaris.  Patch
by Ross Lagerwall.

14 years agoIssue #10225: Fixed the simple mistakes in doctests.
Alexander Belopolsky [Wed, 12 Jan 2011 16:37:14 +0000 (16:37 +0000)]
Issue #10225: Fixed the simple mistakes in doctests.

14 years agodon't segfault on deleting __abstractmethods__ #10892
Benjamin Peterson [Wed, 12 Jan 2011 15:34:01 +0000 (15:34 +0000)]
don't segfault on deleting __abstractmethods__ #10892

14 years agooops, wrong class
Benjamin Peterson [Wed, 12 Jan 2011 15:25:02 +0000 (15:25 +0000)]
oops, wrong class

14 years agomove this test to test_descr; it's not abc specific
Benjamin Peterson [Wed, 12 Jan 2011 15:24:27 +0000 (15:24 +0000)]
move this test to test_descr; it's not abc specific