- 21 Feb, 2016 1 commit
-
-
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 2 commits
-
-
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
-
- 19 Feb, 2016 4 commits
-
-
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
-
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
-
- 18 Feb, 2016 5 commits
-
-
Berker Peksag authored
the same values as open().
-
Martin Panter authored
Patch by Aviv Palivoda.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Chi Hsuan Yen.
-
- 16 Feb, 2016 1 commit
-
-
Ned Deily authored
-
- 15 Feb, 2016 2 commits
- 14 Feb, 2016 1 commit
-
-
Martin Panter authored
-
- 13 Feb, 2016 2 commits
-
-
Yury Selivanov authored
-
Vinay Sajip authored
-
- 11 Feb, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
no ResourceWarning is emitted.
-
- 10 Feb, 2016 4 commits
-
-
Guido van Rossum authored
-
Serhiy Storchaka authored
if the stack is too deep.
-
Martin Panter authored
The original form is incorrect grammar and feels awkward, even though the meaning is clear.
-
Martin Panter authored
-
- 08 Feb, 2016 5 commits
-
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
not have a math vocabulary.
-
Steve Dower authored
-
Serhiy Storchaka authored
when the iteration is finished, but when it was failed with error.
-
Serhiy Storchaka authored
-
- 09 Feb, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Guido van Rossum.
-
- 08 Feb, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 07 Feb, 2016 1 commit
-
-
Serhiy Storchaka authored
Fixed the documented about buffer overflow error for "es#" and "et#" format units.
-
- 08 Feb, 2016 1 commit
-
-
Martin Panter authored
* Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
-
- 06 Feb, 2016 1 commit
-
-
Senthil Kumaran authored
-
- 04 Feb, 2016 4 commits
-
-
Martin Panter authored
Based on patches by Brian Brazil and Daniel Rocco.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Zachary Ware authored
Reported by Denis Akhiyarov on docs@
-
- 02 Feb, 2016 2 commits
-
-
Zachary Ware authored
Reported by Jon Tetlak on docs@
-
Serhiy Storchaka authored
Fixed a crash when unpickle the functools.partial object with wrong state. Fixed a leak in failed functools.partial constructor. "args" and "keywords" attributes of functools.partial have now always types tuple and dict correspondingly.
-