summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-181-0/+24
* When time.localtime() is passed a tick count the platform C localtime()Tim Peters2003-01-171-1/+1
* bugfix: do not double-close DB cursor during deallocation when theGregory P. Smith2003-01-171-1/+3
* bugfix: allow the module to work with python compiled without thread support.Gregory P. Smith2003-01-171-0/+2
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-171-5/+37
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-1004/+635
* Minor fiddling to make the next part easier. Introduced an internalTim Peters2003-01-111-17/+20
* Get build working on Redhat 7.2 linux 2.4.7Neal Norwitz2003-01-101-0/+4
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-2/+4
* Get rid of compiler warningsNeal Norwitz2003-01-102-19/+19
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-476/+336
* Removed more now-pointless pickle code.Tim Peters2003-01-101-93/+34
* Deleted pickle/unpickle code for the old datetime and time classes -- it'sTim Peters2003-01-081-160/+0
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-081-17/+10
* Added a couple of casts to make this compile with CodeWarrior.Jack Jansen2003-01-081-3/+3
* all_ins(): EX_OK and friends, constants from sysexits.hBarry Warsaw2003-01-071-0/+57
* Fix from Michael Stone for SF bug #660476 and #513033 (bogus threadGuido van Rossum2003-01-071-13/+7
* A few more whitespace normalizations.Guido van Rossum2003-01-071-1/+4
* Various cleanups:Guido van Rossum2003-01-071-45/+80
* SF patch #662433: Fill arraymodule's tp_iter and sq_contains slotsRaymond Hettinger2003-01-071-2/+121
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-067-59/+28
* datetime_from_timet_and_us(): ignore leap seconds if the platformTim Peters2003-01-041-1/+10
* Fix typo.Martin v. Löwis2003-01-041-1/+1
* Remove appartment check from dooneevent. Fixes #660961.Martin v. Löwis2003-01-041-6/+17
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-41/+35
* Fix compiler warningNeal Norwitz2003-01-041-1/+1
* Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide defaultMartin v. Löwis2003-01-041-3/+21
* Completed astimezone()'s correctness proof. This also proves we can getTim Peters2003-01-041-4/+53
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-1/+64
* Fix for bug #661136Just van Rossum2003-01-031-12/+14
* SF patch 660559: Use METH_O and METH_NOARGS where possibleRaymond Hettinger2003-01-033-117/+70
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-22/+14
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-1/+5
* The astimezone() correctness proof endured much pain to prove whatTim Peters2003-01-021-70/+43
* SF bug 661086: datetime.today() truncates microseconds.Tim Peters2003-01-021-7/+16
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-1/+1
* OS/2 sockets do not support AF_UNIX, even though EMX headers define itAndrew MacIntyre2003-01-021-4/+4
* Completed astimezone's correctness proof. That doesn't mean it'sTim Peters2003-01-021-4/+51
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-65/+151
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term...Martin v. Löwis2003-01-012-3/+40
* datetimetz_astimezone(): Speed optimizations -- although I'd ratherTim Peters2003-01-011-32/+38
* Try to get compilation working for cygwinNeal Norwitz2002-12-311-3/+6
* Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patchJason Tishler2002-12-311-2/+4
* SF patch [ 597919 ] compiler package and SET_LINENOJeremy Hylton2002-12-311-6/+7
* A new, and much hairier, implementation of astimezone(), building onTim Peters2002-12-311-24/+126
* Eliminate C++ comment.Martin v. Löwis2002-12-311-1/+1
* Fix compilation errors on HPUX11Neal Norwitz2002-12-311-3/+3
* removed unused get_short() functionJust van Rossum2002-12-311-14/+0
* Restore signalhandler in case of error. Fix type of signal handler.Martin v. Löwis2002-12-311-3/+9
* Patch #656590: /dev/ptmx support for ptys.Martin v. Löwis2002-12-311-7/+39