1. 20 Haz, 2018 1 kayıt (commit)
  2. 30 Kas, 2017 1 kayıt (commit)
  3. 31 Eki, 2017 1 kayıt (commit)
  4. 15 May, 2017 1 kayıt (commit)
  5. 04 Eki, 2016 1 kayıt (commit)
  6. 06 Haz, 2016 1 kayıt (commit)
  7. 01 May, 2016 1 kayıt (commit)
  8. 08 Nis, 2016 1 kayıt (commit)
  9. 23 Tem, 2014 1 kayıt (commit)
  10. 23 May, 2014 1 kayıt (commit)
  11. 06 Şub, 2014 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Issue #14455: fix handling of unsigned long long values for binary plist files · 94e44a93
      Ronald Oussoren yazdı
      Values in the range of an unsigned long long, but outside of the range
      of a signed long long were serialized as a negative value.
      
      Due to a bug in PyObjC my test scripts indicated that the previous behavior
      matched Apple's plist code, instead the handle large unsigned values correctly.
      
      The change to plistlib.py is from a patch by Serhiy.
      94e44a93
  12. 15 Ock, 2014 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Issue #14455: Fix some issues with plistlib · 6db6653b
      Ronald Oussoren yazdı
      * Negative integer support in binary plists was broken
      
      * Better exception for invalid data
      
      * Fix the versionadded/versionchanged markup in the documentation
      
      * Add the interface cleanup to what's new for 3.4
      6db6653b
  13. 22 Kas, 2013 1 kayıt (commit)
  14. 21 Kas, 2013 1 kayıt (commit)
  15. 23 Nis, 2013 1 kayıt (commit)
  16. 29 May, 2012 1 kayıt (commit)
  17. 04 Tem, 2011 1 kayıt (commit)
  18. 28 May, 2011 1 kayıt (commit)
  19. 20 Nis, 2010 2 kayıt (commit)
  20. 16 Eyl, 2009 2 kayıt (commit)
  21. 04 Haz, 2009 1 kayıt (commit)
  22. 08 May, 2009 3 kayıt (commit)
  23. 11 Nis, 2009 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions… · ef3e4c2b
      Benjamin Peterson yazdı
      Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r70980 | jack.diederich | 2009-04-01 15:26:13 -0500 (Wed, 01 Apr 2009) | 3 lines
      
        bounds check arguments to mmap.move().  All of them.  Really.
        fixes crasher on OS X 10.5
      ........
        r71059 | mark.dickinson | 2009-04-02 13:39:37 -0500 (Thu, 02 Apr 2009) | 2 lines
      
        sys.long_info attributes should be ints, not longs
      ........
        r71225 | georg.brandl | 2009-04-05 06:54:07 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5580: no need to use parentheses when converterr() argument is actually a type description.
      ........
        r71234 | georg.brandl | 2009-04-05 08:16:35 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Whitespace normalization.
      ........
        r71241 | georg.brandl | 2009-04-05 09:48:49 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5471: fix expanduser() for $HOME set to "/".
      ........
        r71243 | georg.brandl | 2009-04-05 10:14:29 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
      ........
        r71249 | georg.brandl | 2009-04-05 11:30:43 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5444: adapt make.bat to new htmlhelp output file name.
      ........
        r71251 | georg.brandl | 2009-04-05 12:17:42 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #5298: clarify docs about GIL by using more consistent wording.
      ........
        r71255 | georg.brandl | 2009-04-05 13:34:58 -0500 (Sun, 05 Apr 2009) | 1 line
      
        #602893: add indicator for current line in cgitb that doesnt rely on styling alone.
      ........
        r71266 | georg.brandl | 2009-04-05 15:23:13 -0500 (Sun, 05 Apr 2009) | 1 line
      
        Normalize issue referencing style.
      ........
        r71299 | gregory.p.smith | 2009-04-05 18:43:58 -0500 (Sun, 05 Apr 2009) | 3 lines
      
        Fixes issue5705: os.setuid() and friends did not accept the same range of
        values that pwd.getpwnam() returns.
      ........
        r71329 | benjamin.peterson | 2009-04-06 16:53:33 -0500 (Mon, 06 Apr 2009) | 1 line
      
        add create_connection to __all__ #5711
      ........
        r71397 | georg.brandl | 2009-04-08 11:36:39 -0500 (Wed, 08 Apr 2009) | 1 line
      
        Remove redundant backtick.
      ........
        r71398 | georg.brandl | 2009-04-08 11:39:04 -0500 (Wed, 08 Apr 2009) | 1 line
      
        Update ignore file for suspicious builder.
      ........
        r71486 | andrew.kuchling | 2009-04-11 11:18:14 -0500 (Sat, 11 Apr 2009) | 1 line
      
        Re-word
      ........
      ef3e4c2b
  24. 05 Nis, 2009 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions… · e9b91216
      Georg Brandl yazdı
      Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r71058 | georg.brandl | 2009-04-02 20:09:04 +0200 (Do, 02 Apr 2009) | 3 lines
      
        PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject
        call on hitting the recursion limit into just assigning it to the arguments provided.
      ........
        r71149 | georg.brandl | 2009-04-04 15:42:39 +0200 (Sa, 04 Apr 2009) | 1 line
      
        #5642: clarify map() compatibility to the builtin.
      ........
        r71150 | georg.brandl | 2009-04-04 15:45:49 +0200 (Sa, 04 Apr 2009) | 1 line
      
        #5601: clarify that webbrowser is not meant for file names.
      ........
        r71212 | georg.brandl | 2009-04-05 12:24:20 +0200 (So, 05 Apr 2009) | 1 line
      
        #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
      ........
        r71214 | georg.brandl | 2009-04-05 12:29:57 +0200 (So, 05 Apr 2009) | 1 line
      
        Normalize spelling of Mac OS X.
      ........
        r71215 | georg.brandl | 2009-04-05 12:32:26 +0200 (So, 05 Apr 2009) | 1 line
      
        Avoid sure signs of a diseased mind.
      ........
        r71216 | georg.brandl | 2009-04-05 12:41:02 +0200 (So, 05 Apr 2009) | 1 line
      
        #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better.
      ........
        r71222 | georg.brandl | 2009-04-05 13:07:14 +0200 (So, 05 Apr 2009) | 1 line
      
        #5615: make it possible to configure --without-threads again.
      ........
        r71225 | georg.brandl | 2009-04-05 13:54:07 +0200 (So, 05 Apr 2009) | 1 line
      
        #5580: no need to use parentheses when converterr() argument is actually a type description.
      ........
        r71234 | georg.brandl | 2009-04-05 15:16:35 +0200 (So, 05 Apr 2009) | 1 line
      
        Whitespace normalization.
      ........
        r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line
      
        #1326077: fix traceback formatting of SyntaxErrors.  This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space.
      ........
        r71238 | georg.brandl | 2009-04-05 16:25:41 +0200 (So, 05 Apr 2009) | 1 line
      
        Add NEWS entry for r71237.
      ........
        r71240 | georg.brandl | 2009-04-05 16:40:06 +0200 (So, 05 Apr 2009) | 1 line
      
        #5370: doc update about unpickling objects with custom __getattr__ etc. methods.
      ........
        r71241 | georg.brandl | 2009-04-05 16:48:49 +0200 (So, 05 Apr 2009) | 1 line
      
        #5471: fix expanduser() for $HOME set to "/".
      ........
        r71243 | georg.brandl | 2009-04-05 17:14:29 +0200 (So, 05 Apr 2009) | 1 line
      
        #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
      ........
        r71249 | georg.brandl | 2009-04-05 18:30:43 +0200 (So, 05 Apr 2009) | 1 line
      
        #5444: adapt make.bat to new htmlhelp output file name.
      ........
        r71251 | georg.brandl | 2009-04-05 19:17:42 +0200 (So, 05 Apr 2009) | 1 line
      
        #5298: clarify docs about GIL by using more consistent wording.
      ........
      e9b91216
    • Georg Brandl's avatar
  25. 19 Agu, 2008 1 kayıt (commit)
  26. 12 May, 2008 2 kayıt (commit)
  27. 27 Ock, 2008 2 kayıt (commit)
  28. 26 Ock, 2008 1 kayıt (commit)
  29. 21 Ock, 2008 2 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from · 86def6cb
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60151 | christian.heimes | 2008-01-21 14:11:15 +0100 (Mon, 21 Jan 2008) | 1 line
      
        A bunch of header files were not listed as dependencies for object files. Changes to files like Parser/parser.h weren't picked up by make.
      ........
        r60152 | georg.brandl | 2008-01-21 15:16:46 +0100 (Mon, 21 Jan 2008) | 3 lines
      
        #1087741: make mmap.mmap the type of mmap objects, not a
        factory function. Allow it to be subclassed.
      ........
        r60153 | georg.brandl | 2008-01-21 15:18:14 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        mmap is an extension module.
      ........
        r60154 | georg.brandl | 2008-01-21 17:28:13 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Fix example.
      ........
        r60155 | georg.brandl | 2008-01-21 17:34:07 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1555501: document plistlib and move it to the general library.
      ........
        r60156 | georg.brandl | 2008-01-21 17:36:00 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Add a stub for bundlebuilder documentation.
      ........
        r60157 | georg.brandl | 2008-01-21 17:46:58 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).
      ........
        r60158 | georg.brandl | 2008-01-21 17:51:51 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #997912: acknowledge nested scopes in tutorial.
      ........
        r60159 | vinay.sajip | 2008-01-21 18:02:26 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
      ........
        r60161 | georg.brandl | 2008-01-21 18:13:03 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Adapt pydoc to new doc URLs.
      ........
        r60162 | georg.brandl | 2008-01-21 18:17:00 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Fix old link.
      ........
        r60163 | georg.brandl | 2008-01-21 18:22:06 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1726198: replace while 1: fp.readline() with file iteration.
      ........
        r60164 | georg.brandl | 2008-01-21 18:29:23 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Clarify $ behavior in re docstring. #1631394.
      ........
        r60165 | vinay.sajip | 2008-01-21 18:39:22 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Minor documentation change - hyperlink tidied up.
      ........
        r60166 | georg.brandl | 2008-01-21 18:42:40 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        #1530959: change distutils build dir for --with-pydebug python builds.
      ........
        r60167 | vinay.sajip | 2008-01-21 19:16:05 +0100 (Mon, 21 Jan 2008) | 1 line
      
        Updated to include news on recent logging fixes and documentation changes.
      ........
        r60168 | georg.brandl | 2008-01-21 19:35:49 +0100 (Mon, 21 Jan 2008) | 3 lines
      
        Issue #1882: when compiling code from a string, encoding cookies in the
        second line of code were not always recognized correctly.
      ........
        r60170 | georg.brandl | 2008-01-21 19:36:51 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Add NEWS entry for #1882.
      ........
        r60172 | georg.brandl | 2008-01-21 19:41:24 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Use original location of document, which has translations.
      ........
        r60173 | walter.doerwald | 2008-01-21 21:18:04 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Follow PEP 8 in module docstring.
      ........
        r60175 | georg.brandl | 2008-01-21 21:20:53 +0100 (Mon, 21 Jan 2008) | 2 lines
      
        Adapt to latest doctools refactoring.
      ........
      86def6cb
    • Georg Brandl's avatar
  30. 19 Ock, 2008 1 kayıt (commit)
  31. 05 Ock, 2008 1 kayıt (commit)
  32. 04 Ock, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59680-59695 via svnmerge from · a34706f1
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59686 | guido.van.rossum | 2008-01-04 00:54:04 +0100 (Fri, 04 Jan 2008) | 2 lines
      
        Bug #1301: fixed a bad assert in _tkinter.
      ........
        r59687 | raymond.hettinger | 2008-01-04 01:01:15 +0100 (Fri, 04 Jan 2008) | 3 lines
      
        Finish-up the struct module optimizations started at the Iceland NFS sprint.
      ........
        r59688 | christian.heimes | 2008-01-04 01:04:52 +0100 (Fri, 04 Jan 2008) | 1 line
      
        Fixed #1687: plistlib.py restricts <integer> to Python int when writing
      ........
        r59689 | christian.heimes | 2008-01-04 01:37:34 +0100 (Fri, 04 Jan 2008) | 1 line
      
        Bug #1481296: Fixed long(float('nan'))!=0L.
      ........
        r59691 | andrew.kuchling | 2008-01-04 02:15:50 +0100 (Fri, 04 Jan 2008) | 1 line
      
        Markup fixes; grammar tweaks
      ........
        r59692 | andrew.kuchling | 2008-01-04 02:16:12 +0100 (Fri, 04 Jan 2008) | 1 line
      
        Add items
      ........
        r59694 | christian.heimes | 2008-01-04 02:48:50 +0100 (Fri, 04 Jan 2008) | 1 line
      
        Fixed math.copysign() on Windows
      ........
        r59695 | christian.heimes | 2008-01-04 03:03:25 +0100 (Fri, 04 Jan 2008) | 1 line
      
        Filled in some XXX comments
      ........
      a34706f1