summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* fix a couple problems with the last patch picked up by Michael HudsonSkip Montanaro2004-08-161-12/+8
* Add get_history_item and replace_history_item functions to the readlineSkip Montanaro2004-08-151-0/+67
* Quote \r\n correctly, remove random indentation (patch #1009384). ThanksJohannes Gijsbers2004-08-151-2/+2
* make exception propogation more efficient; this avoids having Expat parseFred Drake2004-08-131-5/+7
* Patch #1005568: Use _SC_PAGESIZE on Irix.Martin v. Löwis2004-08-121-0/+5
* Bug #1001857: socketmodule does not build under cygwinJason Tishler2004-08-091-0/+4
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+62
* Bug 1003471: Python 1.5.2 security vulnerability still present in 2.3.4Tim Peters2004-08-081-4/+10
* [Bug #923315] Produce correct result on AIXAndrew M. Kuchling2004-08-071-1/+5
* add constants for many error values added over the past couple ofFred Drake2004-08-041-0/+17
* Add a missing decref -- PyErr_SetObject increfs the 'object'!Michael W. Hudson2004-08-041-0/+1
* Fix a leak of a reference on None.Michael W. Hudson2004-08-041-3/+1
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-042-1091/+1293
* Tkapp_New(): Rewrite in C so it compiles again.Tim Peters2004-08-041-1/+4
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-4/+37
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-031-9/+30
* Patch #977074: Move Encode/Decode to the top so gcc can inline them.Martin v. Löwis2004-08-031-34/+33
* Fix the reference count errors revealed by the test suite...Michael W. Hudson2004-08-031-1/+3
* Restore compilation on MSVC++ 6.0Raymond Hettinger2004-08-031-0/+4
* SF bug #808756: refleaks in _hotshot.c.Armin Rigo2004-08-031-2/+10
* update to Expat 1.95.8Fred Drake2004-08-037-361/+789
* Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts onMark Hammond2004-08-031-3/+24
* 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