An error occurred fetching the project authors.
- 28 Dec, 2013 1 commit
-
-
Antoine Pitrou authored
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
-
- 27 Dec, 2013 1 commit
-
-
R David Murray authored
In issue 20074 it was pointed out that getpass would fail with a traceback if stdin was, for example /dev/null, which is a non-unlikely scenario. Also backported the tests from issue 17484 as modified by issue 18116. (What I really did was copy getpass.py and test_getpass.py from their state on tip as of 17bd04fbf3d3).
-
- 26 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
disabled since 3.0 due to the changes in listcomp handling.
-
- 25 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
methods.
-
Serhiy Storchaka authored
-
- 22 Dec, 2013 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 21 Dec, 2013 2 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called.
-
- 20 Dec, 2013 1 commit
-
-
Serhiy Storchaka authored
from X.org distribution using makelocalealias.py.
-
- 19 Dec, 2013 4 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
locale encodings with hyphens.
-
Victor Stinner authored
(wrong type).
-
Serhiy Storchaka authored
quotechar fields. Original patch by Vajrasky Kok.
-
- 18 Dec, 2013 1 commit
-
-
R David Murray authored
Patch by Serhiy Storchaka.
-
- 17 Dec, 2013 1 commit
-
-
Serhiy Storchaka authored
Original patch by Simon Sapin.
-
- 16 Dec, 2013 5 commits
-
-
Christian Heimes authored
EWOULDBLOCK on Windows or VMs hosted on Windows.
-
Zachary Ware authored
acceptable outcomes: success or RuntimeError. Without being able to actually hear whether a sound was played, either one could be right, but any other error would be a failure.
-
Serhiy Storchaka authored
* splitunc() no more return illegal result for paths with redundant slashes. * splitunc() now correctly processes the 'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Deprecation warnings now emitted for every use of splitunc(). * Added tests for splitunc().
-
Serhiy Storchaka authored
(U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE).
-
R David Murray authored
Patch by Vajrasky Kok.
-
- 14 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 13 Dec, 2013 4 commits
-
-
Brett Cannon authored
parent packages automatically.
-
Victor Stinner authored
argument is not in range [0; 255].
-
Serhiy Storchaka authored
-
Victor Stinner authored
Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
-
- 11 Dec, 2013 5 commits
-
-
Zachary Ware authored
Also, cleaned up an unused import.
-
R David Murray authored
This is a backward compatible partial fix, the complete fix requires raising an error instead of accepting the invalid input, so the real fix is only suitable for 3.4.
-
Serhiy Storchaka authored
return not int instance. Introduced _PyLong_FromNbInt() and refactored PyLong_As*() functions.
-
Gregory P. Smith authored
fix to Issue #14635 in Python 3.3.0 to be interpreted as milliseconds instead of seconds when the platform supports select.poll (ie: everywhere). It is now treated as seconds once again.
-
Ned Deily authored
shell window is present. (Original patch by Terry Reedy)
-
- 10 Dec, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
- 08 Dec, 2013 1 commit
-
-
Victor Stinner authored
encoding with the surrogateescape error handler, instead of decoding from the locale encoding in strict mode. It fixes the function on Fedora 19 which is probably the first major distribution release with a non-ASCII name. Patch written by Toshio Kuratomi.
-