- 06 Nis, 2011 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 03 Tem, 2010 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
- 04 Haz, 2010 1 kayıt (commit)
-
-
Sean Reifscheider yazdı
-
- 27 May, 2010 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81566 | alexander.belopolsky | 2010-05-27 16:55:27 -0400 (Thu, 27 May 2010) | 3 lines Issue #7150: Raise OverflowError if the result of adding or subtracting timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range. ........
-
Alexander Belopolsky yazdı
timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
-
- 09 May, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
(Backport of r80979 to py3k.) Thanks Alexander Belopolsky.
-
- 04 May, 2010 1 kayıt (commit)
-
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
- 25 Mar, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Larry Hastings yazdı
CObject to PyCapsule.
-
- 29 Ara, 2009 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77122 | amaury.forgeotdarc | 2009-12-29 23:03:38 +0100 (mar., 29 déc. 2009) | 3 lines #7413: Passing '\0' as the separator to datetime.datetime.isoformat() used to drop the time part of the result. ........
-
Amaury Forgeot d'Arc yazdı
used to drop the time part of the result.
-
- 25 Kas, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
the total number of seconds in the duration. Patch by Brian Quinlan.
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
- 10 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
occurances of PyBytes_ in the code to their original PyString_ names. The bytesobject.c file will be renamed back to stringobject.c in a future checkin.
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 02 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Accept unicode and anything else ParseTuple "s#" can deal with. This matches the time.strftime behavior.
-
- 26 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 17 Mar, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
is outside the range we expect.
-
- 15 Mar, 2008 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 17 Şub, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
Highlights: - Adding PyObject_Format. - Adding string.Format class. - Adding __format__ for str, unicode, int, long, float, datetime. - Adding builtin format. - Adding ''.format and u''.format. - str/unicode fixups for formatters. The files in Objects/stringlib that implement PEP 3101 (stringdefs.h, unicodedefs.h, formatter.h, string_format.h) are identical in trunk and py3k. Any changes from here on should be made to trunk, and changes will propogate to py3k).
-
- 14 Şub, 2008 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
- 03 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports
-
- 19 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
-
- 21 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
-
- 22 May, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 02 May, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
-
- 30 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
-
- 06 Mar, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
fractional times. With unittest. (backport from rev. 54167 by Guido)
-
Guido van Rossum yazdı
fractional times. With unittest. Somebody please backport to 2.5.
-
- 18 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Şub, 2007 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
- 30 Eyl, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
datetime's strftime function. (backport from rev. 52072)
-
Georg Brandl yazdı
datetime's strftime function.
-
- 28 Nis, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
possibly "rounding up" to the next whole second.
-
- 18 Nis, 2006 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 14 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
PySequence_GetItem of the time.strptime() result. Not a high probability bug, but not inconceivable either, considering people can provide their own 'time' module.
-
- 20 Mar, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
returns a non-string when converting %Z. Will backport.
-