summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Update to the final version released as Expat 1.95.6 (maintainingFred Drake2003-01-281-78/+66
* Support socket timeout in SSL, by Geoff Talvola.Guido van Rossum2003-01-271-0/+51
* Fix reference counting of iconvcodec_Type. Fixes #670715.Martin v. Löwis2003-01-271-6/+4
* Get rid of compiler warnings on RedhatNeal Norwitz2003-01-261-2/+2
* Add _iconv_codec to Setup.dist. Use PyModule_ functions.Martin v. Löwis2003-01-262-8/+6
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-261-0/+626
* Undo inclusion of Python.h. Remove HAVE_MEMCPY section.Martin v. Löwis2003-01-261-12/+0
* Uncomment usage of expat_config.hMartin v. Löwis2003-01-251-0/+2
* Incorporate Expat 1.95.6.Martin v. Löwis2003-01-2510-3941/+5444
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-1/+13
* Updated the astimezone() proof to recover from all the last week'sTim Peters2003-01-241-77/+94
* Fix typoNeal Norwitz2003-01-231-1/+1
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-12/+20
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-7/+17
* fromutc(): Repair incorrect failure return, as noted by NealN. Thanks!Tim Peters2003-01-231-1/+1
* Bringing the code and test suite into line with doc and NEWS changesTim Peters2003-01-231-92/+127
* Convert booleans to integers in IntVar.set. Fixes #671741.Martin v. Löwis2003-01-221-1/+3
* Avoid usage of PyDoc_STR in 2.2 compatibility code.Martin v. Löwis2003-01-211-1/+1
* Conditionalize features not found in PyXML 1.95.2.Martin v. Löwis2003-01-211-0/+15
* Merge with PyXML 1.71:Martin v. Löwis2003-01-211-16/+136
* New rule for tzinfo subclasses handling both standard and daylight time:Tim Peters2003-01-201-21/+3
* SF # 669553, fix memory (ref) leaksNeal Norwitz2003-01-191-13/+25
* Windows flavor of floatsleep(): folded long lines, introduced a tempTim Peters2003-01-191-12/+17
* 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