summaryrefslogtreecommitdiffstats
path: root/Include/datetime.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-131-5/+5
* bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)Paul Ganssle2018-11-131-21/+7
* bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle2018-01-241-0/+13
* Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-0/+17
* #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #13727: Add 3 macros to access PyDateTime_Delta members:Amaury Forgeot d'Arc2012-01-171-0/+6
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+2
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-2/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-59/+59
* Merged revisions 76822,76824 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-11/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-10/+10
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-10/+10
* Add missing backslash for PyDateTimeAPI->Delta_FromDelta() macro.Brett Cannon2004-06-281-1/+1
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-201-0/+95
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-19/+19
* Minor fiddling to make the next part easier. Introduced an internalTim Peters2003-01-111-21/+41
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-12/+17
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+125
a7b3e5f8'>bug_e0a7b3e5f8 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | * unix/configure: Regen.mdejong2004-11-223-5/+110
| | | | | | | | | | | | | | * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465]
* | * unix/configure: Regen.mdejong2004-11-224-1/+137
| | | | | | | | | | | | | | | | | | * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of readdir_r that is known to exists under IRIX 5.3. * unix/tclUnixThrd.c (TclpReaddir): Use either 2 arg or 3 arg version of readdir_r. [Bug 1001325]
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code thatdgp2004-11-223-217/+11
| | | | | | | | | | | | * win/tclWinInit.c (TclpInitLibraryPath): used to extend the "library path". Search path construction for init.tcl is now done within the [tclInit] proc.
* | * generic/tclInterp.c: Restored several directories to the searchdgp2004-11-223-21/+45
| | | | | | | | | | | | | | | | * tests/unixInit.test: path used to locate init.tcl within [tclInit]. This change does not restore any directories to the encoding search path, so should still avoid the price of an unreasonably large number of filesystem accesses during encoding initialization at startup [Bug 976438]
* | fix to windows file join bugvincentdarley2004-11-223-4/+25
| |
* | * doc/AddErrInfo.3: Typo corrections (Thanks Daniel South).dgp2004-11-213-5/+10
| | | | | | | | * doc/interp.n:
* | * doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227]dgp2004-11-2015-206/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/AddErrInfo.3: * doc/Async.3: Documentation updates to replace references * doc/BackgdErr.3: to global variable ::errorInfo and ::errorCode * doc/SaveResult.3: and to the ::bgerror command with references * doc/after.n: to their preferred replacements, the * doc/bgerror.n: -errorinfo and -errorcode return options, * doc/error.n: the Tcl_*InterpState routines, and the * doc/exec.n: [interp bgerror] command. * doc/exit.n: * doc/fileevent.n: * doc/interp.n: * doc/return.n: * doc/tclvars.n: * doc/update.n:
* | * tests/unixInit.test: Removed "knownBug" constraints to promptdgp2004-11-192-9/+14
| | | | | | | | bug fixing before 8.5a2 release.
* | typodas2004-11-192-3/+3
| |
* | Classic sed doesn't support | in REs.rmax2004-11-191-2/+5
| |
* | * macosx/Makefile:das2004-11-196-9/+28
| | | | | | | | | | | | | | | | | | | | * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.57 * unix/tclConfig.h.in: autoheader-2.57
* | * doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226).dgp2004-11-182-11/+74
| |
* | * tests/interp.test (interp-36.*): [interp bgerror] tests.dgp2004-11-183-7/+42
| | | | | | | | * generic/tclInterp.c: Corrected [interp bgerror] error messages.
* | * generic/tclEvent.c (HandleBgErrors): Simplified program flow.dgp2004-11-182-14/+12
| |
* | * tests/basic.test: Updated functional (not testing) uses ofdgp2004-11-18