summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Removed all uses of the out-of-favor __safe_for_unpickling__ magicTim Peters2003-02-012-73/+5
* All over: changed comments to reflect pickling is straightforward now,Tim Peters2003-02-011-7/+5
* delta_setstate(): This waS no longer referenced, so nukeit.Tim Peters2003-02-011-38/+2
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+1532
* The various datetime object __setstate__() methods are no longer publicTim Peters2003-01-311-116/+105
* Ignore the state returned by __reduce__ if it is Py_None.Guido van Rossum2003-01-311-0/+2
* SF patch #678257 by Geoff Talvola.Guido van Rossum2003-01-311-1/+1
* SF patch 676472 by Geoff Talvola, reviewed by Ben Laurie.Guido van Rossum2003-01-311-13/+65
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-311-4/+14
* Initialize swappedinput to silence the compiler warning aboutWalter Dörwald2003-01-311-1/+1
* _PyLong_NumBits(): The definition of this was too specific to the quirkyTim Peters2003-01-311-21/+27
* Backward branches are disgusting, at least when a forward branchTim Peters2003-01-311-6/+6
* Change the approach to pickling to use __reduce__ everywhere. MostGuido van Rossum2003-01-301-242/+221
* Check whether the choosen encoding requires byte swappingWalter Dörwald2003-01-301-1/+79
* I was in this module anyway, so I did some janitorial things.Michael W. Hudson2003-01-301-17/+14
* Add the get_completer() function based on Michael Stone's patch inMichael W. Hudson2003-01-301-0/+17
* Teach the parsermodule about floor division. FixesMichael W. Hudson2003-01-291-0/+2
* Added new private API function _PyLong_NumBits. This will be used at theTim Peters2003-01-281-2/+39
* Bump the version numberBarry Warsaw2003-01-281-1/+1
* 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