summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [Patch #708374] Only apply the check for file size if the file is a regular f...Andrew M. Kuchling2003-07-151-1/+2
* Backport Jeremy's patch from the trunk (revision 2.147):Fred Drake2003-07-111-0/+5
* Backport FreeBSD recursion limit. Fixes #553736.Martin v. Löwis2003-06-141-0/+14
* Clarify docstring for symlink.Brett Cannon2003-06-111-1/+1
* Backport 1.160:Neal Norwitz2003-05-291-4/+11
* Squash new compiler wng (mistmatching formal/actual pointer types).Tim Peters2003-05-221-1/+1
* Backport fix for SF bug 692776.Jeremy Hylton2003-05-221-46/+5
* PyType_Ready(): Complain if the type is a base type, and gc'able, andTim Peters2003-05-211-2/+7
* Backport fixes to make more types collectable.Jeremy Hylton2003-05-091-76/+108
* fsync(): Implemented for Windows, via calling MS _commit. This countsTim Peters2003-04-231-0/+2
* Backport reference leak fix from HEAD revision 1.79.Fred Drake2003-04-091-2/+2
* Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one.Tim Peters2003-04-081-10/+6
* More backporting of gc-vs-__del__ fixes. It should be fixed for instancesTim Peters2003-04-081-5/+17
* Fix memory corruption in garbage collection.Jeremy Hylton2003-04-031-1/+5
* Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614.Martin v. Löwis2003-03-301-3/+6
* Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38Neal Norwitz2003-03-291-0/+2
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-202-24/+67
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-171-0/+4
* Backport patch from revision 2.80:Fred Drake2003-03-061-24/+52
* get_completer() takes no argsNeal Norwitz2003-03-011-2/+2
* - Backported SF patch #676342: after using pdb, the readline commandGuido van Rossum2003-03-011-0/+18
* Backport: Add more missing PyErr_NoMemory() after failled memory allocsNeal Norwitz2003-02-112-3/+3
* SF bug 684667: Modules/selectmodule.c returns NULL without exception set.Tim Peters2003-02-111-1/+1
* Partial backport for changes to fix SF bug #678518 (assert & global).Neal Norwitz2003-02-101-2/+4
* SF patch #682514, mmapmodule.c write fix for LP64 executablesNeal Norwitz2003-02-071-1/+1
* backport:Neal Norwitz2003-02-021-0/+2
* Backport SF # 669553, fix memory (ref) leaksNeal Norwitz2003-01-191-10/+20
* backport:Neal Norwitz2003-01-101-2/+4
* Backport 2.58 from trunk (minus the cleanup):Guido van Rossum2003-01-071-12/+6
* Fix SF # 640557, '64-bit' systems and the dbm moduleNeal Norwitz2002-11-221-6/+17
* Fix SF # 505427, socket module fails to build on HPUX10Neal Norwitz2002-11-141-0/+5
* Backport last checkin:Neal Norwitz2002-11-041-2/+4
* Backport 2.34. SF #621948, update docstring for md5 by David M. CookeNeal Norwitz2002-10-111-0/+1
* This is Armin Rigo's patch:Michael W. Hudson2002-10-071-1/+1
* Backport 2.49:Raymond Hettinger2002-10-061-0/+1
* Patch #615069: Fix build problems on SCO Open Server 5.Martin v. Löwis2002-09-302-1/+3
* Backport all changes from trunk (all cosmetic).Guido van Rossum2002-09-301-7/+4
* Backport Jack's fix for Jaguar.Michael W. Hudson2002-09-271-0/+5
* Backport of 2.18:Guido van Rossum2002-09-261-0/+8
* The Python 2.2.x version of pyexpat needs more changes to avoid typeFred Drake2002-09-251-8/+8
* backport tim_one's checkin ofMichael W. Hudson2002-09-251-100/+106
* backport tim_one's checkin ofMichael W. Hudson2002-09-251-1/+11
* backport of the checkin of revision 2.69 of selectmodule.cThomas Heller2002-09-241-0/+7
* Be more careful with the type of the xmlhandlersetter; it takes anFred Drake2002-09-241-1/+1
* backport jhylton's checkin ofMichael W. Hudson2002-09-241-3/+4
* Backport 2.48 from trunk:Guido van Rossum2002-09-241-1/+1
* Backport 2.57 from trunk:Guido van Rossum2002-09-231-27/+54
* Add recursion limit to pickling. Fixes #576084.Martin v. Löwis2002-09-221-0/+9
* SF # 602108 ensure string is null terminated after strncpyNeal Norwitz2002-09-131-0/+1
* Backport of SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-1/+11