An error occurred fetching the project authors.
- 19 Apr, 2016 1 commit
-
-
Lars Gustäbel authored
link field limits for multibyte character encodings like utf-8.
-
- 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 1 commit
-
-
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 2 commits
-
-
Serhiy Storchaka authored
NOTE: A direct call of super.__init__ is not endorsed!
-
Steve Dower 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.
-
- 10 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
error handler for stdin and stdout.
-
- 09 Apr, 2016 2 commits
-
-
Berker Peksag authored
Patch by Giampaolo Rodola'.
-
Berker Peksag authored
Patch by Geoff Wilson.
-
- 08 Apr, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 05 Apr, 2016 2 commits
-
-
Martin Panter authored
* Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific
-
Martin Panter authored
-
- 03 Apr, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 31 Mar, 2016 1 commit
-
-
Martin Panter authored
Also change BufferedReader.writable() and BufferedWriter.readable() to always return False.
-
- 30 Mar, 2016 1 commit
-
-
Serhiy Storchaka authored
Affected classes are generic sequence iterators, iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, OrderedDict, corresponding views and os.scandir() iterator.
-
- 04 Mar, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 18 Feb, 2016 1 commit
-
-
Benjamin Peterson authored
Patch from Chi Hsuan Yen.
-
- 21 Jan, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 14 Jan, 2016 1 commit
-
-
Martin Panter authored
This is instead of svn.python.org, whose certificate recently expired, and whose new certificate uses a different root certificate. The certificate used at the pythontest server was modifed to set the "basic constraints" CA flag. This flag seems to be required for test_get_ca_certs_ capath() to work (in Python 3.4+). Added the new self-signed certificate to capath with the following commands: cp Lib/test/{selfsigned_pythontestdotnet.pem,capath/} c_rehash -v Lib/test/capath/ c_rehash -v -old Lib/test/capath/ # Note the generated file names cp Lib/test/capath/{selfsigned_pythontestdotnet.pem,0e4015b9.0} mv Lib/test/capath/{selfsigned_pythontestdotnet.pem,ce7b8643.0} The new server responds with "No route to host" when connecting to port 444.
-
- 11 Jan, 2016 2 commits
-
-
Yury Selivanov authored
Patch by Марк Коренберг.
-
Andrew Svetlov authored
-
- 06 Jan, 2016 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 21 Dec, 2015 1 commit
-
-
Larry Hastings authored
-
- 20 Dec, 2015 1 commit
-
-
Larry Hastings authored
-
- 07 Dec, 2015 1 commit
-
-
Larry Hastings authored
-
- 06 Dec, 2015 2 commits
-
-
Larry Hastings authored
-
Ned Deily authored
and link with OpenSSL 1.0.2e.
-
- 05 Dec, 2015 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
-
- 30 Nov, 2015 1 commit
-
-
Martin Panter authored
Also fix handling of failure to release the import lock.
-
- 03 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
with time.tzset().
-
- 02 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
-