An error occurred fetching the project authors.
  1. 19 Apr, 2016 1 commit
  2. 18 Apr, 2016 1 commit
  3. 17 Apr, 2016 2 commits
  4. 16 Apr, 2016 1 commit
  5. 15 Apr, 2016 2 commits
  6. 13 Apr, 2016 2 commits
  7. 12 Apr, 2016 1 commit
    • Victor Stinner's avatar
      Fix os.urandom() on Solaris 11.3 · 9d24271d
      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.
      9d24271d
  8. 10 Apr, 2016 1 commit
  9. 09 Apr, 2016 2 commits
  10. 08 Apr, 2016 1 commit
  11. 05 Apr, 2016 2 commits
    • Martin Panter's avatar
      Issue #6953: Rearrange and expand Readline module documentation · 0f767394
      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
      0f767394
    • Martin Panter's avatar
      Fix typos in documentation and comments · cc71a795
      Martin Panter authored
      cc71a795
  12. 03 Apr, 2016 2 commits
  13. 31 Mar, 2016 1 commit
  14. 30 Mar, 2016 1 commit
  15. 04 Mar, 2016 1 commit
  16. 18 Feb, 2016 1 commit
  17. 21 Jan, 2016 1 commit
  18. 14 Jan, 2016 1 commit
    • Martin Panter's avatar
      Issue #25940: Use self-signed.pythontest.net in SSL tests · 3d81d93f
      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.
      3d81d93f
  19. 11 Jan, 2016 2 commits
  20. 06 Jan, 2016 3 commits
  21. 21 Dec, 2015 1 commit
  22. 20 Dec, 2015 1 commit
  23. 07 Dec, 2015 1 commit
  24. 06 Dec, 2015 2 commits
  25. 05 Dec, 2015 3 commits
    • Benjamin Peterson's avatar
      fix reordering · 14b2c828
      Benjamin Peterson authored
      14b2c828
    • Benjamin Peterson's avatar
      add CVE and issue number · 5e621176
      Benjamin Peterson authored
      5e621176
    • R David Murray's avatar
      #24903: Remove misleading error message to fix regression. · ced699b4
      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.
      ced699b4
  26. 30 Nov, 2015 1 commit
  27. 03 Dec, 2015 1 commit
  28. 02 Dec, 2015 1 commit