An error occurred fetching the project authors.
  1. 09 Jul, 2011 1 commit
  2. 08 Jul, 2011 1 commit
  3. 04 Jul, 2011 2 commits
  4. 28 Jun, 2011 1 commit
  5. 20 May, 2011 2 commits
  6. 10 Mar, 2011 1 commit
  7. 25 Feb, 2011 1 commit
    • Georg Brandl's avatar
      Merged revisions... · f6c8fd62
      Georg Brandl authored
      Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r86537 | georg.brandl | 2010-11-19 23:09:04 +0100 (Fr, 19 Nov 2010) | 1 line
      
        Do not put a raw REPLACEMENT CHARACTER in the document.
      ........
        r86867 | georg.brandl | 2010-11-29 15:50:54 +0100 (Mo, 29 Nov 2010) | 1 line
      
        Fix indentation bug.
      ........
        r86868 | georg.brandl | 2010-11-29 15:53:15 +0100 (Mo, 29 Nov 2010) | 1 line
      
        Fix heading style inconsistencies.
      ........
        r86881 | georg.brandl | 2010-11-30 08:43:28 +0100 (Di, 30 Nov 2010) | 1 line
      
        #10584: fix bad links.
      ........
        r86887 | georg.brandl | 2010-11-30 15:57:54 +0100 (Di, 30 Nov 2010) | 1 line
      
        Fix typo.
      ........
        r86913 | georg.brandl | 2010-12-01 16:32:43 +0100 (Mi, 01 Dez 2010) | 1 line
      
        Add missing word, and add a better reference to the actual function.
      ........
        r86914 | georg.brandl | 2010-12-01 16:36:33 +0100 (Mi, 01 Dez 2010) | 1 line
      
        #10594: fix parameter names in PyList API docs.
      ........
        r86915 | georg.brandl | 2010-12-01 16:44:25 +0100 (Mi, 01 Dez 2010) | 1 line
      
        Fix some markup and style in the unittest docs.
      ........
        r86931 | georg.brandl | 2010-12-02 10:06:12 +0100 (Do, 02 Dez 2010) | 1 line
      
        Fix-up documentation of makedirs().
      ........
        r86932 | david.malcolm | 2010-12-02 17:41:00 +0100 (Do, 02 Dez 2010) | 2 lines
      
        Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606)
      ........
        r86933 | georg.brandl | 2010-12-02 19:02:01 +0100 (Do, 02 Dez 2010) | 1 line
      
        #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented.
      ........
        r86960 | georg.brandl | 2010-12-03 08:55:44 +0100 (Fr, 03 Dez 2010) | 1 line
      
        #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
      ........
        r86964 | georg.brandl | 2010-12-03 10:58:38 +0100 (Fr, 03 Dez 2010) | 1 line
      
        #10549: fix interface of docclass() for text documenter.
      ........
        r86974 | georg.brandl | 2010-12-03 16:30:09 +0100 (Fr, 03 Dez 2010) | 1 line
      
        Markup consistency fixes.
      ........
        r86980 | georg.brandl | 2010-12-03 18:19:27 +0100 (Fr, 03 Dez 2010) | 1 line
      
        Fix punctuation.
      ........
        r86996 | georg.brandl | 2010-12-03 20:56:42 +0100 (Fr, 03 Dez 2010) | 1 line
      
        Fix indentation.
      ........
        r87008 | georg.brandl | 2010-12-04 10:04:04 +0100 (Sa, 04 Dez 2010) | 1 line
      
        Fix typo.
      ........
        r87050 | georg.brandl | 2010-12-04 18:09:30 +0100 (Sa, 04 Dez 2010) | 1 line
      
        Fix typo.
      ........
      f6c8fd62
  8. 18 Feb, 2011 1 commit
  9. 12 Feb, 2011 1 commit
  10. 11 Feb, 2011 1 commit
    • R. David Murray's avatar
      Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from · 43b2f457
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      
      ........
        r87136 | r.david.murray | 2010-12-08 17:53:00 -0500 (Wed, 08 Dec 2010) | 6 lines
      
        Have script_helper._assert_python strip refcount strings from stderr.
      
        This makes the output of the function and those that depend on it
        independent of whether or not they are being run under a debug
        build.
      ........
        r87221 | r.david.murray | 2010-12-13 19:55:46 -0500 (Mon, 13 Dec 2010) | 4 lines
      
        #10699: fix docstring for tzset: it does not take a parameter
      
        Thanks to Garrett Cooper for the fix.
      ........
        r87256 | r.david.murray | 2010-12-14 21:19:14 -0500 (Tue, 14 Dec 2010) | 2 lines
      
        #10705: document what the values of debuglevel are and mean.
      ........
        r87337 | r.david.murray | 2010-12-17 11:11:40 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10559: provide instructions for accessing sys.argv when first mentioned.
      ........
        r87338 | r.david.murray | 2010-12-17 11:29:07 -0500 (Fri, 17 Dec 2010) | 2 lines
      
        #10454: clarify the compileall docs and help messages.
          [compileall.py changes not backported.]
      ........
        r87571 | r.david.murray | 2010-12-29 14:06:48 -0500 (Wed, 29 Dec 2010) | 2 lines
      
        Fix same typo in docs.
      ........
        r87839 | r.david.murray | 2011-01-07 16:57:25 -0500 (Fri, 07 Jan 2011) | 9 lines
      
        Fix formatting of values with embedded newlines when rfc2047 encoding
      
        Before this patch if a value being encoded had an embedded newline,
        the line following the newline would have no leading whitespace,
        and the whitespace it did have was encoded into the word.  Now
        the existing whitespace gets turned into a blank, the way it does
        in other header reformatting, and the _continuation_ws gets added
        at the beginning of the encoded line.
      ........
        r88164 | r.david.murray | 2011-01-24 14:34:58 -0500 (Mon, 24 Jan 2011) | 12 lines
      
        #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.
      
        Original patch by Michal Nowikowski, with some additions and wording
        fixes by me.
      
        I changed the wording from 'Performs a stat system call' to 'Performs
        the equivalent of a stat system call', since on Windows there are no
        stat/lstat system calls involved.  I also extended Michal's breakout
        of the attributes into a list to the other paragraphs, and rearranged
        the order of the paragraphs in the 'stat' docs to make it flow
        better and put it in what I think is a more logical/useful order.
      ........
      43b2f457
  11. 24 Jan, 2011 1 commit
    • R. David Murray's avatar
      #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. · 7b1aae9a
      R. David Murray authored
      Original patch by Michal Nowikowski, with some additions and wording
      fixes by me.
      
      I changed the wording from 'Performs a stat system call' to 'Performs
      the equivalent of a stat system call', since on Windows there are no
      stat/lstat system calls involved.  I also extended Michal's breakout
      of the attributes into a list to the other paragraphs, and rearranged
      the order of the paragraphs in the 'stat' docs to make it flow
      better and put it in what I think is a more logical/useful order.
      7b1aae9a
  12. 23 Jan, 2011 1 commit
  13. 28 Dec, 2010 1 commit
  14. 02 Dec, 2010 3 commits
    • Brian Curtin's avatar
      Fix #9333. Expose os.symlink on Windows only when usable. · 52173d49
      Brian Curtin authored
      In order to create symlinks on Windows, SeCreateSymbolicLinkPrivilege
      is an account privilege that is required to be held by the user. Not only
      must the privilege be enabled for the account, the activated privileges for
      the currently running application must be adjusted to enable the requested
      privilege.
      
      Rather than exposing an additional function to be called prior to the user's
      first os.symlink call, we handle the AdjustTokenPrivileges Windows API call
      internally and only expose os.symlink when the privilege escalation was
      successful.
      
      Due to the change of only exposing os.symlink when it's available, we can
      go back to the original test skipping methods of checking via `hasattr`.
      52173d49
    • Georg Brandl's avatar
      Fix-up documentation of makedirs(). · c1673681
      Georg Brandl authored
      c1673681
    • Terry Reedy's avatar
      Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists'... · 5a22b651
      Terry Reedy authored
      Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen.
      5a22b651
  15. 30 Nov, 2010 2 commits
  16. 26 Nov, 2010 2 commits
    • Georg Brandl's avatar
      Merged revisions... · ab32fec8
      Georg Brandl authored
      Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line
      
        #10122: typo fix.
      ........
        r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line
      
        #10124: typo fix.
      ........
        r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line
      
        #10058: tweak wording about exception returns.
      ........
        r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line
      
        #8556: use less confusing mapping key in example.
      ........
        r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line
      
        #8686: remove potentially confusing wording that does not add any value.
      ........
        r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line
      
        #8811: small fixes to sqlite3 docs.
      ........
        r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line
      
        #8855: add shelve security warning.
      ........
        r85613 | georg.brandl | 2010-10-17 11:43:35 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix hmac docs: it takes and returns bytes, except for hexdigest().
      ........
        r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line
      
        #8968: add actual name of token constants.
      ........
        r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line
      
        #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows.
      ........
        r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix copy-paste error in example.
      ........
        r85617 | georg.brandl | 2010-10-17 12:09:06 +0200 (So, 17 Okt 2010) | 1 line
      
        #5212: md5 weaknesses do not affect hmac, so remove the note about that.
      ........
        r85618 | georg.brandl | 2010-10-17 12:14:38 +0200 (So, 17 Okt 2010) | 1 line
      
        #9086: correct wrong terminology about linking with pythonXY.dll.
      ........
        r85619 | georg.brandl | 2010-10-17 12:15:50 +0200 (So, 17 Okt 2010) | 1 line
      
        Make file names consistent.
      ........
        r85620 | georg.brandl | 2010-10-17 12:22:28 +0200 (So, 17 Okt 2010) | 1 line
      
        Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway.
      ........
        r85621 | georg.brandl | 2010-10-17 12:24:54 +0200 (So, 17 Okt 2010) | 1 line
      
        #9105: move pickle warning to a bit more prominent location.
      ........
        r85622 | georg.brandl | 2010-10-17 12:28:04 +0200 (So, 17 Okt 2010) | 1 line
      
        #9112: document error() and exit() methods of ArgumentParser.
      ........
        r85624 | georg.brandl | 2010-10-17 12:34:28 +0200 (So, 17 Okt 2010) | 1 line
      
        Some markup and style fixes in argparse docs.
      ........
        r85626 | georg.brandl | 2010-10-17 12:38:20 +0200 (So, 17 Okt 2010) | 1 line
      
        #9117: fix syntax for class definition.
      ........
        r85627 | georg.brandl | 2010-10-17 12:44:11 +0200 (So, 17 Okt 2010) | 1 line
      
        #9138: reword introduction to classes in Python.
      ........
        r85629 | georg.brandl | 2010-10-17 12:51:45 +0200 (So, 17 Okt 2010) | 1 line
      
        #5962: clarify sys.exit() vs. threads.
      ........
        r85631 | georg.brandl | 2010-10-17 12:53:54 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix capitalization.
      ........
        r85633 | georg.brandl | 2010-10-17 12:59:41 +0200 (So, 17 Okt 2010) | 1 line
      
        #9204: remove mentions of removed types in the types module.
      ........
        r85635 | georg.brandl | 2010-10-17 13:03:22 +0200 (So, 17 Okt 2010) | 1 line
      
        #5121: fix claims about default values leading to segfaults.
      ........
        r85636 | georg.brandl | 2010-10-17 13:06:14 +0200 (So, 17 Okt 2010) | 1 line
      
        #9237: document sys.call_tracing().
      ........
        r85638 | georg.brandl | 2010-10-17 13:13:37 +0200 (So, 17 Okt 2010) | 1 line
      
        Port changes to pickle docs apparently lost in py3k.
      ........
        r85639 | georg.brandl | 2010-10-17 13:23:56 +0200 (So, 17 Okt 2010) | 1 line
      
        Make twisted example a bit more logical.
      ........
        r85641 | georg.brandl | 2010-10-17 13:29:07 +0200 (So, 17 Okt 2010) | 1 line
      
        Fix documentation of dis.opmap direction.
      ........
        r85642 | georg.brandl | 2010-10-17 13:36:28 +0200 (So, 17 Okt 2010) | 1 line
      
        #9730: fix example.
      ........
      ab32fec8
    • Georg Brandl's avatar
      Merged revisions 85450-85455,85460-85465 via svnmerge from · aba9796c
      Georg Brandl authored
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r85450 | georg.brandl | 2010-10-14 08:35:53 +0200 (Do, 14 Okt 2010) | 1 line
      
        #7642: update to os.system() docs.
      ........
        r85451 | georg.brandl | 2010-10-14 08:41:42 +0200 (Do, 14 Okt 2010) | 1 line
      
        #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document.
      ........
        r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line
      
        #10046: small correction to atexit docs.
      ........
        r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line
      
        #6825: small correction to split() docs.
      ........
        r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line
      
        Mention 2to3.
      ........
        r85455 | georg.brandl | 2010-10-14 08:59:45 +0200 (Do, 14 Okt 2010) | 1 line
      
        #1710703: write zipfile structures also in the case of closing a new, but empty, archive.
      ........
        r85460 | georg.brandl | 2010-10-14 09:24:28 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_import under -O or -OO.
      ........
        r85461 | georg.brandl | 2010-10-14 09:29:08 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix lib2to3 fixer fix_operator when running under -OO.
      ........
        r85462 | georg.brandl | 2010-10-14 09:32:52 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_xml_etree under -OO.
      ........
        r85463 | georg.brandl | 2010-10-14 09:34:56 +0200 (Do, 14 Okt 2010) | 1 line
      
        Better check for "any optimize option given".
      ........
        r85464 | georg.brandl | 2010-10-14 09:42:27 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_compileall under -O and -OO.
      ........
        r85465 | georg.brandl | 2010-10-14 10:08:56 +0200 (Do, 14 Okt 2010) | 1 line
      
        #9964: fix running test_cmd_line_script under -O and -OO.
      ........
      aba9796c
  17. 24 Nov, 2010 1 commit
    • Brian Curtin's avatar
      Fix #8879. Add os.link support to Windows. · 1b9df396
      Brian Curtin authored
      Additionally, the st_ino attribute of stat structures was not being filled
      in. This was left out of the fix to #10027 and was noticed due to
      test_tarfile failing when applying the patch for this issue. An earlier
      version of the fix to #10027 included st_ino, but that attribute got lost
      in the shuffle of a few review/fix cycles. All tests pass.
      1b9df396
  18. 17 Oct, 2010 1 commit
  19. 14 Oct, 2010 1 commit
  20. 09 Oct, 2010 1 commit
  21. 06 Oct, 2010 4 commits
  22. 25 Sep, 2010 1 commit
  23. 23 Sep, 2010 1 commit
    • Brian Curtin's avatar
      #9808. Implement os.getlogin for Windows, completed by Jon Anglin. · e8e4b3bf
      Brian Curtin authored
      The test is semi-dumb, it just makes sure something comes back since we
      don't have a solid source to validate the returned login. We can't be 100%
      sure that the USERNAME env var will always match what os.getlogin() returns,
      so we don't make any specific assertion there.
      e8e4b3bf
  24. 21 Sep, 2010 1 commit
  25. 15 Sep, 2010 2 commits
  26. 07 Sep, 2010 1 commit
  27. 05 Sep, 2010 1 commit
  28. 19 Aug, 2010 1 commit
  29. 18 Aug, 2010 1 commit
  30. 17 Aug, 2010 1 commit