| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #678257 by Geoff Talvola. | Guido van Rossum | 2003-01-31 | 1 | -1/+1 |
|
|
* | SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie. | Guido van Rossum | 2003-01-31 | 1 | -13/+65 |
|
|
* | Change the treatment of positions returned by PEP293 | Walter Dörwald | 2003-01-31 | 1 | -4/+14 |
|
|
* | Initialize swappedinput to silence the compiler warning about | Walter Dörwald | 2003-01-31 | 1 | -1/+1 |
|
|
* | _PyLong_NumBits(): The definition of this was too specific to the quirky | Tim Peters | 2003-01-31 | 1 | -21/+27 |
|
|
* | Backward branches are disgusting, at least when a forward branch | Tim Peters | 2003-01-31 | 1 | -6/+6 |
|
|
* | Change the approach to pickling to use __reduce__ everywhere. Most | Guido van Rossum | 2003-01-30 | 1 | -242/+221 |
|
|
* | Check whether the choosen encoding requires byte swapping | Walter Dörwald | 2003-01-30 | 1 | -1/+79 |
|
|
* | I was in this module anyway, so I did some janitorial things. | Michael W. Hudson | 2003-01-30 | 1 | -17/+14 |
|
|
* | Add the get_completer() function based on Michael Stone's patch in | Michael W. Hudson | 2003-01-30 | 1 | -0/+17 |
|
|
* | Teach the parsermodule about floor division. Fixes | Michael W. Hudson | 2003-01-29 | 1 | -0/+2 |
|
|
* | Added new private API function _PyLong_NumBits. This will be used at the | Tim Peters | 2003-01-28 | 1 | -2/+39 |
|
|
* | Bump the version number | Barry Warsaw | 2003-01-28 | 1 | -1/+1 |
|
|
* | Update to the final version released as Expat 1.95.6 (maintaining | Fred Drake | 2003-01-28 | 1 | -78/+66 |
|
|
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 1 | -0/+51 |
|
|
* | Fix reference counting of iconvcodec_Type. Fixes #670715. | Martin v. Löwis | 2003-01-27 | 1 | -6/+4 |
|
|
* | Get rid of compiler warnings on Redhat | Neal Norwitz | 2003-01-26 | 1 | -2/+2 |
|
|
* | Add _iconv_codec to Setup.dist. Use PyModule_ functions. | Martin v. Löwis | 2003-01-26 | 2 | -8/+6 |
|
|
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 1 | -0/+626 |
|
|
* | Undo inclusion of Python.h. Remove HAVE_MEMCPY section. | Martin v. Löwis | 2003-01-26 | 1 | -12/+0 |
|
|
* | Uncomment usage of expat_config.h | Martin v. Löwis | 2003-01-25 | 1 | -0/+2 |
|
|
* | Incorporate Expat 1.95.6. | Martin v. Löwis | 2003-01-25 | 10 | -3941/+5444 |
|
|
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -1/+13 |
|
|
* | Updated the astimezone() proof to recover from all the last week's | Tim Peters | 2003-01-24 | 1 | -77/+94 |
|
|
* | Fix typo | Neal Norwitz | 2003-01-23 | 1 | -1/+1 |
|
|
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -12/+20 |
|
|
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -7/+17 |
|
|
* | fromutc(): Repair incorrect failure return, as noted by NealN. Thanks! | Tim Peters | 2003-01-23 | 1 | -1/+1 |
|
|
* | Bringing the code and test suite into line with doc and NEWS changes | Tim Peters | 2003-01-23 | 1 | -92/+127 |
|
|
* | Convert booleans to integers in IntVar.set. Fixes #671741. | Martin v. Löwis | 2003-01-22 | 1 | -1/+3 |
|
|
* | Avoid usage of PyDoc_STR in 2.2 compatibility code. | Martin v. Löwis | 2003-01-21 | 1 | -1/+1 |
|
|
* | Conditionalize features not found in PyXML 1.95.2. | Martin v. Löwis | 2003-01-21 | 1 | -0/+15 |
|
|
* | Merge with PyXML 1.71: | Martin v. Löwis | 2003-01-21 | 1 | -16/+136 |
|
|
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 1 | -21/+3 |
|
|
* | SF # 669553, fix memory (ref) leaks | Neal Norwitz | 2003-01-19 | 1 | -13/+25 |
|
|
* | Windows flavor of floatsleep(): folded long lines, introduced a temp | Tim Peters | 2003-01-19 | 1 | -12/+17 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -0/+24 |
|
|
* | When time.localtime() is passed a tick count the platform C localtime() | Tim Peters | 2003-01-17 | 1 | -1/+1 |
|
|
* | bugfix: do not double-close DB cursor during deallocation when the | Gregory P. Smith | 2003-01-17 | 1 | -1/+3 |
|
|
* | bugfix: allow the module to work with python compiled without thread support. | Gregory P. Smith | 2003-01-17 | 1 | -0/+2 |
|
|
* | bugfix: disallow use of DB_TXN after commit() or abort(), prevents a | Gregory P. Smith | 2003-01-17 | 1 | -5/+37 |
|
|
* | Got rid of the internal datetimetz type. | Tim Peters | 2003-01-11 | 1 | -1004/+635 |
|
|
* | Minor fiddling to make the next part easier. Introduced an internal | Tim Peters | 2003-01-11 | 1 | -17/+20 |
|
|
* | Get build working on Redhat 7.2 linux 2.4.7 | Neal Norwitz | 2003-01-10 | 1 | -0/+4 |
|
|
* | SF #665913, Fix mmap module core dump with unix | Neal Norwitz | 2003-01-10 | 1 | -2/+4 |
|
|
* | Get rid of compiler warnings | Neal Norwitz | 2003-01-10 | 2 | -19/+19 |
|
|
* | Got rid of the timetz type entirely. This was a bit trickier than I | Tim Peters | 2003-01-10 | 1 | -476/+336 |
|
|
* | Removed more now-pointless pickle code. | Tim Peters | 2003-01-10 | 1 | -93/+34 |
|
|
* | Deleted pickle/unpickle code for the old datetime and time classes -- it's | Tim Peters | 2003-01-08 | 1 | -160/+0 |
|
|
* | Utterly minimal changes to collapse datetimetz into datetime, and timetz | Tim Peters | 2003-01-08 | 1 | -17/+10 |
|
|