Benjamin Peterson
bcfcfc51f8
use assertEqual instead of the deprecated assertEquals ( closes #20877 )
2014-03-09 20:59:24 -05:00
R David Murray
dcbd83321b
whatsnew: tarfile cli ( #13477 ).
2014-03-09 21:19:57 -04:00
R David Murray
7ad765169c
whatsnew: dis.stack_effect ( #19722 ).
2014-03-09 21:07:37 -04:00
R David Murray
9561ce2f0f
whatsnew: oops, create_default_context doesn't return what the stdlib uses.
2014-03-09 21:00:14 -04:00
R David Murray
b5ac4d7eaa
whatsnew: expand re.fullmatch entry with the motivation for the feature.
2014-03-09 20:52:28 -04:00
R David Murray
ced82ef752
whatsnew: give Hugo credit for his preliminary work on regex patch.
2014-03-09 20:46:32 -04:00
R David Murray
2177be2c3a
whatsnew: auidioop.byteswap ( #16685 ).
2014-03-09 20:42:49 -04:00
R David Murray
0cf177205c
whatsnew: porting note for sysconfig 'SO' key deprecation.
2014-03-09 20:39:52 -04:00
R David Murray
c38f89146d
whatsnew: 'U' mode deprecation ( #15204 ).
2014-03-09 20:33:35 -04:00
R David Murray
98a6738dca
whatsnew: cp1125 codec ( #19668 ).
2014-03-09 20:13:16 -04:00
R David Murray
f20cfb2081
whatsnew: ssl.create_default_context ( #19689 ).
2014-03-09 19:58:17 -04:00
R David Murray
e7fa1204e2
whatsnew: allowZip64 defaults to True ( #17201 ).
2014-03-09 19:57:19 -04:00
R David Murray
01e6accd19
whatsnew: SSLContext.load_default_certs ( #19292 ).
2014-03-09 19:41:25 -04:00
R David Murray
f3b3e9e23c
whatsnew: pdb works for debugging asyncio programs ( #16596 ).
2014-03-09 19:40:30 -04:00
R David Murray
6ae5eef542
Merge #19953 : Clarify the wording of the augmented assignment discussion.
2014-03-09 18:51:35 -04:00
R David Murray
14d7b718ba
#19953 : Clarify the wording of the augmented assignment discussion.
...
Patch by Priya Pappachan, based on suggestions from Terry Reedy
and myself.
2014-03-09 18:51:16 -04:00
R David Murray
c402577056
whatsnew: venv with_pip, pyvenv --without-pip ( #19552 )
2014-03-09 18:09:51 -04:00
Ned Deily
6120739f0c
Issue #20875 : Prevent possible gzip "'read' is not defined" NameError.
...
Patch by Claudiu Popa.
2014-03-09 14:44:34 -07:00
R David Murray
2450c1d54a
whatsnew: more accurate deprecation section titles.
2014-03-09 17:13:31 -04:00
R David Murray
336fd7f788
whatsnew: deprecation of sysconfig SO key ( #19555 ).
2014-03-09 17:11:00 -04:00
R David Murray
6978722828
whatsnew: SSLContext.verify_flags and constants. ( #8813 )
2014-03-09 17:01:34 -04:00
Ned Deily
e5127299c8
Issue #20875 : Merge from 3.3
2014-03-09 14:47:58 -07:00
R David Murray
b8bf9951ad
#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.
2014-03-09 15:29:24 -04:00
R David Murray
1d342b2e8b
whatsnew: plistlib new api and deprecations ( #14455 )
...
Also fixed the versionchanged/deprecation tags in the docs.
2014-03-09 15:09:04 -04:00
R David Murray
2dd0473722
whatsnew: SSLSocket.getpeercert new values returned. ( #18379 )
2014-03-09 12:55:58 -04:00
R David Murray
4e40cec924
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.
2014-03-09 12:03:30 -04:00
Georg Brandl
5e572fd490
merge with 3.3.5 release repo
2014-03-09 11:17:23 +01:00
Georg Brandl
92d2d346ef
Post-release update.
2014-03-09 11:01:14 +01:00
Georg Brandl
e46abb42de
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).
2014-03-09 10:22:10 +01:00
Georg Brandl
1e7b1dc6f1
Added tag v3.3.5 for changeset 62cf4e77f785
2014-03-09 09:37:32 +01:00
Georg Brandl
fbd7518a41
Bump to 3.3.5 final.
2014-03-09 09:37:14 +01:00
R David Murray
04ea3f35bd
whatsnew: SSLcontext.load_verify_locations cadata argument ( #18138 )
2014-03-08 23:19:45 -05:00
R David Murray
e6bd31ea92
whatsnew: hmac conforms to pep 247. ( #18775 )
2014-03-08 23:18:09 -05:00
R David Murray
3d234837ed
whatsnew: hmac *digestmod* accepts strings, and default is deprecated. ( #17276 )
2014-03-08 22:43:12 -05:00
Georg Brandl
b1376b5119
merge with 3.3
2014-03-09 11:18:16 +01:00
Georg Brandl
650781411e
merge with 3.3
2014-03-09 10:22:46 +01:00
R David Murray
958e4da660
whatsnew: tidy up html notes, add porting note for expand_charrefs.
2014-03-08 21:40:29 -05:00
R David Murray
1cd0e85d01
whatsnew: glob.escape.
2014-03-08 21:23:21 -05:00
R David Murray
c210de1ea1
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 ).
2014-03-08 12:53:28 -05:00
R David Murray
9bd6a37df2
whatsnew: dbm.open is context manager. ( #19282 )
2014-03-08 12:00:52 -05:00
R David Murray
cbf479ae64
whatsnew: sunau/aifc/wave writeframes[raw] accept any bytes-like ( #8311 )
2014-03-08 11:46:05 -05:00
R David Murray
5d6240e871
whatsnew: Wave_write handles unseekable files. ( #5202 )
...
Also clarify the documentation of this feature.
2014-03-08 11:14:29 -05:00
R David Murray
19f1df6414
Tweak NEWS so some additional issue numbers become links in html version.
2014-03-08 10:06:04 -05:00
Nick Coghlan
1635578d5f
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).
2014-03-08 16:36:37 +10:00
R David Murray
8591563628
whatsnew: audioop accepts any bytes-like, rejects strings.
2014-03-07 21:35:31 -05:00
R David Murray
6c50101fc9
whatsnew: inet_pton/inet_ntop support windows ( #7171 ).
...
Added versionchanged to docs.
2014-03-07 21:22:39 -05:00
R David Murray
99e1bfad09
whatsnew: sunau supports 24 bit samples.
2014-03-07 21:15:56 -05:00
R David Murray
c4c7b1ccb6
whatsnew: cp273 codec ( #10907797 )
...
Also updated the docs and added the aliases mentioned by the
references.
2014-03-07 21:00:34 -05:00
Larry Hastings
6b5284fd4e
Mark branch as being after Python 3.4.0rc3.
2014-03-15 20:57:42 -07:00
Larry Hastings
4fe3bd4104
Added tag v3.4.0rc3 for changeset 8a81cdab3e9d
2014-03-09 04:13:25 -07:00