]> granicus.if.org Git - python/log
python
14 years agoRewrap.
Georg Brandl [Sun, 5 Sep 2010 17:06:50 +0000 (17:06 +0000)]
Rewrap.

14 years agoRewrap and consistency fixes.
Georg Brandl [Sun, 5 Sep 2010 11:28:33 +0000 (11:28 +0000)]
Rewrap and consistency fixes.

14 years agoFill-in sqlite3 stubs
Raymond Hettinger [Sun, 5 Sep 2010 08:54:32 +0000 (08:54 +0000)]
Fill-in sqlite3 stubs

14 years agoAdd example of ftplib's new context manager.
Raymond Hettinger [Sun, 5 Sep 2010 08:46:36 +0000 (08:46 +0000)]
Add example of ftplib's new context manager.

14 years agoAdd PEP 391 to whatsnew
Raymond Hettinger [Sun, 5 Sep 2010 08:35:38 +0000 (08:35 +0000)]
Add PEP 391 to whatsnew

14 years agoBump to 3.2a2.
Georg Brandl [Sun, 5 Sep 2010 08:30:40 +0000 (08:30 +0000)]
Bump to 3.2a2.

14 years agoUpdate pydoc topics.
Georg Brandl [Sun, 5 Sep 2010 08:28:41 +0000 (08:28 +0000)]
Update pydoc topics.

14 years agoMore updates to whatsnew.
Raymond Hettinger [Sun, 5 Sep 2010 06:13:47 +0000 (06:13 +0000)]
More updates to whatsnew.

14 years agoClean-up functools.total_ordering().
Raymond Hettinger [Sun, 5 Sep 2010 05:57:35 +0000 (05:57 +0000)]
Clean-up functools.total_ordering().

14 years agoAdd an example
Raymond Hettinger [Sun, 5 Sep 2010 05:56:44 +0000 (05:56 +0000)]
Add an example

14 years agoInline cmp_lt().
Raymond Hettinger [Sun, 5 Sep 2010 05:26:10 +0000 (05:26 +0000)]
Inline cmp_lt().

14 years agoMore updates to whatsnew
Raymond Hettinger [Sun, 5 Sep 2010 01:00:19 +0000 (01:00 +0000)]
More updates to whatsnew

14 years agoTypo
Raymond Hettinger [Sun, 5 Sep 2010 00:36:26 +0000 (00:36 +0000)]
Typo

14 years agoUpdate whatsnew for Pep3149.
Raymond Hettinger [Sun, 5 Sep 2010 00:27:25 +0000 (00:27 +0000)]
Update whatsnew for Pep3149.

14 years agorun autoreconf
Benjamin Peterson [Sun, 5 Sep 2010 00:09:07 +0000 (00:09 +0000)]
run autoreconf

14 years agoUpdate whatsnew for Pep3147.
Raymond Hettinger [Sat, 4 Sep 2010 23:53:24 +0000 (23:53 +0000)]
Update whatsnew for Pep3147.

14 years agoAdopt more descriptive attribute names as suggested on python-dev.
Raymond Hettinger [Sat, 4 Sep 2010 22:46:06 +0000 (22:46 +0000)]
Adopt more descriptive attribute names as suggested on python-dev.

14 years agoDrop cabarc artifact.
Martin v. Löwis [Sat, 4 Sep 2010 22:12:46 +0000 (22:12 +0000)]
Drop cabarc artifact.

14 years agoIssue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
Antoine Pitrou [Sat, 4 Sep 2010 20:53:29 +0000 (20:53 +0000)]
Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file
descriptor is provided.  Patch by Pascal Chambon.

14 years agoIssue #7451: Improve decoding performance of JSON objects, and reduce
Antoine Pitrou [Sat, 4 Sep 2010 20:16:53 +0000 (20:16 +0000)]
Issue #7451: Improve decoding performance of JSON objects, and reduce
the memory consumption of said decoded objects when they use the same
strings as keys.

14 years agoIssue #9777: test_idna requires the "network" resource
Antoine Pitrou [Sat, 4 Sep 2010 18:50:35 +0000 (18:50 +0000)]
Issue #9777: test_idna requires the "network" resource

14 years agoFix typos in error messages (thanks Arfrever).
Antoine Pitrou [Sat, 4 Sep 2010 18:45:37 +0000 (18:45 +0000)]
Fix typos in error messages (thanks Arfrever).

14 years agoIssue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou [Sat, 4 Sep 2010 18:43:52 +0000 (18:43 +0000)]
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
by the new (and simpler) DUP_TOP_TWO.  Performance isn't changed, but
our bytecode is a bit simplified.  Patch by Demur Rumed.

