An error occurred fetching the project authors.
- 07 May, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 05 May, 2016 1 commit
-
-
Raymond Hettinger authored
-
- 04 May, 2016 4 commits
-
-
Serhiy Storchaka authored
pointer.
-
Jason R. Coombs authored
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0.
-
Serhiy Storchaka authored
instead of silently return incorrect result.
-
Serhiy Storchaka authored
not via macros (in particular on Android). Patch by Chi Hsuan Yen.
-
- 01 May, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Meador Inge authored
The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos.
-
- 30 Apr, 2016 1 commit
-
-
Martin Panter authored
Patch by Xiang Zhang.
-
- 29 Apr, 2016 1 commit
-
-
Berker Peksag authored
Initial patch by Felix Kaiser.
-
- 27 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
for passing to open. Original patch by Joseph Hackman.
-
- 26 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
- 25 Apr, 2016 2 commits
-
-
Senthil Kumaran authored
over UPPER_CASE or Mixed_Case ones. Patch contributed by Hans-Peter Jansen. Reviewed by Martin Panter and Senthil Kumaran.
-
Serhiy Storchaka authored
differing items (like bytes in the -b mode). This affects assertListEqual() and assertTupleEqual().
-
- 24 Apr, 2016 1 commit
-
-
Berker Peksag authored
We will keep platform.dist() and platform.linux_distribution() to make porting from Python 2 easier. Patch by Kumaripaba Miyurusara Athukorala.
-
- 23 Apr, 2016 3 commits
-
-
Serhiy Storchaka authored
silently ignore keyword arguments.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Martin Panter authored
Patch by Xavier de Gaye.
-
- 22 Apr, 2016 1 commit
-
-
Victor Stinner authored
Issue #26249: PyMem_Malloc() allocator family now uses the pymalloc allocator rather than system malloc(). Applications calling PyMem_Malloc() without holding the GIL can now crash: use PYTHONMALLOC=debug environment variable to validate the usage of memory allocators in your application.
-
- 20 Apr, 2016 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26799: Fix python-gdb.py: don't get once C types when the Python code is loaded, but get C types on demande. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche.
-
Victor Stinner authored
Sorry, it was hard to retrieve the original author of the patch in this issue with a long history and many authors.
-
- 19 Apr, 2016 5 commits
-
-
Victor Stinner authored
Issue #26802: Optimize function calls only using unpacking like "func(*tuple)" (no other positional argument, no keyword): avoid copying the tuple. Patch written by Joe Jevnik.
-
Victor Stinner authored
Issue #26801: Fix error handling in shutil.get_terminal_size(), catch AttributeError instead of NameError. Patch written by Emanuel Barry. test_shutil: skip the functional test using "stty size" command if os.get_terminal_size() is missing.
-
Victor Stinner authored
Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X. Patch written by Xavier de Gaye.
-
Lars Gustäbel authored
link field limits for multibyte character encodings like utf-8.
-
Martin Panter authored
-
- 18 Apr, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47.
-
- 17 Apr, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Martin Panter authored
Patch by Anthony Sottile.
-
- 16 Apr, 2016 2 commits
-
-
Martin Panter authored
-
Benjamin Peterson authored
-
- 15 Apr, 2016 2 commits
-
-
Gregory P. Smith authored
enable link time optimizations at build time during a make profile-opt.
-
Martin Panter authored
This affects documentation, code comments, and a debugging messages.
-
- 13 Apr, 2016 3 commits
-
-
Serhiy Storchaka authored
NOTE: A direct call of super.__init__ is not endorsed!
-
Steve Dower authored
-
Martin Panter authored
-
- 12 Apr, 2016 1 commit
-
-
Victor Stinner authored
Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than 1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per call.
-
- 11 Apr, 2016 2 commits
-
-
Martin Panter authored
Patch by Xiang Zhang.
-
Martin Panter authored
-