Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for 2.5.3c1.v2.5.3c1 | Martin v. Löwis | 2008-12-13 | 1 | -2/+2 |
| | |||||
* | Issue #1706039: Support continued reading from a file even after | Martin v. Löwis | 2008-12-13 | 1 | -0/+3 |
| | | | | EOF was hit. | ||||
* | Issue #1040026: Fix os.times result on systems where HZ is incorrect. | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | |||||
* | Issue #3767: Convert Tk object to string in tkColorChooser. | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | |||||
* | Backport of r59654. | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | | | | Issue #4342: Always convert Text.index result to string. | ||||
* | Backport of r64212 | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | | | | Issue #1683: prevent forking from interfering in threading storage. | ||||
* | Issue 3248: Allow placing ScrolledText in a PanedWindow. | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | |||||
* | Backport of r66703: | Martin v. Löwis | 2008-12-13 | 1 | -0/+3 |
| | | | | | Issue #3863: Disabled a unit test of fork being called from a thread when running on platforms known to exhibit OS bugs when attempting that. | ||||
* | Issue #4228: Pack negative values the same way as 2.4 | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | | | | in struct's L format. | ||||
* | Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*. | Martin v. Löwis | 2008-12-13 | 1 | -0/+2 |
| | |||||
* | Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, | Mark Dickinson | 2008-12-11 | 1 | -0/+4 |
| | | | | Decimal.max_mag and Decimal.min_mag. | ||||
* | Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always | Jeffrey Yasskin | 2008-12-10 | 1 | -0/+3 |
| | | | | propagating exceptions. | ||||
* | Issue #4302: Minor corrections to smtplib. (Backport r60975) | Hirokazu Yamamoto | 2008-12-10 | 1 | -0/+2 |
| | |||||
* | Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a | Jeffrey Yasskin | 2008-12-10 | 1 | -0/+3 |
| | | | | context manager's __exit__ method's result while it's being converted to bool. | ||||
* | #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. | Amaury Forgeot d'Arc | 2008-11-18 | 1 | -0/+2 |
| | | | | Backport of r67266 | ||||
* | backport r67246 from the trunk | Benjamin Peterson | 2008-11-17 | 1 | -0/+2 |
| | |||||
* | Issue #3774: Fixed an error when create a Tkinter menu item without command | Hirokazu Yamamoto | 2008-11-03 | 1 | -0/+3 |
| | | | | and then remove it. Written by Guilherme Polo (gpolo). Backport of r67082. | ||||
* | backport r67077 from the trunk: parser module now correctly validates ↵ | Benjamin Peterson | 2008-11-03 | 2 | -0/+3 |
| | | | | relative imports | ||||
* | Issue #4176: Pickle would crash the interpreter when a __reduce__ function | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+3 |
| | | | | | | | does not return an iterator for the 4th and 5th items. (sequence-like and mapping-like state) Backport of r67049. | ||||
* | Modify ctypes types with 'official' functions. Backport from trunk, | Thomas Heller | 2008-10-18 | 1 | -0/+3 |
| | | | | snv rev 59943 and 59946. | ||||
* | Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3 | Gerhard Häring | 2008-10-08 | 1 | -0/+3 |
| | | | | module. | ||||
* | backport r66689: imageop could segfault due to poor argument validation | Benjamin Peterson | 2008-09-30 | 1 | -0/+3 |
| | |||||
* | Backport of r66677: _lsprof crasher when a bad external timer is used during | Brett Cannon | 2008-09-29 | 1 | -0/+3 |
| | | | | garbage collection of a Profiler object. | ||||
* | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -0/+3 |
| | | | | | | | For example: "".count("xxxx", sys.maxint, 0) Backport of r66631. | ||||
* | #3968: fix missing update() call in end_fill(). | Georg Brandl | 2008-09-26 | 1 | -0/+2 |
| | |||||
* | make sure to give a 'as' and 'with' parser warning even after import ↵ | Benjamin Peterson | 2008-09-25 | 1 | -0/+3 |
| | | | | statements #3936 | ||||
* | Fix issue #3547: ctypes is confused by bitfields of varying integer types | Thomas Heller | 2008-09-24 | 1 | -0/+3 |
| | | | | | | Reviewed by Fredrik Lundh and Skip Montanaro. Backport from trunk. | ||||
* | Backport r66141 from trunk: | Gregory P. Smith | 2008-09-22 | 1 | -0/+3 |
| | | | | | - Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared library targets in the Makefile. | ||||
* | backport r66496: integer overflow in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 1 | -0/+3 |
| | |||||
* | rerun autoconf after r66288, add the Misc/NEWS entry. | Gregory P. Smith | 2008-09-07 | 1 | -0/+3 |
| | |||||
* | Add NEWS | Hirokazu Yamamoto | 2008-09-04 | 1 | -0/+3 |
| | |||||
* | Issue #3751: str.rpartition would perform a left-partition when called with | Amaury Forgeot d'Arc | 2008-09-01 | 1 | -0/+3 |
| | | | | | | a unicode argument. Backport of r66119 | ||||
* | News for the imageop/rgbimg changes. | Guido van Rossum | 2008-08-20 | 1 | -0/+3 |
| | |||||
* | issue #3554: ctypes.string_at and ctypes.wstring_at must use the | Thomas Heller | 2008-08-19 | 1 | -0/+4 |
| | | | | | pythonapi calling convention so that the GIL is held and error return values are checked. | ||||
* | Issue #2234: distutils failed with mingw binutils 2.18.50.20080109. | Amaury Forgeot d'Arc | 2008-08-18 | 1 | -0/+4 |
| | | | | | | | Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme. Backport of r65834 | ||||
* | Backport of r64767 from trunk | Gregory P. Smith | 2008-08-17 | 1 | -0/+4 |
| | | | | | | Fixes Issue #3309: Fix bz2.BZFile iterator to release its internal lock properly when raising an exception due to the bz2file being closed. Prevents a deadlock. | ||||
* | Backport of r65032 from trunk | Gregory P. Smith | 2008-08-17 | 1 | -0/+4 |
| | | | | | | Fixes Issue #874900: after an os.fork() call the threading module state is cleaned up in the child process to prevent deadlock and report proper thread counts if the new process uses the threading module. | ||||
* | I forgot to update NEWS. | Hirokazu Yamamoto | 2008-08-17 | 1 | -0/+3 |
| | |||||
* | #3205: bz2 iterator fails silently on MemoryError | Georg Brandl | 2008-08-12 | 1 | -0/+3 |
| | | | | (backport from r65609) | ||||
* | #3134: shutil referenced undefined WindowsError symbol | Georg Brandl | 2008-08-12 | 1 | -0/+2 |
| | | | | (backport from r65644) | ||||
* | - Issue #3537: Fix an assertion failure when an empty but presized dict | Georg Brandl | 2008-08-11 | 1 | -0/+3 |
| | | | | object was stored in the freelist. (backport from r65637.) | ||||
* | Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to | Robert Schuppenies | 2008-08-10 | 1 | -0/+3 |
| | | | | | | menu entries were not deleted. Backport from trunk r65622. | ||||
* | (backport from trunk r64756) | Gregory P. Smith | 2008-08-04 | 1 | -0/+4 |
| | | | | | Issue #2113: Fix error in subprocess.Popen if the select system call is interrupted by a signal. | ||||
* | (backport of r61652 and r61665 from trunk) | Gregory P. Smith | 2008-08-04 | 1 | -0/+3 |
| | | | | | Issue #1471: Arguments to fcntl.ioctl are no longer broken on 64-bit OpenBSD and similar platforms due to sign extension. | ||||
* | (backport trunk r65151) | Gregory P. Smith | 2008-08-04 | 1 | -0/+2 |
| | | | | Issue #3120: On 64-bit Windows the subprocess module was truncating handles. | ||||
* | (backport r65459 from trunk) | Gregory P. Smith | 2008-08-04 | 1 | -0/+4 |
| | | | | | | - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword argument in python 2.5, this broke code that subclassed Popen to include its own poll method. Fixed my moving _deadstate to an _internal_poll method. | ||||
* | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap | Martin v. Löwis | 2008-08-02 | 1 | -0/+2 |
| | | | | | Tcl command objects. Backport of r65399. | ||||
* | Security patches from Apple: prevent int overflow when allocating memory | Neal Norwitz | 2008-07-31 | 1 | -0/+2 |
| | |||||
* | Backport code from r65182: | Neal Norwitz | 2008-07-28 | 1 | -0/+7 |
| | | | | | | | | | Issue #2620: Overflow checking when allocating or reallocating memory was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed. | ||||
* | #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions | Antoine Pitrou | 2008-07-25 | 1 | -13/+16 |
| |