| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug #661136 | Just van Rossum | 2003-01-03 | 1 | -12/+14 |
|
|
* | SF patch 660559: Use METH_O and METH_NOARGS where possible | Raymond Hettinger | 2003-01-03 | 3 | -117/+70 |
|
|
* | The tzinfo methods utcoffset() and dst() must return a timedelta object | Tim Peters | 2003-01-02 | 1 | -22/+14 |
|
|
* | astimezone() internals: if utcoffset() returns a duration, complain if | Tim Peters | 2003-01-02 | 1 | -1/+5 |
|
|
* | The astimezone() correctness proof endured much pain to prove what | Tim Peters | 2003-01-02 | 1 | -70/+43 |
|
|
* | SF bug 661086: datetime.today() truncates microseconds. | Tim Peters | 2003-01-02 | 1 | -7/+16 |
|
|
* | Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in | Just van Rossum | 2003-01-02 | 1 | -1/+1 |
|
|
* | OS/2 sockets do not support AF_UNIX, even though EMX headers define it | Andrew MacIntyre | 2003-01-02 | 1 | -4/+4 |
|
|
* | Completed astimezone's correctness proof. That doesn't mean it's | Tim Peters | 2003-01-02 | 1 | -4/+51 |
|
|
* | A quicker astimezone() implementation, rehabilitating an earlier | Tim Peters | 2003-01-01 | 1 | -65/+151 |
|
|
* | Expose I_ constants. Auto-detect stropts.h. Properly configure the slave term... | Martin v. Löwis | 2003-01-01 | 2 | -3/+40 |
|
|
* | datetimetz_astimezone(): Speed optimizations -- although I'd rather | Tim Peters | 2003-01-01 | 1 | -32/+38 |
|
|
* | Try to get compilation working for cygwin | Neal Norwitz | 2002-12-31 | 1 | -3/+6 |
|
|
* | Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch | Jason Tishler | 2002-12-31 | 1 | -2/+4 |
|
|
* | SF patch [ 597919 ] compiler package and SET_LINENO | Jeremy Hylton | 2002-12-31 | 1 | -6/+7 |
|
|
* | A new, and much hairier, implementation of astimezone(), building on | Tim Peters | 2002-12-31 | 1 | -24/+126 |
|
|
* | Eliminate C++ comment. | Martin v. Löwis | 2002-12-31 | 1 | -1/+1 |
|
|
* | Fix compilation errors on HPUX11 | Neal Norwitz | 2002-12-31 | 1 | -3/+3 |
|
|
* | removed unused get_short() function | Just van Rossum | 2002-12-31 | 1 | -14/+0 |
|
|
* | Restore signalhandler in case of error. Fix type of signal handler. | Martin v. Löwis | 2002-12-31 | 1 | -3/+9 |
|
|
* | Patch #656590: /dev/ptmx support for ptys. | Martin v. Löwis | 2002-12-31 | 1 | -7/+39 |
|
|
* | Make sure zip_path is null-terminated, since it's on the stack | Neal Norwitz | 2002-12-31 | 1 | -0/+1 |
|
|
* | - added missing decref | Just van Rossum | 2002-12-31 | 1 | -4/+5 |
|
|
* | Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS and | Greg Ward | 2002-12-31 | 1 | -0/+45 |
|
|
* | Rename the parameter 'xp' in several methods to 'self', since that's | Greg Ward | 2002-12-31 | 1 | -23/+23 |
|
|
* | For symmetry with the mixer interface, rename oss_t to oss_audio_t and | Greg Ward | 2002-12-31 | 1 | -29/+29 |
|
|
* | Add a bunch of comments to clearly delineate sections of the code. | Greg Ward | 2002-12-31 | 1 | -1/+28 |
|
|
* | Yet another renaming of some mixer methods: | Greg Ward | 2002-12-31 | 1 | -9/+9 |
|
|
* | Rename more mixer methods: getrecsrc() -> get_recsrc(), | Greg Ward | 2002-12-30 | 1 | -6/+6 |
|
|
* | Added casts to forestall warnings with MetroWerks. | Jack Jansen | 2002-12-30 | 1 | -4/+4 |
|
|
* | Squashed compiler wng from MSVC6. | Tim Peters | 2002-12-30 | 1 | -1/+1 |
|
|
* | Wouldn't compile on Windows; fixed. | Tim Peters | 2002-12-30 | 1 | -1/+1 |
|
|
* | PEP 302 + zipimport: | Just van Rossum | 2002-12-30 | 3 | -0/+1209 |
|
|
* | Bite the bullet on all the indirect timetz and datetimetz tzinfo methods: | Tim Peters | 2002-12-30 | 1 | -14/+20 |
|
|
* | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 1 | -74/+333 |
|
|
* | A step on the way to making tzinfo classes writable by mortals: get rid | Tim Peters | 2002-12-30 | 1 | -32/+42 |
|
|
* | Silence cast warnings for Tcl 8.3. | Martin v. Löwis | 2002-12-30 | 1 | -6/+12 |
|
|
* | Patch 659834 by Magnus Lie Hetland: | Guido van Rossum | 2002-12-30 | 1 | -0/+4 |
|
|
* | Untabify. | Greg Ward | 2002-12-30 | 1 | -106/+106 |
|
|
* | Whitespace fixes to conform to coding standards. | Greg Ward | 2002-12-30 | 1 | -18/+18 |
|
|
* | Comment fix. | Greg Ward | 2002-12-30 | 1 | -9/+2 |
|
|
* | Rename some mixer methods: | Greg Ward | 2002-12-30 | 1 | -16/+16 |
|
|
* | Remove 'x_' prefix from oss_t and oss_mixer_t struct members. | Greg Ward | 2002-12-30 | 1 | -57/+58 |
|
|
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -0/+528 |
|
|
* | Demonstrate use of PyType_Ready() in the example. | Raymond Hettinger | 2002-12-29 | 1 | -3/+5 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 2 | -11/+11 |
|
|
* | Apparently FreeBSD enables some HW floating-point exceptions by default. | Tim Peters | 2002-12-28 | 1 | -0/+15 |
|
|
* | Gracefully delay runtime error up to 1s. Add .willdispatch(). | Martin v. Löwis | 2002-12-28 | 1 | -12/+31 |
|
|
* | Patch #657889: Implement posix.getloadavg. | Martin v. Löwis | 2002-12-27 | 1 | -0/+25 |
|
|
* | And put back a little code duplication, in the form of asserts. | Tim Peters | 2002-12-27 | 1 | -0/+3 |
|
|