summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
* - added missing decrefJust van Rossum2002-12-311-4/+5
* Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS andGreg Ward2002-12-311-0/+45
* Rename the parameter 'xp' in several methods to 'self', since that'sGreg Ward2002-12-311-23/+23
* For symmetry with the mixer interface, rename oss_t to oss_audio_t andGreg Ward2002-12-311-29/+29
* Add a bunch of comments to clearly delineate sections of the code.Greg Ward2002-12-311-1/+28
* Yet another renaming of some mixer methods:Greg Ward2002-12-311-9/+9
* Rename more mixer methods: getrecsrc() -> get_recsrc(),Greg Ward2002-12-301-6/+6
* Added casts to forestall warnings with MetroWerks.Jack Jansen2002-12-301-4/+4
* Squashed compiler wng from MSVC6.Tim Peters2002-12-301-1/+1
* Wouldn't compile on Windows; fixed.Tim Peters2002-12-301-1/+1
* PEP 302 + zipimport:Just van Rossum2002-12-303-0/+1209
* Bite the bullet on all the indirect timetz and datetimetz tzinfo methods:Tim Peters2002-12-301-14/+20
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-74/+333
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-32/+42
* Silence cast warnings for Tcl 8.3.Martin v. Löwis2002-12-301-6/+12
* Patch 659834 by Magnus Lie Hetland:Guido van Rossum2002-12-301-0/+4
* Untabify.Greg Ward2002-12-301-106/+106
* Whitespace fixes to conform to coding standards.Greg Ward2002-12-301-18/+18
* Comment fix.Greg Ward2002-12-301-9/+2