Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add NEWS item for #5162. | brian.curtin | 2011-04-11 | 1 | -0/+3 |
| | |||||
* | #4877: Fix a segfault in xml.parsers.expat while attempting to parse a ↵ | Ezio Melotti | 2011-04-11 | 1 | -1/+4 |
| | | | | closed file. | ||||
* | Issue #8428: Fix a race condition in multiprocessing.Pool when terminating | Antoine Pitrou | 2011-04-10 | 1 | -0/+4 |
| | | | | | worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali. | ||||
* | Issue9670: Back out changeset b0d2b696da19; test fails on other platforms | Ned Deily | 2011-04-09 | 1 | -5/+0 |
| | | | | and on OS X with pydebug. | ||||
* | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-04-09 | 1 | -0/+5 |
| | | | | | | Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren) | ||||
* | Issue #11719: Fix message about unexpected test_msilib skip. | Ross Lagerwall | 2011-04-09 | 1 | -0/+3 |
| | | | | Patch by Nadeem Vawda. | ||||
* | (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was | Victor Stinner | 2011-04-09 | 1 | -0/+4 |
| | | | | | interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. | ||||
* | Issue #7108: Fix test_commands to not fail when special attributes ('@' | Ned Deily | 2011-04-06 | 1 | -0/+3 |
| | | | | or '.') appear in 'ls -l' output. | ||||
* | #7311: fix HTMLParser to accept non-ASCII attribute values. | Ezio Melotti | 2011-04-05 | 1 | -0/+2 |
| | |||||
* | Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. | Ross Lagerwall | 2011-04-05 | 1 | -0/+2 |
| | |||||
* | Issue #9347: Fix formatting for tuples in argparse type= error messages. | Steven Bethard | 2011-04-03 | 1 | -0/+2 |
| | |||||
* | Merge cleanup. | Guido van Rossum | 2011-03-29 | 1 | -3/+3 |
|\ | |||||
| * | Merge urllib/urllib2 security fix from 2.6 branch. | guido@google.com | 2011-03-29 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge urllib/urllib2 security fix from 2.5 branch. | guido@google.com | 2011-03-29 | 1 | -0/+2 |
| | |\ | |||||
* | | \ | Merge issue 11662 from 2.6. | Guido van Rossum | 2011-03-29 | 1 | -0/+3 |
|\ \ \ \ | |||||
| * \ \ \ | Merge issue 11662 from 2.5. | Guido van Rossum | 2011-03-29 | 1 | -13/+2 |
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | |||||
| | * | | Add CVE number to urllib/urllib2 news item. | guido@google.com | 2011-03-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add FTP to the allowed url schemes. Add Misc/NEWS. | guido@google.com | 2011-03-24 | 1 | -0/+3 |
| | | | | |||||
| | * | | Merge r82494 from the python2.6 branch: | Matthias Klose | 2010-10-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure that the input string length is a multiple of the frame size | ||||
| | * | | Merged revisions 81046 from the python2.6 branch: | Matthias Klose | 2010-10-17 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop module. Thanks Tomas Hoger for the patch. | ||||
| | * | | Post 2.5.5. | Martin v. Löwis | 2010-01-31 | 1 | -0/+6 |
| | | | | |||||
| | * | | Prepare for 2.5.5.v2.5.5 | Martin v. Löwis | 2010-01-31 | 1 | -0/+6 |
| | | | | |||||
| | * | | Prepare for 2.5.5c2.v2.5.5c2 | Martin v. Löwis | 2010-01-24 | 1 | -2/+4 |
| | | | | |||||
| | * | | - expat: Fix DoS via malformed XML (CVE-2009-3720). | Matthias Klose | 2010-01-21 | 1 | -1/+2 |
| | | | | |||||
| | * | | - Fix DoS via XML document with malformed UTF-8 sequences (CVE_2009_3560). | Matthias Klose | 2010-01-21 | 1 | -0/+11 |
| | | | | |||||
| | * | | Prepare for 2.5.5c1.v2.5.5c1 | Martin v. Löwis | 2010-01-14 | 1 | -3/+3 |
| | | | | |||||
| | * | | Issue #7403: logging: Fixed possible race condition in lock creation. | Vinay Sajip | 2009-11-27 | 1 | -0/+2 |
| | | | | |||||
| | * | | #6990: clear threading.local's key only after its thread state is removed: | Philip Jenvey | 2009-09-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes local subclasses leaving old state around after a ref cycle GC which could be recycled by new locals (backported from r75123) | ||||
| | * | | Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop | Lars Gustäbel | 2009-03-22 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forever on incomplete input. That caused tarfile.open() to hang when used with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or partial bzip2 compressed data. (backported from r70523) | ||||
| | * | | News for issue 5389 fix. | Guido van Rossum | 2009-03-05 | 1 | -0/+3 |
| | | | | |||||
| | * | | Prepare for 2.5.4.v2.5.4 | Martin v. Löwis | 2008-12-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Revert patch for #1706039, as it can crash the interpreter. | Martin v. Löwis | 2008-12-23 | 1 | -0/+2 |
| | | | | |||||
| | * | | Backport of r67908: | Martin v. Löwis | 2008-12-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Added test case to ensure attempts to read from a file opened for writing fail. | ||||
| | * | | Post 2.5.3. | Martin v. Löwis | 2008-12-20 | 1 | -0/+6 |
| | | | | |||||
| | * | | Prepare for 2.5.3.v2.5.3 | Martin v. Löwis | 2008-12-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Build against system Tcl framework. | Martin v. Löwis | 2008-12-19 | 1 | -0/+1 |
| | | | | |||||
| | * | | In the OSX installer, update SQLite to 3.6.7, and change bsddb URL. | Martin v. Löwis | 2008-12-17 | 1 | -0/+5 |
| | | | | |||||
| | * | | Add 2.5.3 final section. | Martin v. Löwis | 2008-12-13 | 1 | -0/+6 |
| | | | | |||||
| | * | | 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. |