| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reverted back to r67866. | Vinay Sajip | 2010-01-28 | 1 | -4/+4 |
| | | |||||
| * | Issue #7403: logging: Fixed possible race condition in lock creation. | Vinay Sajip | 2009-11-27 | 1 | -4/+4 |
| | | |||||
| * | Prepare for 2.4.6.v2.4.6 | Martin v. Löwis | 2008-12-19 | 2 | -3/+3 |
| | | |||||
| * | Prepare for 2.4.6c1. | Martin v. Löwis | 2008-12-13 | 2 | -3/+8 |
| | | |||||
| * | Backported r55839 and r61350 | Martin v. Löwis | 2008-12-13 | 2 | -0/+19 |
| | | | | | | | Issue #4469: Prevent expandtabs() on string and unicode objects from causing a segfault when a large width is passed on 32-bit platforms. | ||||
| * | #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. | Amaury Forgeot d'Arc | 2008-11-18 | 1 | -1/+2 |
| | | | | | Backport of r67266 | ||||
| * | backport the security fix part of r67246 | Benjamin Peterson | 2008-11-17 | 1 | -0/+19 |
| | | |||||
| * | - Security Issue #2: imageop did not validate arguments correctly and could | Matthias Klose | 2008-11-12 | 1 | -8/+63 |
| | | | | | | | segfault as a result. CVE-2008-4864. backport r66689 | ||||
| * | Prepare for 2.4.5v2.4.5 | Martin v. Löwis | 2008-03-11 | 2 | -1/+6 |
| | | |||||
| * | Prepare for 2.4.5c1v2.4.5c1 | Martin v. Löwis | 2008-03-02 | 2 | -1/+6 |
| | | |||||
| * | Revert the following revisions, as they don't fix security | Martin v. Löwis | 2008-03-02 | 12 | -78/+29 |
| | | | | | | | | problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114 | ||||
| * | Backport r60104 + r60111 from trunk. | Gregory P. Smith | 2008-01-19 | 1 | -1/+13 |
| | | | | | | | - Issue #1336: fix a race condition in subprocess.Popen if the garbage collector kicked in at the wrong time that would cause the process to hang when the child wrote to stderr. | ||||
| * | Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() | Vinay Sajip | 2007-10-24 | 1 | -5/+5 |
| | | |||||
| * | Fix for Windows: close a temporary file before trying to delete it. | Hye-Shik Chang | 2007-06-05 | 1 | -0/+2 |
| | | |||||
| * | (Backport from r55770) | Hye-Shik Chang | 2007-06-05 | 1 | -1/+12 |
| | | | | | | | Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it reads a file that ends with incomplete sequence and sizehint argument for .read() is specified. | ||||
| * | Updated documentation for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -3/+4 |
| | | |||||
| * | HTML-escape the plain traceback in cgitb's HTML output, to prevent | Georg Brandl | 2007-05-15 | 1 | -1/+2 |
| | | | | | | | the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page. (backport from rev. 55348) | ||||
| * | Backported r51621 from p3yk: | Thomas Wouters | 2007-02-25 | 2 | -4/+4 |
| | | | | | | Don't use a fixed temporary name (gdbm). Don't use our own temp name creation (dbm). | ||||
| * | Minor fix for currentframe (SF #1652788). | Vinay Sajip | 2007-02-17 | 1 | -3/+3 |
| | | |||||
| * | backport: fix trace.py --ignore-dir | Skip Montanaro | 2007-02-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug in fileConfig where _handlerList was not being cleared. (SF #1632328) | Vinay Sajip | 2007-01-11 | 1 | -0/+1 |
| | | |||||
| * | Backported change in shutdown(); now takes an optional handler-list argument. | Vinay Sajip | 2007-01-11 | 1 | -2/+2 |
| | | |||||
| * | - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092). | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
| | | |||||
| * | Bug #1590891: random.randrange don't return correct value for big number | Raymond Hettinger | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Patch by "cuppatea" (SF #1503765) | Vinay Sajip | 2006-12-11 | 1 | -4/+5 |
| | | |||||
| * | Patch by Jeremy Katz (SF #1609407) | Vinay Sajip | 2006-12-11 | 1 | -2/+2 |
| | | |||||
| * | Jython compatibility fix: if uu.decode() opened its output file, be sure to | Andrew M. Kuchling | 2006-11-20 | 1 | -0/+4 |
| | | | | | close it. | ||||
| * | Add extra SHA tests | Andrew M. Kuchling | 2006-11-20 | 1 | -1/+18 |
| | | |||||
| * | preparing for 2.4.4 final | Anthony Baxter | 2006-10-17 | 2 | -1/+6 |
| | | |||||
| * | what month is it again? I get confused...v2.4.4c1 | Anthony Baxter | 2006-10-10 | 1 | -1/+1 |
| | | |||||
| * | preparing for 2.4.4c1 | Anthony Baxter | 2006-10-10 | 2 | -1/+6 |
| | | |||||
| * | Update distutils version number to match the library version number | Anthony Baxter | 2006-10-10 | 1 | -1/+1 |
| | | |||||
| * | Backport of the pieces of trunk rev 46589 relevant to | Tim Peters | 2006-10-09 | 2 | -3/+25 |
| | | | | | | | | | | | | | | fixing an unlikely crash bug in dict resizing, SF bug 1456209. The rest of rev 46589 changes whether Python suppresses exceptions during some dict-related comparisons. While I think that's a good idea, it does change visible behavior at times, and there was already some complaining about that on the trunk. Not a good idea for backporting. The part of 46589 checked in here can at worst stop segfaults, and I doubt anyone will gripe about that ;-) | ||||
| * | Backport r45505, r45573, r45576 | Martin v. Löwis | 2006-10-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | - reset errno before calling confstr - use confstr() doc to simplify checks afterwards - Correct implementation and documentation of os.confstr. Add a simple test case. I've yet to figure out how to provoke a None return I can test. - Address issues brought up by MvL on python-checkins. I tested this with valgrind on amd64. The man pages I found for diff architectures are inconsistent on this. I'm not entirely sure this change is correct for all architectures either. Perhaps we should just over-allocate and not worry about it? The change to return None instead of "" in case of unconfigured values has not been backported. | ||||
| * | [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. | Andrew M. Kuchling | 2006-10-09 | 1 | -1/+1 |
| | | |||||
| * | Port of universal binary support for Mac OSX from python 2.5. This takes away | Ronald Oussoren | 2006-10-08 | 7 | -6/+140 |
| | | | | | | | | | the need for the out-of-tree universal binary support that was used to build the 2.4.3 installer. Missing here relative to that tree are some changes to IDLE, IMHO those patches aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE. | ||||
| * | Backport from trunk r52223: | Hye-Shik Chang | 2006-10-08 | 1 | -1/+11 |
| | | | | | | Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault when encoding non-BMP unicode characters. (Submitted by Ray Chason) | ||||
| * | [Backport r51248 | neal.norwitz] | Andrew M. Kuchling | 2006-10-05 | 1 | -0/+8 |
| | | | | | | | | Fix segfault when doing string formatting on subclasses of long if __oct__, __hex__ don't return a string. Klocwork 308 | ||||
| * | A review of overflow-detecting code in the 2.4 branch. | Armin Rigo | 2006-10-04 | 2 | -4/+17 |
| | | | | | | | | | | | | | * unified the way intobject, longobject and mystrtoul handle values around -sys.maxint-1. * in general, trying to entierely avoid overflows in any computation involving signed ints or longs is extremely involved. Fixed a few simple cases where a compiler might be too clever (but that's all guesswork). * more overflow checks against bad data in marshal.c. | ||||
| * | Fix integer negation and absolute value to not rely | Martin v. Löwis | 2006-10-04 | 1 | -0/+1 |
| | | | | | on undefined behaviour of the C compiler anymore. | ||||
| * | decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to | Barry Warsaw | 2006-10-04 | 1 | -4/+0 |
| | | | | | test for parts > 3 when we use .split(..., 2). | ||||
| * | [Backport rev. 51728 by neal.norwitz] | Andrew M. Kuchling | 2006-10-03 | 2 | -2/+2 |
| | | | | | Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. | ||||
| * | Back out r52076, it's causing the buildbots to fail because of ↵ | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
| | | | | | test_charmapcodec. | ||||
| * | Bug #1446043: correctly raise a LookupError if an encoding name given | Georg Brandl | 2006-09-30 | 1 | -1/+1 |
| | | | | | | to encodings.search_function() contains a dot. (backport from rev. 52075) | ||||
| * | Bug #1556784: allow format strings longer than 127 characters in | Georg Brandl | 2006-09-30 | 1 | -0/+1 |
| | | | | | | datetime's strftime function. (backport from rev. 52072) | ||||
| * | Bug #1560617: in pyclbr, return full module name not only for classes, | Georg Brandl | 2006-09-30 | 2 | -1/+4 |
| | | | | | | but also for functions. (backport from rev. 52069) | ||||
| * | Bug #1566602: correct failure of posixpath unittest when $HOME ends | Georg Brandl | 2006-09-30 | 1 | -2/+1 |
| | | | | | | with a slash. (backport from rev. 52065) | ||||
| * | Patch #1567691: super() and new.instancemethod() now don't accept | Georg Brandl | 2006-09-30 | 2 | -0/+15 |
| | | | | | | | keyword arguments any more (previously they accepted them, but didn't use them). (backport from rev. 52058) | ||||
| * | [Backport rev. 46882 by neal.norwitz] | Andrew M. Kuchling | 2006-09-29 | 4 | -6/+50 |
| | | | | | Fix the socket tests so they can be run concurrently. Backport candidate | ||||
| * | [Backport rev. 38534 by loewis] | Andrew M. Kuchling | 2006-09-27 | 1 | -1/+4 |
| | | | | | | | | | | | [Possibly controversial because it adds a parameter to a method. This parameter isn't documented, however, so arguably it's a private detail, and the fix is necessary to make GzipFile.flush() behave more similarly to regular file object.] Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. Partially fixes #1110242. | ||||
