summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-0/+528
* Demonstrate use of PyType_Ready() in the example.Raymond Hettinger2002-12-291-3/+5
* SF patch #659536: Use PyArg_UnpackTuple where possible.Raymond Hettinger2002-12-292-11/+11
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-281-0/+15
* Gracefully delay runtime error up to 1s. Add .willdispatch().Martin v. Löwis2002-12-281-12/+31
* Patch #657889: Implement posix.getloadavg.Martin v. Löwis2002-12-271-0/+25
* And put back a little code duplication, in the form of asserts.Tim Peters2002-12-271-0/+3
* Squash recently-introduced code duplication.Tim Peters2002-12-271-66/+37
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-27/+64
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-18/+84
* Add an XXX comment about relative imports.Guido van Rossum2002-12-241-1/+2
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-26/+154
* Squashed compiler warnings by adding casts, making sure prototypes are inJack Jansen2002-12-232-1/+5
* call_utc_tzinfo_method(): Got rid of the label and the gotos.Tim Peters2002-12-231-7/+2
* I give up: unless I write my own strftime by hand, datetime just can'tTim Peters2002-12-221-0/+25
* Python's strftime implementation does strange things with the year,Tim Peters2002-12-221-1/+5
* classify_object(): Renamed more meaningfully, to classify_utcoffset().Tim Peters2002-12-221-20/+17
* Implemented a Wiki suggestion:Tim Peters2002-12-221-76/+123
* Use wcscoll for _locale.strcoll if available.Martin v. Löwis2002-12-211-5/+79
* format_utcoffset(): The natural type of the buflen arg is size_t, soTim Peters2002-12-201-10/+8
* Fix another long vs int mismatch. test_datetime now passes on alphaNeal Norwitz2002-12-191-3/+3
* Fixed typo in string.Tim Peters2002-12-191-5/+20
* Fix crash on alphas due to mismatch between 'l' format and int variables.Neal Norwitz2002-12-191-1/+1
* delta_str(): Purged last uses of sprintf (in favor of PyOS_snprintf).Tim Peters2002-12-181-10/+25
* "time_second" is apparently a #define on MacOSX. Renamed the (static)Jack Jansen2002-12-171-2/+2
* Fix GCC warnings. It turns out two out of three pointed to real bugs!Guido van Rossum2002-12-161-3/+3
* datetime escapes the sandbox. The Windows build is all set. I leave itTim Peters2002-12-161-0/+5075
* Apply SF patch 652930: Add optional base argument to math.log(x[, base]).Raymond Hettinger2002-12-141-15/+47
* execve(), spawnve(): add some extra sanity checking to env;Guido van Rossum2002-12-131-18/+50
* We need macglue on MacPython-OS9 too.Jack Jansen2002-12-131-1/+1
* Always initialize objc.Martin v. Löwis2002-12-121-1/+1
* Patch to make _codecs a builtin module. This is necessary sinceMarc-André Lemburg2002-12-122-2/+2
* Typo fix.Greg Ward2002-12-121-1/+1
* Support threads-enabled Tcl installations.Martin v. Löwis2002-12-121-118/+525
* This is not used anymore.Martin v. Löwis2002-12-112-1003/+0
* Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):Greg Ward2002-12-111-0/+267
* Prepare for the coming mixer support patch: change _do_ioctl_0() andGreg Ward2002-12-111-14/+14
* Finish expunging the 'linuxaudiodev' name:Greg Ward2002-12-111-55/+55
* Patch #650422: Use Posix AF_ constants instead of PF_ ones.Martin v. Löwis2002-12-111-5/+7
* Remove C++ comment. Silence unsigned char* cast warning.Martin v. Löwis2002-12-071-2/+2
* Remove C++ comment.Martin v. Löwis2002-12-071-1/+1
* A patch from Kevin Jacobs, plugging several leaks discovered whenTim Peters2002-12-071-5/+10
* Don't include <ioctl.h> unless on __VMS.Martin v. Löwis2002-12-061-1/+3
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-067-4/+499
* Patch #649060: Cygwin bz2module patchJason Tishler2002-12-051-14/+29
* Decode untyped strings from UTF-8.Martin v. Löwis2002-12-041-2/+27
* correct wording of comments about old bsddb (now bsddb185) moduleSkip Montanaro2002-12-021-6/+4
* Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!Greg Ward2002-11-301-7/+7
* Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').Greg Ward2002-11-301-25/+25
* Added mode 'rw' for full-duplex (play and record at the same time) mode.Greg Ward2002-11-301-21/+97