14 years ago_warnings exposed two variables with the name 'default_action' and
Brett Cannon [Sat, 4 Sep 2010 18:24:04 +0000 (18:24 +0000)]
_warnings exposed two variables with the name 'default_action' and
'once_registry'. This is bad as the warnings module had variables named
'defaultaction' and 'onceregistry' which are what people should be looking at
(technically those variables shouldn't be mucked with as they are undocumented,
but we all know better than to believe that isn't happening). So the variables
from _warnings have been renamed to come off as private and to avoid confusion
over what variable should be used.

Closes issue #9766. Thanks to Antoine Pitrou for the discovery.

14 years agoFix running the copy module from the command-line (however use{ful,less} it may be).
Antoine Pitrou [Sat, 4 Sep 2010 17:46:44 +0000 (17:46 +0000)]
Fix running the copy module from the command-line (however use{ful,less} it may be).

14 years agoFix Björn's name in ACKS.
Antoine Pitrou [Sat, 4 Sep 2010 17:40:51 +0000 (17:40 +0000)]
Fix Björn's name in ACKS.

14 years agoIssue #1100562: Fix deep-copying of objects derived from the list and dict types.
Antoine Pitrou [Sat, 4 Sep 2010 17:40:21 +0000 (17:40 +0000)]
Issue #1100562: Fix deep-copying of objects derived from the list and dict types.
Patch by Michele Orrù and Björn Lindqvist.

14 years agoIssue #9581: Fix non-working PosixGroupsTester test case
Antoine Pitrou [Sat, 4 Sep 2010 17:32:06 +0000 (17:32 +0000)]
Issue #9581: Fix non-working PosixGroupsTester test case
(it only runs as root, which is why nobody bothered about the failure)

14 years agoIssue #7736: Release the GIL around calls to opendir() and closedir()
Antoine Pitrou [Sat, 4 Sep 2010 17:21:57 +0000 (17:21 +0000)]
Issue #7736: Release the GIL around calls to opendir() and closedir()
in the posix module.  Patch by Marcin Bachry.

14 years agoWorkaround PEP 3149 build problems.
Antoine Pitrou [Sat, 4 Sep 2010 16:28:00 +0000 (16:28 +0000)]
Workaround PEP 3149 build problems.

14 years agoIssue #1303434: Include PDBs in release.
Martin v. Löwis [Sat, 4 Sep 2010 14:38:09 +0000 (14:38 +0000)]
Issue #1303434: Include PDBs in release.
Patch by James Lee and Daniel Stutzbach.

14 years agoadd consistent support for the vars and default arguments on all
Fred Drake [Sat, 4 Sep 2010 04:35:34 +0000 (04:35 +0000)]
add consistent support for the vars and default arguments on all
configuration parser classes
(http://bugs.python.org/issue9421)

14 years agoWelcome to the UTF-8 world.
Florent Xicluna [Fri, 3 Sep 2010 23:47:32 +0000 (23:47 +0000)]
Welcome to the UTF-8 world.

14 years agoFix missing word.
Georg Brandl [Fri, 3 Sep 2010 22:49:27 +0000 (22:49 +0000)]
Fix missing word.

14 years agoAdd an entry in whatsnew about the PyCObject -> PyCapsule move.
Amaury Forgeot d'Arc [Fri, 3 Sep 2010 22:43:08 +0000 (22:43 +0000)]
Add an entry in whatsnew about the PyCObject -> PyCapsule move.

(It seems that I am the first SWIG user to try python 3.2...)

14 years ago#9760: clarify what context expression is.
Georg Brandl [Fri, 3 Sep 2010 22:40:02 +0000 (22:40 +0000)]
#9760: clarify what context expression is.

14 years ago#9767: doctest run over json docs.
Georg Brandl [Fri, 3 Sep 2010 22:36:22 +0000 (22:36 +0000)]
#9767: doctest run over json docs.

14 years agoMore inclusive title.
Georg Brandl [Fri, 3 Sep 2010 22:33:27 +0000 (22:33 +0000)]
More inclusive title.

14 years agoRevert unintended change from r84458.
Georg Brandl [Fri, 3 Sep 2010 22:29:08 +0000 (22:29 +0000)]
Revert unintended change from r84458.

14 years agoMake PEP section a bit less ugly and at least list implemented PEPs.
Georg Brandl [Fri, 3 Sep 2010 22:20:58 +0000 (22:20 +0000)]
Make PEP section a bit less ugly and at least list implemented PEPs.

14 years agoFix typos and use tabs consistently.
Georg Brandl [Fri, 3 Sep 2010 22:19:07 +0000 (22:19 +0000)]
Fix typos and use tabs consistently.

14 years agoUse tabs consistently.
Georg Brandl [Fri, 3 Sep 2010 22:14:52 +0000 (22:14 +0000)]
Use tabs consistently.

14 years agoAdd versionadded tag to PyUnicode_AsUnicodeCopy's doc
Victor Stinner [Fri, 3 Sep 2010 22:13:42 +0000 (22:13 +0000)]
Add versionadded tag to PyUnicode_AsUnicodeCopy's doc

14 years agoFix invalid bytes for UTF-8
Éric Araujo [Fri, 3 Sep 2010 22:03:10 +0000 (22:03 +0000)]
Fix invalid bytes for UTF-8

14 years agoTypo
Florent Xicluna [Fri, 3 Sep 2010 20:23:40 +0000 (20:23 +0000)]
Typo

14 years agoStrengthen BytesWarning tests.
Florent Xicluna [Fri, 3 Sep 2010 20:00:37 +0000 (20:00 +0000)]
Strengthen BytesWarning tests.

14 years agoRemove redundant context manager.
Florent Xicluna [Fri, 3 Sep 2010 19:55:26 +0000 (19:55 +0000)]
Remove redundant context manager.

14 years agoRemove unused import, fix typo and rewrap docstrings.
Florent Xicluna [Fri, 3 Sep 2010 19:54:02 +0000 (19:54 +0000)]
Remove unused import, fix typo and rewrap docstrings.

14 years agoUse a context manager for some file objects.
Florent Xicluna [Fri, 3 Sep 2010 19:52:03 +0000 (19:52 +0000)]
Use a context manager for some file objects.

14 years agoIssue #3805: clean up implementation of the _read method in _ssl.c.
Antoine Pitrou [Fri, 3 Sep 2010 18:38:17 +0000 (18:38 +0000)]
Issue #3805: clean up implementation of the _read method in _ssl.c.

14 years agoNEWS for PEP 3149, and clean up a few other entries.
Barry Warsaw [Fri, 3 Sep 2010 18:36:11 +0000 (18:36 +0000)]
NEWS for PEP 3149, and clean up a few other entries.

14 years agoDoc fix: unicode() is now str()
Daniel Stutzbach [Fri, 3 Sep 2010 18:31:07 +0000 (18:31 +0000)]
Doc fix: unicode() is now str()

14 years agoPEP 3149 is accepted.
Barry Warsaw [Fri, 3 Sep 2010 18:30:30 +0000 (18:30 +0000)]
PEP 3149 is accepted.

http://mail.python.org/pipermail/python-dev/2010-September/103408.html

14 years agoDocument PyUnicode_AsUnicodeCopy()
Victor Stinner [Fri, 3 Sep 2010 16:23:29 +0000 (16:23 +0000)]
Document PyUnicode_AsUnicodeCopy()

14 years agoRename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()
Victor Stinner [Fri, 3 Sep 2010 16:18:00 +0000 (16:18 +0000)]
Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()

14 years agoFix NEWS entry.
Antoine Pitrou [Fri, 3 Sep 2010 16:12:14 +0000 (16:12 +0000)]
Fix NEWS entry.

14 years agoFix Issue9753: socket.dup() does not always work right on Windows
Daniel Stutzbach [Fri, 3 Sep 2010 12:38:33 +0000 (12:38 +0000)]
Fix Issue9753: socket.dup() does not always work right on Windows

14 years agofromfd exists on Windows now
Daniel Stutzbach [Fri, 3 Sep 2010 11:11:43 +0000 (11:11 +0000)]
fromfd exists on Windows now

14 years agoReindent.
Georg Brandl [Fri, 3 Sep 2010 10:52:55 +0000 (10:52 +0000)]
Reindent.

14 years agoIssue 8420: Fix obscure set crashers.
Raymond Hettinger [Fri, 3 Sep 2010 10:00:50 +0000 (10:00 +0000)]
Issue 8420:  Fix obscure set crashers.

14 years agofix output from RawConfigParser.write and ConfigParser.write for None
Fred Drake [Fri, 3 Sep 2010 04:22:36 +0000 (04:22 +0000)]
fix output from RawConfigParser.write and ConfigParser.write for None
values (http://bugs.python.org/issue7005)
(merged r84443 from the release27-mmaint branch, with changes to reflect
changes in Python 3)

14 years agoReadability nit.
Raymond Hettinger [Thu, 2 Sep 2010 19:58:35 +0000 (19:58 +0000)]
Readability nit.

14 years agoBetter method name. Tighten inner-loop with bound methods.
Raymond Hettinger [Thu, 2 Sep 2010 19:56:28 +0000 (19:56 +0000)]
Better method name.  Tighten inner-loop with bound methods.

14 years agoBytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
Antoine Pitrou [Thu, 2 Sep 2010 19:48:07 +0000 (19:48 +0000)]
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.

14 years agoMake OrderedDict.popitem() a bit smarter and faster
Raymond Hettinger [Thu, 2 Sep 2010 18:44:16 +0000 (18:44 +0000)]
Make OrderedDict.popitem() a bit smarter and faster

14 years agoCredit where credit is due
Daniel Stutzbach [Thu, 2 Sep 2010 15:13:35 +0000 (15:13 +0000)]
Credit where credit is due

14 years agoIssue #9212: Added the missing isdisjoint method to the dict_keys and
Daniel Stutzbach [Thu, 2 Sep 2010 15:06:06 +0000 (15:06 +0000)]
Issue #9212: Added the missing isdisjoint method to the dict_keys and
dict_items views.  The method is required by the collections.Set ABC,
which the views register as supporting.

14 years agoRemoved an extraneous semicolon
Daniel Stutzbach [Thu, 2 Sep 2010 15:06:03 +0000 (15:06 +0000)]
Removed an extraneous semicolon

14 years agoSpeed-up cache updates
Raymond Hettinger [Thu, 2 Sep 2010 09:44:28 +0000 (09:44 +0000)]
Speed-up cache updates

14 years agoKeep contents order the same between versions.
Raymond Hettinger [Thu, 2 Sep 2010 09:17:31 +0000 (09:17 +0000)]
Keep contents order the same between versions.

14 years agoCreate PyUnicode_strdup() function
Victor Stinner [Wed, 1 Sep 2010 23:43:53 +0000 (23:43 +0000)]
Create PyUnicode_strdup() function

14 years agoCreate Py_UNICODE_strcat() function
Victor Stinner [Wed, 1 Sep 2010 23:43:50 +0000 (23:43 +0000)]
Create Py_UNICODE_strcat() function

14 years agoGlossary cleanup
Raymond Hettinger [Wed, 1 Sep 2010 22:11:53 +0000 (22:11 +0000)]
Glossary cleanup

14 years agoCleanup heapq docs
Raymond Hettinger [Wed, 1 Sep 2010 21:27:31 +0000 (21:27 +0000)]
Cleanup heapq docs

14 years agoFix a compilation warning
Antoine Pitrou [Wed, 1 Sep 2010 21:14:46 +0000 (21:14 +0000)]
Fix a compilation warning

14 years agoIssue #9737: Fix a crash when trying to delete a slice or an item from
Antoine Pitrou [Wed, 1 Sep 2010 21:14:16 +0000 (21:14 +0000)]
Issue #9737: Fix a crash when trying to delete a slice or an item from
a memoryview object.

14 years ago#9677: fix link.
Georg Brandl [Wed, 1 Sep 2010 21:02:50 +0000 (21:02 +0000)]
#9677: fix link.

14 years agoTry to fix some buildbot failures on test_ssl
Antoine Pitrou [Wed, 1 Sep 2010 20:55:41 +0000 (20:55 +0000)]
Try to fix some buildbot failures on test_ssl

14 years ago'Using Python' now called 'Python Setup'
Raymond Hettinger [Wed, 1 Sep 2010 20:31:59 +0000 (20:31 +0000)]
'Using Python' now called 'Python Setup'

14 years agoIssue #8990: array.fromstring() and array.tostring() get renamed to
Antoine Pitrou [Wed, 1 Sep 2010 20:29:34 +0000 (20:29 +0000)]
Issue #8990: array.fromstring() and array.tostring() get renamed to
frombytes() and tobytes(), respectively, to avoid confusion.  Furthermore,
array.frombytes(), array.extend() as well as the array.array()
constructor now accept bytearray objects.  Patch by Thomas Jollans.

14 years agoRemove unicode_default_encoding constant
Victor Stinner [Wed, 1 Sep 2010 19:39:01 +0000 (19:39 +0000)]
Remove unicode_default_encoding constant

Inline its value in PyUnicode_GetDefaultEncoding(). The comment is now outdated
(we will not change its value anymore).

14 years agoIssue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versi...
Giampaolo Rodolà [Wed, 1 Sep 2010 19:28:49 +0000 (19:28 +0000)]
Issue #9693 - msg 115273: attempt to fix ssl module failures on certain OpenSSL versions by calling ERR_clear_error() before raising IOError

14 years agoIssue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()
Antoine Pitrou [Wed, 1 Sep 2010 18:54:56 +0000 (18:54 +0000)]
Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()
are now removed, since their effect was inexistent in 3.x (the default
encoding is hardcoded to utf-8 and cannot be changed).

14 years agoIssue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API
Antoine Pitrou [Wed, 1 Sep 2010 15:10:12 +0000 (15:10 +0000)]
Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API
properly.  Patch by Stefan Behnel.

14 years agoIssue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
Antoine Pitrou [Wed, 1 Sep 2010 12:58:21 +0000 (12:58 +0000)]
Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
_Py_add_one_to_C() and _Py_add_one_to_F(), respectively.

14 years agoForward port sorting howto
Raymond Hettinger [Wed, 1 Sep 2010 09:15:42 +0000 (09:15 +0000)]
Forward port sorting howto

14 years agoMore descriptive title.
Raymond Hettinger [Wed, 1 Sep 2010 08:57:16 +0000 (08:57 +0000)]
More descriptive title.

14 years agoFix line wrapping
Raymond Hettinger [Wed, 1 Sep 2010 08:56:10 +0000 (08:56 +0000)]
Fix line wrapping

14 years ago2-to-3 fixup for map() example in docs
Raymond Hettinger [Wed, 1 Sep 2010 07:46:54 +0000 (07:46 +0000)]
2-to-3 fixup for map() example in docs

14 years agoClean-up bisect docs.
Raymond Hettinger [Wed, 1 Sep 2010 06:58:25 +0000 (06:58 +0000)]
Clean-up bisect docs.
* Document the post conditions for bisect_left() and bisect_right().
* Fix the grades example to use more obvious breakpoints
  and to use a list comprehension instead of map() which returns
  an iterator in Py3.x.
* Improve and expand the examples of searching sorted lists.
* Issue 4356 -- move up reference to the SortedCollection recipe.

14 years agoreformat comment
Benjamin Peterson [Tue, 31 Aug 2010 20:10:55 +0000 (20:10 +0000)]
reformat comment

14 years agoIssue #808164: Fixed socket.close to avoid references to globals, to
Daniel Stutzbach [Tue, 31 Aug 2010 20:08:07 +0000 (20:08 +0000)]
Issue #808164: Fixed socket.close to avoid references to globals, to
avoid issues when socket.close is called from a __del__ method.

14 years agoIssue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC
Daniel Stutzbach [Tue, 31 Aug 2010 19:51:07 +0000 (19:51 +0000)]
Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC

14 years agoReverted r84315 and r84316, with Benjamin's blessing. The tests were
Daniel Stutzbach [Tue, 31 Aug 2010 15:45:04 +0000 (15:45 +0000)]
Reverted r84315 and r84316, with Benjamin's blessing.  The tests were
fine.  They were failing due to a problem exposed in r84307 and fixed
in r84317.   See Issue 8781 for details.

14 years agoadd nonlocal to pydoc topics #9724
Benjamin Peterson [Tue, 31 Aug 2010 14:31:01 +0000 (14:31 +0000)]
add nonlocal to pydoc topics #9724

14 years agoRemoved _unicode variable which is always False in Python 3.x.
Vinay Sajip [Tue, 31 Aug 2010 07:52:17 +0000 (07:52 +0000)]
Removed _unicode variable which is always False in Python 3.x.

14 years agologging: merged duplicated code in fileConfig and dictConfig paths.
Vinay Sajip [Mon, 30 Aug 2010 19:02:14 +0000 (19:02 +0000)]
logging: merged duplicated code in fileConfig and dictConfig paths.

14 years agoLogging: removed some old commented out code.
Vinay Sajip [Mon, 30 Aug 2010 18:31:13 +0000 (18:31 +0000)]
Logging: removed some old commented out code.

14 years agoFix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfil...
Giampaolo Rodolà [Mon, 30 Aug 2010 18:28:05 +0000 (18:28 +0000)]
Fix issue #9711: raise ValueError is SSLConnection constructor is invoked with keyfile and not certfile.

14 years agoImproved logging.Formatter date/time formatting documentation.
Vinay Sajip [Mon, 30 Aug 2010 18:10:03 +0000 (18:10 +0000)]
Improved logging.Formatter date/time formatting documentation.