]> granicus.if.org Git - python/log
python
10 years agowhatsnew: dis.stack_effect (#19722).
R David Murray [Mon, 10 Mar 2014 01:07:37 +0000 (21:07 -0400)]
whatsnew: dis.stack_effect (#19722).

10 years agowhatsnew: oops, create_default_context doesn't return what the stdlib uses.
R David Murray [Mon, 10 Mar 2014 01:00:14 +0000 (21:00 -0400)]
whatsnew: oops, create_default_context doesn't return what the stdlib uses.

10 years agowhatsnew: expand re.fullmatch entry with the motivation for the feature.
R David Murray [Mon, 10 Mar 2014 00:52:28 +0000 (20:52 -0400)]
whatsnew: expand re.fullmatch entry with the motivation for the feature.

10 years agowhatsnew: give Hugo credit for his preliminary work on regex patch.
R David Murray [Mon, 10 Mar 2014 00:46:32 +0000 (20:46 -0400)]
whatsnew: give Hugo credit for his preliminary work on regex patch.

10 years agowhatsnew: auidioop.byteswap (#16685).
R David Murray [Mon, 10 Mar 2014 00:42:49 +0000 (20:42 -0400)]
whatsnew: auidioop.byteswap (#16685).

10 years agowhatsnew: porting note for sysconfig 'SO' key deprecation.
R David Murray [Mon, 10 Mar 2014 00:39:52 +0000 (20:39 -0400)]
whatsnew: porting note for sysconfig 'SO' key deprecation.

10 years agowhatsnew: 'U' mode deprecation (#15204).
R David Murray [Mon, 10 Mar 2014 00:33:35 +0000 (20:33 -0400)]
whatsnew: 'U' mode deprecation (#15204).

10 years agowhatsnew: cp1125 codec (#19668).
R David Murray [Mon, 10 Mar 2014 00:13:16 +0000 (20:13 -0400)]
whatsnew: cp1125 codec (#19668).

10 years agowhatsnew: ssl.create_default_context (#19689).
R David Murray [Sun, 9 Mar 2014 23:58:17 +0000 (19:58 -0400)]
whatsnew: ssl.create_default_context (#19689).

10 years agowhatsnew: allowZip64 defaults to True (#17201).
R David Murray [Sun, 9 Mar 2014 23:57:19 +0000 (19:57 -0400)]
whatsnew: allowZip64 defaults to True (#17201).

10 years agowhatsnew: SSLContext.load_default_certs (#19292).
R David Murray [Sun, 9 Mar 2014 23:41:25 +0000 (19:41 -0400)]
whatsnew: SSLContext.load_default_certs (#19292).

10 years agowhatsnew: pdb works for debugging asyncio programs (#16596).
R David Murray [Sun, 9 Mar 2014 23:40:30 +0000 (19:40 -0400)]
whatsnew: pdb works for debugging asyncio programs (#16596).

10 years agoMerge #19953: Clarify the wording of the augmented assignment discussion.
R David Murray [Sun, 9 Mar 2014 22:51:35 +0000 (18:51 -0400)]
Merge #19953: Clarify the wording of the augmented assignment discussion.

10 years ago#19953: Clarify the wording of the augmented assignment discussion.
R David Murray [Sun, 9 Mar 2014 22:51:16 +0000 (18:51 -0400)]
#19953: Clarify the wording of the augmented assignment discussion.

Patch by Priya Pappachan, based on suggestions from Terry Reedy
and myself.

10 years agowhatsnew: venv with_pip, pyvenv --without-pip (#19552)
R David Murray [Sun, 9 Mar 2014 22:09:51 +0000 (18:09 -0400)]
whatsnew: venv with_pip, pyvenv --without-pip (#19552)

10 years agoIssue #20875: Prevent possible gzip "'read' is not defined" NameError.
Ned Deily [Sun, 9 Mar 2014 21:44:34 +0000 (14:44 -0700)]
Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Patch by Claudiu Popa.

10 years agowhatsnew: more accurate deprecation section titles.
R David Murray [Sun, 9 Mar 2014 21:13:31 +0000 (17:13 -0400)]
whatsnew: more accurate deprecation section titles.

10 years agowhatsnew: deprecation of sysconfig SO key (#19555).
R David Murray [Sun, 9 Mar 2014 21:11:00 +0000 (17:11 -0400)]
whatsnew: deprecation of sysconfig SO key (#19555).

10 years agowhatsnew: SSLContext.verify_flags and constants. (#8813)
R David Murray [Sun, 9 Mar 2014 21:01:34 +0000 (17:01 -0400)]
whatsnew: SSLContext.verify_flags and constants. (#8813)

10 years agoIssue #20875: Merge from 3.3
Ned Deily [Sun, 9 Mar 2014 21:47:58 +0000 (14:47 -0700)]
Issue #20875: Merge from 3.3

10 years ago#20871: improve email policy test coverage.
R David Murray [Sun, 9 Mar 2014 19:29:24 +0000 (15:29 -0400)]
#20871: improve email policy test coverage.

More tests of the concrete policy methods would probably be
a good idea, but this is a start, and it brings line coverage
up to 100% for the policy module.

Patch by Milan Oberkirch.

10 years agowhatsnew: plistlib new api and deprecations (#14455)
R David Murray [Sun, 9 Mar 2014 19:09:04 +0000 (15:09 -0400)]
whatsnew: plistlib new api and deprecations (#14455)

Also fixed the versionchanged/deprecation tags in the docs.

10 years agowhatsnew: SSLSocket.getpeercert new values returned. (#18379)
R David Murray [Sun, 9 Mar 2014 16:55:58 +0000 (12:55 -0400)]
whatsnew: SSLSocket.getpeercert new values returned. (#18379)

10 years agowhatsnew: sys.__interactivehook__. (#5845)
R David Murray [Sun, 9 Mar 2014 16:03:30 +0000 (12:03 -0400)]
whatsnew: sys.__interactivehook__. (#5845)

I decided to leave the (slightly expanded) Other Improvements
entry as well, since someone looking for command line behavior
changes isn't going to look in the 'sys' module section.

10 years agomerge with 3.3.5 release repo
Georg Brandl [Sun, 9 Mar 2014 10:17:23 +0000 (11:17 +0100)]
merge with 3.3.5 release repo

10 years agoPost-release update.
Georg Brandl [Sun, 9 Mar 2014 10:01:14 +0000 (11:01 +0100)]
Post-release update.

10 years agohgtouch: remove meta-variable from option spec
Georg Brandl [Sun, 9 Mar 2014 09:22:10 +0000 (10:22 +0100)]
hgtouch: remove meta-variable from option spec

This fifth tuple element is unsupported in an old hg version still used on
one buildbot, and it is not really necessary (only used in touch --help).

10 years agoAdded tag v3.3.5 for changeset 62cf4e77f785
Georg Brandl [Sun, 9 Mar 2014 08:37:32 +0000 (09:37 +0100)]
Added tag v3.3.5 for changeset 62cf4e77f785

10 years agoBump to 3.3.5 final. v3.3.5
Georg Brandl [Sun, 9 Mar 2014 08:37:14 +0000 (09:37 +0100)]
Bump to 3.3.5 final.

10 years agowhatsnew: SSLcontext.load_verify_locations cadata argument (#18138)
R David Murray [Sun, 9 Mar 2014 04:19:45 +0000 (23:19 -0500)]
whatsnew: SSLcontext.load_verify_locations cadata argument (#18138)

10 years agowhatsnew: hmac conforms to pep 247. (#18775)
R David Murray [Sun, 9 Mar 2014 04:18:09 +0000 (23:18 -0500)]
whatsnew: hmac conforms to pep 247. (#18775)

10 years agowhatsnew: hmac *digestmod* accepts strings, and default is deprecated. (#17276)
R David Murray [Sun, 9 Mar 2014 03:43:12 +0000 (22:43 -0500)]
whatsnew: hmac *digestmod* accepts strings, and default is deprecated. (#17276)

10 years agomerge with 3.3
Georg Brandl [Sun, 9 Mar 2014 10:18:16 +0000 (11:18 +0100)]
merge with 3.3

10 years agomerge with 3.3
Georg Brandl [Sun, 9 Mar 2014 09:22:46 +0000 (10:22 +0100)]
merge with 3.3

10 years agowhatsnew: tidy up html notes, add porting note for expand_charrefs.
R David Murray [Sun, 9 Mar 2014 02:40:29 +0000 (21:40 -0500)]
whatsnew: tidy up html notes, add porting note for expand_charrefs.

10 years agowhatsnew: glob.escape.
R David Murray [Sun, 9 Mar 2014 02:23:21 +0000 (21:23 -0500)]
whatsnew: glob.escape.

10 years agowhatsnew: base65 encodings. (#17618)
R David Murray [Sat, 8 Mar 2014 17:53:28 +0000 (12:53 -0500)]
whatsnew: base65 encodings. (#17618)

Also updated the base64 module title and introduction to adjust for
the fact that these new encodings are included.

Also adjusted the wording about the base64 alphabets (see
issue #20837).

10 years agowhatsnew: dbm.open is context manager. (#19282)
R David Murray [Sat, 8 Mar 2014 17:00:52 +0000 (12:00 -0500)]
whatsnew: dbm.open is context manager. (#19282)

10 years agowhatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311)
R David Murray [Sat, 8 Mar 2014 16:46:05 +0000 (11:46 -0500)]
whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like (#8311)

10 years agowhatsnew: Wave_write handles unseekable files. (#5202)
R David Murray [Sat, 8 Mar 2014 16:14:29 +0000 (11:14 -0500)]
whatsnew: Wave_write handles unseekable files. (#5202)

Also clarify the documentation of this feature.

10 years agoTweak NEWS so some additional issue numbers become links in html version.
R David Murray [Sat, 8 Mar 2014 15:06:04 +0000 (10:06 -0500)]
Tweak NEWS so some additional issue numbers become links in html version.

10 years agoImprove descriptions of introspection changes
Nick Coghlan [Sat, 8 Mar 2014 06:36:37 +0000 (16:36 +1000)]
Improve descriptions of introspection changes

Several of the introspection changes in Python 3.4 are indirect,
where inspect module changes affected pydoc, and those in turn
affected the help builtin. This update adds versionchanged
notes in the key locations, as well as more coverage in the
What's New document (in particular, a note in the porting
section regarding the expanded domain for inspect.getfullargspec).

10 years agowhatsnew: audioop accepts any bytes-like, rejects strings.
R David Murray [Sat, 8 Mar 2014 02:35:31 +0000 (21:35 -0500)]
whatsnew: audioop accepts any bytes-like, rejects strings.

10 years agowhatsnew: inet_pton/inet_ntop support windows (#7171).
R David Murray [Sat, 8 Mar 2014 02:22:39 +0000 (21:22 -0500)]
whatsnew: inet_pton/inet_ntop support windows (#7171).

Added versionchanged to docs.

10 years agowhatsnew: sunau supports 24 bit samples.
R David Murray [Sat, 8 Mar 2014 02:15:56 +0000 (21:15 -0500)]
whatsnew: sunau supports 24 bit samples.

10 years agowhatsnew: cp273 codec (#10907797)
R David Murray [Sat, 8 Mar 2014 02:00:34 +0000 (21:00 -0500)]
whatsnew: cp273 codec (#10907797)

Also updated the docs and added the aliases mentioned by the
references.

10 years agowhatsnew: get[status|output] works on windows.
R David Murray [Sat, 8 Mar 2014 01:06:24 +0000 (20:06 -0500)]
whatsnew: get[status|output] works on windows.

Since 3.3.4.... :(

10 years ago#10197: Update get[status]output versionchanged with actual version.
R David Murray [Sat, 8 Mar 2014 01:04:41 +0000 (20:04 -0500)]
#10197: Update get[status]output versionchanged with actual version.

This was perhaps on the border between a bug fix and a feature since
the Python3 docs did not originally say it was unix only.  However, the
functions never worked anywhere but unix, and the docs were changed to
say it was unix only well before the windows support was added.

Unfortunately, windows support was added in 3.3.4 as well as 3.4.
That leaves us in the uncomfortable position of needing the tag to say
"version changed: 3.3.4" :(

10 years ago#10197: Update get[status]output versionchanged with actual version.
R David Murray [Sat, 8 Mar 2014 01:04:17 +0000 (20:04 -0500)]
#10197: Update get[status]output versionchanged with actual version.

This was perhaps on the border between a bug fix and a feature since
the Python3 docs did not originally say it was unix only.  However, the
functions never worked anywhere but unix, and the docs were changed to
say it was unix only well before the windows support was added.

Unfortunately, windows support was added in 3.3.4 as well as 3.4.
That leaves us in the uncomfortable position of needing the tag to say
"version changed: 3.3.4" :(

10 years agonull merge for issue #20812
Brett Cannon [Fri, 7 Mar 2014 17:29:24 +0000 (12:29 -0500)]
null merge for issue #20812

10 years agoIssue #20813: Backport Python 2/3 HOWTO updates
Brett Cannon [Fri, 7 Mar 2014 17:28:35 +0000 (12:28 -0500)]
Issue #20813: Backport Python 2/3 HOWTO updates

10 years agoIssue #20812: Add a short opener to the Python 2/3 porting HOWTO.
Brett Cannon [Fri, 7 Mar 2014 17:27:10 +0000 (12:27 -0500)]
Issue #20812: Add a short opener to the Python 2/3 porting HOWTO.

Thanks to Nick Coghlan for the suggestion.

10 years agoMake pywlauncher.vcxproj depend on make_versioninfo.vcxproj.
Zachary Ware [Thu, 6 Mar 2014 19:28:08 +0000 (13:28 -0600)]
Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.

pylauncher.vcxproj already has the same dependency, and adding it to
the pywlauncher project eliminates the possibility of the pywlauncher
build failing when building the solution in parallel.  In particular,
pywlauncher may fail to build when doing a "Rebuild Solution" from the
VS Build menu.

Merge with 3.3.

10 years agoMake pywlauncher.vcxproj depend on make_versioninfo.vcxproj.
Zachary Ware [Thu, 6 Mar 2014 19:21:45 +0000 (13:21 -0600)]
Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.

pylauncher.vcxproj already has the same dependency, and adding it to
the pywlauncher project eliminates the possibility of the pywlauncher
build failing when building the solution in parallel.  In particular,
pywlauncher may fail to build when doing a "Rebuild Solution" from the
VS Build menu.

10 years agowhatsnew: note in deprecation section about html.parser strict.
R David Murray [Thu, 6 Mar 2014 18:40:53 +0000 (13:40 -0500)]
whatsnew: note in deprecation section about html.parser strict.

10 years agoRemove redundant NEWS entry.
R David Murray [Thu, 6 Mar 2014 17:58:25 +0000 (12:58 -0500)]
Remove redundant NEWS entry.

10 years agowhatsnew: rewrite resource entry: prlimit and new constants.
R David Murray [Thu, 6 Mar 2014 17:47:31 +0000 (12:47 -0500)]
whatsnew: rewrite resource entry: prlimit and new constants.

10 years agowhatsnew: ipaddress is_global
R David Murray [Thu, 6 Mar 2014 16:51:37 +0000 (11:51 -0500)]
whatsnew: ipaddress is_global

Also tweaked the docs a bit and added the missing entry for
the ipv6 is_global.

10 years ago#11558: Better message if attach called on non-multipart.
R David Murray [Thu, 6 Mar 2014 16:44:17 +0000 (11:44 -0500)]
#11558: Better message if attach called on non-multipart.

Original patch by Varun Sharma.

10 years agotracemalloc.py: add comments to show the format of tuples
Victor Stinner [Thu, 6 Mar 2014 16:06:41 +0000 (17:06 +0100)]
tracemalloc.py: add comments to show the format of tuples

10 years agotracemalloc.py: fix indentation
Victor Stinner [Thu, 6 Mar 2014 16:06:04 +0000 (17:06 +0100)]
tracemalloc.py: fix indentation

10 years agoIssue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka [Thu, 6 Mar 2014 09:28:32 +0000 (11:28 +0200)]
Issue #20283: RE pattern methods now accept the string keyword parameters
as documented.  The pattern and source keyword parameters are left as
deprecated aliases.

10 years agowhatsnew: improve PyZipFile filterfuc entry, and its docs (#19274).
R David Murray [Wed, 5 Mar 2014 15:48:01 +0000 (10:48 -0500)]
whatsnew: improve PyZipFile filterfuc entry, and its docs (#19274).

10 years agoMake the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson [Wed, 5 Mar 2014 13:47:57 +0000 (13:47 +0000)]
Make the various iterators' "setstate" sliently and consistently clip the
index.  This avoids the possibility of setting an iterator to an invalid
state.

10 years agoFix pickling of rangeiter. rangeiter_setstate would not allow setting it
Kristján Valur Jónsson [Tue, 4 Mar 2014 23:19:24 +0000 (23:19 +0000)]
Fix pickling of rangeiter.  rangeiter_setstate would not allow setting it
to the exhausted state.

10 years agoCorrect comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka [Mon, 3 Mar 2014 19:17:17 +0000 (21:17 +0200)]
Correct comments and improve failure reports in test_fileinput (closes #20501).
Thanks Vajrasky Kok and Zachary Ware.

10 years agowhatsnew: tweak a couple importlib porting notes.
R David Murray [Mon, 3 Mar 2014 13:56:43 +0000 (08:56 -0500)]
whatsnew: tweak a couple importlib porting notes.

I had missed that there was already an entry for the Frozen package change, so
I combined mine with the existing one.  Also added the info about the reload
change to the entry for the other changes to reload, but I'm missing an issue
number for the rest of the attribute behavior changes so I left myself an
XXX as a reminder to find it.

10 years agowhatsnew: Windows build uses ASLR and DEP.
R David Murray [Mon, 3 Mar 2014 13:26:49 +0000 (08:26 -0500)]
whatsnew: Windows build uses ASLR and DEP.

10 years agoIssue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka [Thu, 6 Mar 2014 09:36:15 +0000 (11:36 +0200)]
Issue #20283: RE pattern methods now accept the string keyword parameters
as documented.  The pattern and source keyword parameters are left as
deprecated aliases.

10 years agoasyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is
Victor Stinner [Thu, 6 Mar 2014 00:00:36 +0000 (01:00 +0100)]
asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is
not reliable

10 years agoasyncio: Synchronize with Tulip
Victor Stinner [Wed, 5 Mar 2014 23:52:53 +0000 (00:52 +0100)]
asyncio: Synchronize with Tulip

* Issue #159: Fix windows_utils.socketpair()

  - Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because
    "localhost" may be a different IP address
  - Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and
    proto=0) are supported

* Reject add/remove reader/writer when event loop is closed.
* Fix ResourceWarning warnings

10 years agoMake the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson [Wed, 5 Mar 2014 15:23:07 +0000 (15:23 +0000)]
Make the various iterators' "setstate" sliently and consistently clip the
index.  This avoids the possibility of setting an iterator to an invalid
state.

10 years agoMerge with 3.3
Kristján Valur Jónsson [Tue, 4 Mar 2014 23:22:15 +0000 (23:22 +0000)]
Merge with 3.3

10 years agoasyncio, Tulip issue 158: Task._step() now also sets self to None if an
Victor Stinner [Tue, 4 Mar 2014 22:07:08 +0000 (23:07 +0100)]
asyncio, Tulip issue 158: Task._step() now also sets self to None if an
exception is raised.  self is set to None to break a reference cycle.

10 years agoClose #20839: pkgutil.find_loader now uses importlib.util.find_spec
Nick Coghlan [Tue, 4 Mar 2014 10:39:42 +0000 (20:39 +1000)]
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec

10 years agoIssue20653: fix ReST for Enum
Ethan Furman [Mon, 3 Mar 2014 23:02:04 +0000 (15:02 -0800)]
Issue20653: fix ReST for Enum

10 years agoClose issue20653: improve functional API docs; minor code changes
Ethan Furman [Mon, 3 Mar 2014 20:42:52 +0000 (12:42 -0800)]
Close issue20653: improve functional API docs; minor code changes

10 years agoCorrect comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka [Mon, 3 Mar 2014 19:19:19 +0000 (21:19 +0200)]
Correct comments and improve failure reports in test_fileinput (closes #20501).
Thanks Vajrasky Kok and Zachary Ware.

10 years agoClose #20814: doc: Fix "Pretty top" example of tracemalloc
Victor Stinner [Mon, 3 Mar 2014 10:57:57 +0000 (11:57 +0100)]
Close #20814: doc: Fix "Pretty top" example of tracemalloc

10 years agowhatsnew: add some issue number annotations.
R David Murray [Sun, 2 Mar 2014 22:14:33 +0000 (17:14 -0500)]
whatsnew: add some issue number annotations.

Add issue number to tick_counter, PyOS_ReadlineFunctionPointer, marshal
optimizations (add Antoine's contribution to the entry under the marshal
module), and absolute paths in __file__.

10 years agoIssue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.
Martin v. Löwis [Sun, 2 Mar 2014 19:29:18 +0000 (20:29 +0100)]
Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.

10 years agoIssue #20465: Update Windows installer to SQLite 3.8.3.1.
Martin v. Löwis [Sun, 2 Mar 2014 18:42:50 +0000 (19:42 +0100)]
Issue #20465: Update Windows installer to SQLite 3.8.3.1.

10 years ago Issue #20748: Uninstalling pip does not leave behind the pyc of
Martin v. Löwis [Sun, 2 Mar 2014 18:29:19 +0000 (19:29 +0100)]
 Issue #20748: Uninstalling pip does not leave behind the pyc of
 the uninstaller anymore.

10 years agoIssue #20568: Fix typo in pip option.
Martin v. Löwis [Sun, 2 Mar 2014 18:15:47 +0000 (19:15 +0100)]
Issue #20568: Fix typo in pip option.

10 years agoIssue #20786: Fix signatures for dict.__delitem__ and property.__delete__
Yury Selivanov [Sun, 2 Mar 2014 17:25:27 +0000 (12:25 -0500)]
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__

10 years agoCloses issue #20728: Remove unused import added in rev 42366e293b7b and
Terry Jan Reedy [Sun, 2 Mar 2014 09:17:01 +0000 (04:17 -0500)]
Closes issue #20728: Remove unused import added in rev 42366e293b7b and
noticed by Claudiu Popa.

10 years agoAdded tag v3.3.5rc2 for changeset ca5635efe090
Georg Brandl [Sun, 2 Mar 2014 08:29:00 +0000 (09:29 +0100)]
Added tag v3.3.5rc2 for changeset ca5635efe090

10 years agomerge with 3.3
Georg Brandl [Sun, 2 Mar 2014 08:28:24 +0000 (09:28 +0100)]
merge with 3.3

10 years agoBump to 3.3.5rc2. v3.3.5rc2
Georg Brandl [Sun, 2 Mar 2014 08:19:03 +0000 (09:19 +0100)]
Bump to 3.3.5rc2.

10 years agoUpdate NEWS for 3.3.5rc2.
Georg Brandl [Sun, 2 Mar 2014 08:18:41 +0000 (09:18 +0100)]
Update NEWS for 3.3.5rc2.

10 years agoIssue #20404: reject non-text encodings early in TextIOWrapper.
Georg Brandl [Sun, 2 Mar 2014 08:18:31 +0000 (09:18 +0100)]
Issue #20404: reject non-text encodings early in TextIOWrapper.

10 years agomerge 3.3.5rc1 release commits with 3.3 branch
Georg Brandl [Sun, 2 Mar 2014 07:54:15 +0000 (08:54 +0100)]
merge 3.3.5rc1 release commits with 3.3 branch

10 years agomerge 3.3
Benjamin Peterson [Sun, 2 Mar 2014 00:16:51 +0000 (19:16 -0500)]
merge 3.3

10 years agoadd Chris Angelico
Benjamin Peterson [Sun, 2 Mar 2014 00:16:12 +0000 (19:16 -0500)]
add Chris Angelico

10 years agomerge 3.3 (#20249)
Benjamin Peterson [Sun, 2 Mar 2014 00:14:48 +0000 (19:14 -0500)]
merge 3.3 (#20249)

10 years agofix test_posix.test_initgroups to work without supplemental groups (closes #20249)
Benjamin Peterson [Sun, 2 Mar 2014 00:14:12 +0000 (19:14 -0500)]
fix test_posix.test_initgroups to work without supplemental groups (closes #20249)

10 years agoIssue #20465: fix NEWS typo (it's 3.8.3.1)
Ned Deily [Sat, 1 Mar 2014 22:04:48 +0000 (14:04 -0800)]
Issue #20465: fix NEWS typo (it's 3.8.3.1)

10 years agoIssue #20465: Update OS X installer build to use SQLite 3.8.0.1.
Ned Deily [Sat, 1 Mar 2014 22:00:46 +0000 (14:00 -0800)]
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.

10 years agowhatsnew: memoryview is Sequence and supports Reversed.
R David Murray [Sat, 1 Mar 2014 17:09:55 +0000 (12:09 -0500)]
whatsnew: memoryview is Sequence and supports Reversed.

10 years agowhatsnew: unittest discover works on namespace packages (#17457).
R David Murray [Sat, 1 Mar 2014 16:57:58 +0000 (11:57 -0500)]
whatsnew: unittest discover works on namespace packages (#17457).

I also added the docs that never got committed, editing the patch provided by
Claudiu.

I collapsed the now three versionchanged directives for discovery into one.  I
tried several different styles for this.  The most obvious is a bulleted list,
but currently the only way I could find to produce that is to have *something*
appear on the versionchanged line after the colon, which combined with the
blank space before the bulleted list just looks wrong.  I also tried the
current single-line-three-sentences version with bullet characters before each
sentence, and I almost went with that as it made it clear that the three
sentences are independent.  But I decided to just go with the sentences for
simplicity reasons.