summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Any call to insort_{left,right} with a non-list leaked a reference to NoneMichael W. Hudson2004-08-021-6/+10
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-9/+62
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* Remove CJKCodecs implementation of UTF-7 and UTF-8 codec whichHye-Shik Chang2004-07-281-560/+0
* Switch arguments to memset (kudos to MSVC C4318 for finding that)Martin v. Löwis2004-07-271-2/+2
* Patch #995766: Keyword argument support in cPickle.Martin v. Löwis2004-07-271-15/+21
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-0/+22
* Fix SF #994580, typo in time.tzsets docstring. Backport candidateNeal Norwitz2004-07-201-1/+1
* Patch #984654: Add more address family constants.Martin v. Löwis2004-07-191-0/+60
* Patch #993173: Enable audioop on 64-bit platforms.Martin v. Löwis2004-07-191-0/+1
* Silence a GCC unused variable warning in debug builds.Raymond Hettinger2004-07-191-2/+1
* Replace an extern magic to assigning declared pointer from array's.Hye-Shik Chang2004-07-181-26/+12
* Remove unused CNS-11643 mapping which shouldn't merged into main PythonHye-Shik Chang2004-07-181-11864/+0
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-391/+391
* Repair MS compiler warning about signed-vs-unsigned mismatch. The planeTim Peters2004-07-181-2/+2
* Added a comment explaining the extern ugliness.Tim Peters2004-07-181-0/+6
* Changed the "predefinitions" of codec_list and mapping_list from staticTim Peters2004-07-181-2/+2
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-1868-40197/+34075
* Apply VISIT macro.Raymond Hettinger2004-07-151-5/+3
* Moved SunPro warning suppression into pyport.h and out of individualNicholas Bastin2004-07-152-8/+0
* Moved PyMac_GetScript() to _localemodule, which is the only place whereJack Jansen2004-07-151-2/+26
* Exercise Jim's VISIT macro.Raymond Hettinger2004-07-151-129/+24
* Fix typo.Hye-Shik Chang2004-07-151-1/+1
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+260
* [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addressesAndrew M. Kuchling2004-07-101-6/+15
* Change some declarations from ``char *`` to ``const char *``. Also addedBrett Cannon2004-07-101-6/+8
* [Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for compat...Andrew M. Kuchling2004-07-101-0/+1
* [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes i...Andrew M. Kuchling2004-07-101-26/+60
* Add comments at end of every #endif and fix ones already there when for closingBrett Cannon2004-07-101-11/+11
* [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constantAndrew M. Kuchling2004-07-101-0/+4
* Add generic codecs.encode() and .decode() APIs that don't imposeMarc-André Lemburg2004-07-101-4/+72
* Add an #ifdef __APPLE__ around typedef of foreachfunc to match Apple'sBrett Cannon2004-07-101-0/+4
* Fix memory leak and bump the version per GregNeal Norwitz2004-07-091-2/+2
* Cleanup support for older pythons (perhaps it should be removed?)Neal Norwitz2004-07-091-53/+10
* * balance the left/right search for getitem.Raymond Hettinger2004-07-091-15/+13
* PyThreadState_Swap(NULL) didn't do what I thought it did. FixesMichael W. Hudson2004-07-081-1/+1
* This closes patch:Michael W. Hudson2004-07-071-8/+89
* [Bug #982806] The default argument for opening GDBM files is bogus. Patch #9...Andrew M. Kuchling2004-07-071-1/+1
* OS/2 EMX needs addrinfo.h for code included from getaddrinfo.cAndrew MacIntyre2004-07-071-0/+4
* Make weak references subclassable:Fred Drake2004-07-021-22/+3
* Adds support for DB.pget and DBCursor.pget methods.Gregory P. Smith2004-06-281-3/+198
* Add weakref support to all bsddb.db objects.Gregory P. Smith2004-06-281-7/+127
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-5/+39
* raise the module minor version.Gregory P. Smith2004-06-271-1/+1
* SF patch / bug #967763Gregory P. Smith2004-06-271-43/+76
* sizeof(char) is 1, by definition, so get rid of that expression inTim Peters2004-06-271-5/+4
* Add a comment with implementation notes.Raymond Hettinger2004-06-261-0/+7
* Modules/getpath.c now compiles properly under OS X when using theBrett Cannon2004-06-261-1/+1
* Change comment from C++ style to C.Brett Cannon2004-06-241-1/+1
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-201-0/+30