summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-24/+57
* Apply patch from http://python.org/sf/728330 to fix socket module compilation...Trent Mick2004-09-071-1/+13
* Remove redunandant assertions from last checkin.Raymond Hettinger2004-09-061-9/+0
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-061-5/+16
* Fix erroneous docstring comment.Raymond Hettinger2004-09-061-2/+3
* SF bug 1017405: the keys() values() and items() DB methods wereGregory P. Smith2004-09-041-1/+1
* Fixing bug #817234, which made SRE get into an infinite loop onGustavo Niemeyer2004-09-031-5/+3
* SF patch #1020188: Use Py_CLEAR where necessary to avoid crashesRaymond Hettinger2004-09-011-2/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-311-22/+1
* Remove mpz, rotor, xreadlines modulesAndrew M. Kuchling2004-08-313-2488/+0
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-36/+88
* win32_urandom(): There's no need to copy the generated byte string, soTim Peters2004-08-301-17/+11
* win32_urandom(): pass the function name to PyArg_ParseTuple, for betterTim Peters2004-08-301-1/+1
* win32_urandom(): Raise ValueError if the argument is negative.Tim Peters2004-08-301-0/+3
* win32_urandom(): Rewrite to Python C standards (hard tabs, function nameTim Peters2004-08-301-52/+59
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-1/+72
* SF feature request #992967: array.array objects should support sequences.Raymond Hettinger2004-08-291-6/+20
* Fix the spelling of Fredrik Lundh's last name (unless there really is aBrett Cannon2004-08-271-1/+1
* Patch #1015012. Improve markup and punctuation in libsocket.texDave Cole2004-08-261-2/+2
* Patch #1014930. Expose current parse location to XMLParser.Dave Cole2004-08-261-0/+14
* Back out 1.289, which breaks platforms needing addrinfo.h, andMartin v. Löwis2004-08-251-31/+0
* SF #1015517, get readline to compile with older compilersNeal Norwitz2004-08-251-3/+4
* Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),Mark Hammond2004-08-241-5/+3
* Updated the socketpair() docstring and documentation to explain that theDave Cole2004-08-231-2/+4
* Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignoredDave Cole2004-08-231-13/+0
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-211-0/+1
* Fail fatally if strdup fails.Martin v. Löwis2004-08-201-0/+4
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-195-42/+45
* Patch #1011822: Display errno/strerror for inaccessible files.Martin v. Löwis2004-08-191-2/+7
* Patch #914291: Restore locale while readline is running.Martin v. Löwis2004-08-181-0/+8
* This is Mark Russell's patch:Michael W. Hudson2004-08-171-18/+14
* 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