- 24 Feb, 2016 1 commit
-
-
Martin Panter authored
-
- 23 Feb, 2016 3 commits
-
-
Martin Panter authored
* There are only two base-64 alphabets defined by the RFCs, not three * Due to the internal translation, plus (+) and slash (/) are never discarded * standard_ and urlsafe_b64decode() discard characters as well Also update the doc strings to clarify data types, based on revision 92760d2edc9e, correct the exception raised by b16decode(), and correct the parameter name for the base-85 functions.
-
Ned Deily authored
-
Ned Deily authored
current versions of OpenBSD and NetBSD. Patch by A. Jesse Jiryu Davis.
-
- 22 Feb, 2016 9 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Zachary Ware authored
-
Martin Panter authored
-
Martin Panter authored
-
Zachary Ware authored
-
Zachary Ware authored
It can now handle OpenSSL versions 1.0.2e and greater, which don't include include files in include/. Note that sources prepared by this script no longer support the old project files for 2.7; you now have to have Perl available to use the old build_ssl.py script with sources from svn.python.org.
-
Martin Panter authored
-
Martin Panter authored
* http.client.HTTP (does not exist in Python 3) → HTTPConnection * Server (deprecated) → ServerProxy * Transport.send_request() grew a new “debug” parameter in Python 3 (revision a528f7f8f97a)
-
- 21 Feb, 2016 11 commits
-
-
Berker Peksag authored
After 25032ec29315, compile() will raise a ValueError if source contains null bytes. Patch by SilentGhost.
-
Berker Peksag authored
After 25032ec29315, compile() will raise a ValueError if source contains null bytes. Patch by SilentGhost.
-
Brett Cannon authored
-
Brett Cannon authored
-
Martin Panter authored
Also make handle_error() consistently output to stderr, and fix the documentation.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
importlib.util.LazyLoader. The class was checking its argument as to whether its implementation of create_module() came directly from importlib.abc.Loader. The problem is that the classes coming from imoprtlib.machinery do not directly inherit from the ABC as they come from _frozen_importlib. Because the documentation has always said that create_module() was ignored, the check has simply been removed.
-
- 20 Feb, 2016 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
'level' is specified but no __package__. This brings the function inline with builtins.__import__(). Thanks to Manuel Jacob for the patch.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 19 Feb, 2016 8 commits
-
-
Martin Panter authored
-
Martin Panter authored
* The Windows-specific binary notice was probably a Python 2 thing * Make it more obvious gettarinfo() is based on stat(), and that non-ordinary files may need special care * The file name must be text; suggest dummy arcname as a workaround * Indicate TarInfo may be used directly, not just via gettarinfo()
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin Panter authored
-
Martin Panter authored
* Add headings for each concrete and mix-in class and list methods and attributes under them * Fix class and method cross references * Changed RequestHandler to BaseRequestHandler and added class heading * Pull out Stream/DatagramRequestHandler definitions * Reordered the request handler setup(), handle(), finish() methods * Document constructor parameters for the server classes * Remove version 2.6 not relevant for Python 3 documentation
-
Martin Panter authored
-
Martin Panter authored
-
- 18 Feb, 2016 4 commits
-
-
Berker Peksag authored
the same values as open().
-
Berker Peksag authored
the same values as open().
-
Martin Panter authored
-
Martin Panter authored
Patch by Aviv Palivoda.
-