1. 19 Şub, 2019 1 kayıt (commit)
  2. 03 Ara, 2017 1 kayıt (commit)
  3. 27 Mar, 2017 1 kayıt (commit)
  4. 25 Tem, 2016 1 kayıt (commit)
  5. 30 Mar, 2016 1 kayıt (commit)
  6. 03 Tem, 2015 1 kayıt (commit)
  7. 02 Agu, 2014 1 kayıt (commit)
  8. 06 Kas, 2011 2 kayıt (commit)
  9. 05 Kas, 2011 2 kayıt (commit)
  10. 26 Tem, 2011 1 kayıt (commit)
  11. 25 Şub, 2011 2 kayıt (commit)
  12. 21 Kas, 2010 2 kayıt (commit)
  13. 20 Kas, 2010 1 kayıt (commit)
  14. 02 Agu, 2010 1 kayıt (commit)
  15. 16 May, 2010 4 kayıt (commit)
  16. 21 Mar, 2010 1 kayıt (commit)
  17. 29 Ock, 2010 4 kayıt (commit)
  18. 08 Ock, 2010 2 kayıt (commit)
  19. 27 Ock, 2009 1 kayıt (commit)
  20. 05 Ara, 2008 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via svnmerge from · fa71a907
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r67326 | benjamin.peterson | 2008-11-22 02:59:15 +0100 (Sat, 22 Nov 2008) | 1 line
      
        backport r67325: make FileIO.mode always contain 'b'
      ........
        r67498 | raymond.hettinger | 2008-12-03 16:42:10 +0100 (Wed, 03 Dec 2008) | 1 line
      
        Backport r67478
      ........
        r67531 | georg.brandl | 2008-12-04 19:54:05 +0100 (Thu, 04 Dec 2008) | 2 lines
      
        Add reference to enumerate() to indices example.
      ........
        r67532 | georg.brandl | 2008-12-04 19:59:16 +0100 (Thu, 04 Dec 2008) | 2 lines
      
        Add another heapq example.
      ........
        r67538 | georg.brandl | 2008-12-04 22:28:16 +0100 (Thu, 04 Dec 2008) | 2 lines
      
        Clarification to avoid confusing output with file descriptors.
      ........
        r67553 | georg.brandl | 2008-12-05 08:49:49 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4408: document regex.groups.
      ........
        r67554 | georg.brandl | 2008-12-05 08:52:26 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4409: fix asterisks looking like footnotes.
      ........
        r67556 | georg.brandl | 2008-12-05 09:02:17 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        #4441: improve doc for os.open() flags.
      ........
        r67557 | georg.brandl | 2008-12-05 09:06:57 +0100 (Fri, 05 Dec 2008) | 2 lines
      
        Add an index entry for "subclassing immutable types".
      ........
      fa71a907
  21. 03 Ara, 2008 1 kayıt (commit)
  22. 02 Ara, 2008 1 kayıt (commit)
  23. 20 May, 2008 1 kayıt (commit)
  24. 23 Şub, 2008 2 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 60990-61002 via svnmerge from · 05e8be17
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r60990 | eric.smith | 2008-02-23 17:05:26 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Removed duplicate Py_CHARMASK define.  It's already defined in Python.h.
      ........
        r60991 | andrew.kuchling | 2008-02-23 17:23:05 +0100 (Sat, 23 Feb 2008) | 4 lines
      
        #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.
        Remove automatic handling of datetime.date and datetime.time.
        This breaks backward compatibility, but python-dev discussion was strongly
        against this automatic conversion; see the bug for a link.
      ........
        r60994 | andrew.kuchling | 2008-02-23 17:39:43 +0100 (Sat, 23 Feb 2008) | 1 line
      
        #835521: Add index entries for various pickle-protocol methods and attributes
      ........
        r60995 | andrew.kuchling | 2008-02-23 18:10:46 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        #1433694: minidom's .normalize() failed to set .nextSibling for last element.
        Fix by Malte Helmert
      ........
        r61000 | christian.heimes | 2008-02-23 18:40:11 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Patch #2167 from calvin: Remove unused imports
      ........
        r61001 | christian.heimes | 2008-02-23 18:42:31 +0100 (Sat, 23 Feb 2008) | 1 line
      
        Patch #1957: syslogmodule: Release GIL when calling syslog(3)
      ........
        r61002 | christian.heimes | 2008-02-23 18:52:07 +0100 (Sat, 23 Feb 2008) | 2 lines
      
        Issue #2051 and patch from Alexander Belopolsky:
        Permission for pyc and pyo files are inherited from the py file.
      ........
      05e8be17
    • Christian Heimes's avatar
      c5f05e45
  25. 30 Ock, 2008 1 kayıt (commit)
  26. 08 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 59376-59406 via svnmerge from · 255f53bd
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r59377 | georg.brandl | 2007-12-06 01:24:23 +0100 (Thu, 06 Dec 2007) | 2 lines
      
        Add another GHOP student to ACKS.
      ........
        r59378 | raymond.hettinger | 2007-12-06 01:56:53 +0100 (Thu, 06 Dec 2007) | 5 lines
      
        Fix Issue 1045.
        Factor-out common calling code by simplifying the length_hint API.
        Speed-up the function by caching the PyObject_String for the attribute lookup.
      ........
        r59380 | georg.brandl | 2007-12-06 02:52:24 +0100 (Thu, 06 Dec 2007) | 2 lines
      
        Diverse markup fixes.
      ........
        r59383 | georg.brandl | 2007-12-06 10:45:39 +0100 (Thu, 06 Dec 2007) | 2 lines
      
        Better re.split examples.
      ........
        r59386 | christian.heimes | 2007-12-06 14:15:13 +0100 (Thu, 06 Dec 2007) | 2 lines
      
        Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree.
        Added several small unit tests for sysconfig.
      ........
        r59387 | christian.heimes | 2007-12-06 14:30:11 +0100 (Thu, 06 Dec 2007) | 1 line
      
        Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it.
      ........
        r59389 | christian.heimes | 2007-12-06 14:55:01 +0100 (Thu, 06 Dec 2007) | 1 line
      
        Disabled one test that is failing on Unix
      ........
        r59399 | christian.heimes | 2007-12-06 22:13:06 +0100 (Thu, 06 Dec 2007) | 8 lines
      
        Several Windows related cleanups:
        * Removed a #define from pyconfig.h. The macro was already defined a few lines higher.
        * Fixed path to tix in the build_tkinter.py script
        * Changed make_buildinfo.c to use versions of unlink and strcat which are considered safe by Windows (as suggested by MvL).
        * Removed two defines from pyproject.vsprops that are no longer required. Both are defined in pyconfig.h and make_buildinfo.c doesn't use the unsafe versions any more (as suggested by MvL).
        * Added some more information about PGO and the property files to PCbuild9/readme.txt.
      
        Are you fine with the changes, Martin?
      ........
        r59400 | raymond.hettinger | 2007-12-07 02:53:01 +0100 (Fri, 07 Dec 2007) | 4 lines
      
        Don't have the docs berate themselves.  Keep a professional tone.
        If a todo is needed, put it in the tracker.
      ........
        r59402 | georg.brandl | 2007-12-07 10:07:10 +0100 (Fri, 07 Dec 2007) | 3 lines
      
        Increase unit test coverage of SimpleXMLRPCServer.
        Written for GHOP by Turkay Eren.
      ........
        r59406 | georg.brandl | 2007-12-07 16:16:57 +0100 (Fri, 07 Dec 2007) | 2 lines
      
        Update to windows doc from Robert.
      ........
      255f53bd
  27. 06 Ara, 2007 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Fix Issue 1045. · 4e2f7140
      Raymond Hettinger yazdı
      Factor-out common calling code by simplifying the length_hint API.
      Speed-up the function by caching the PyObject_String for the attribute lookup.
      4e2f7140
  28. 04 Ara, 2007 1 kayıt (commit)
    • Christian Heimes's avatar
      Removed PyInt_GetMax and sys.maxint · a37d4c69
      Christian Heimes yazdı
      I replaced sys.maxint with sys.maxsize in Lib/*.py. Does anybody see a problem with the change on Win 64bit platforms? Win 64's long is just 32bit but the sys.maxsize is now 2**63-1 on every 64bit platform.
      Also added docs for sys.maxsize.
      a37d4c69