summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2.Tim Peters2001-10-071-12/+4
* _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value.Tim Peters2001-10-061-14/+21
* Repaired the debug Windows deaths in test_descr, by allocating enoughTim Peters2001-10-061-7/+8
* _PyObject_GC_Malloc(): split a complicated line in two. As is, there wasTim Peters2001-10-061-2/+3
* Adjust the _weakref module to use the public API for the weak referenceFred Drake2001-10-051-717/+15
* Fix typo in docstringAndrew M. Kuchling2001-10-051-1/+1
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+15
* Add various typecasts (back and forth from char * to unsigned char *)Greg Ward2001-10-041-5/+5
* SF patch [#466877] SIGBREAK is missing from signal module.Tim Peters2001-10-011-0/+5
* Patch #462122: add readline startup and pre_event hooks.Martin v. Löwis2001-09-301-24/+127
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-301-0/+296
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-301-0/+50
* Be more rigorous about making pathnames absolute, to address SF bugGuido van Rossum2001-09-281-53/+58
* Add tests for new PyErr_NormalizeException() behaviorJeremy Hylton2001-09-261-0/+26
* SF patch #459385 (Norman Vine): time.timezone fix for Cygwin.Guido van Rossum2001-09-251-19/+19
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-241-9/+5
* Patch #463421: speed up md5 module with real memcpy/set.Martin v. Löwis2001-09-241-28/+4
* Reactivate participation of expat parsers in GC. Fixes bug #462710.Martin v. Löwis2001-09-231-2/+33
* I_getiter(): Function for the tp_iter slot of Itype so thatBarry Warsaw2001-09-221-20/+45
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-201-2/+3
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-2/+3
* PyLocale_setlocale(): silence compiler warning about free() of a constGuido van Rossum2001-09-201-1/+1
* Patch #435971: UTF-7 codec by Brian Quinlan.Marc-André Lemburg2001-09-201-0/+42
* Include ctype.h after Python.h.Martin v. Löwis2001-09-191-1/+1
* Patch to bug #461753: Allow None in ExternalEntityParserCreate.Martin v. Löwis2001-09-191-1/+1
* fixed #449964: sre.sub raises an exception if the template contains aFredrik Lundh2001-09-181-12/+16
* an SRE bugfix a day keeps Guido away...Fredrik Lundh2001-09-181-9/+14
* [Patch #462255, from Jason Tishler] Re-enables building the resouceAndrew M. Kuchling2001-09-171-1/+2
* The 'p' (Pascal string) pack code acts unreasonably when the string sizeTim Peters2001-09-151-0/+2
* Silence warnings about passing unsigned char** as char**.Martin v. Löwis2001-09-081-4/+4
* Patch #450702: allow threads when calling into zlib, protect usage ofMartin v. Löwis2001-09-071-114/+350
* Fix compiler warnings. This closes some of the #458880 problem.Martin v. Löwis2001-09-071-9/+8
* Revert parts of patch #453627, documenting the resulting test failuresMartin v. Löwis2001-09-062-35/+3
* Enable large file support on Win32 systems.Tim Peters2001-09-061-3/+3
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-052-44/+15
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+20
* Patch #453627: Define the following macros when compiling on a UnixWare 7.x s...Martin v. Löwis2001-09-052-3/+35
* loghelper(): Try to nudge the compiler into doing mults in an order thatTim Peters2001-09-051-1/+1
* Return reasonable results for math.log(long) and math.log10(long) (we wereTim Peters2001-09-051-4/+64
* Mechanical fiddling to make this easier to work with in my editor.Tim Peters2001-09-041-18/+12
* [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it shouldAndrew M. Kuchling2001-09-041-1/+1
* PEP 238 documented -Qwarn as warning only for classic int or longGuido van Rossum2001-09-041-4/+8
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-041-7/+7
* Oops. The -W option takes args, not -X.Guido van Rossum2001-08-311-1/+1
* Add warning mode for classic division, almost exactly as specified inGuido van Rossum2001-08-311-19/+49
* Removed unreachable return to silence SGI compiler.Sjoerd Mullender2001-08-301-2/+1
* Removed an unreachable break statement to silence SGI compiler.Sjoerd Mullender2001-08-301-1/+1
* gcmodule is now always compiledNeil Schemenauer2001-08-301-3/+0
* gcmodule is now enabled hereNeil Schemenauer2001-08-301-0/+6
* Make more things internal to this file. RemoveNeil Schemenauer2001-08-301-93/+148