Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Issue #2371: Add a Py3k warning when catching an exception that | Guido van Rossum | 2008-03-18 | 1 | -0/+1 |
| | | | | doesn't derive from BaseException. | ||||
* | Move test_gdbm to use unittest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
| | | | | Closes issue #1960. Thanks Giampaolo Rodola. | ||||
* | Convert test_contains, test_crypt, and test_select to unittest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
| | | | | Patch from GHOP 294 by David Marek. | ||||
* | Move test_tokenize to doctest. | Brett Cannon | 2008-03-13 | 1 | -0/+1 |
| | | | | Done as GHOP 238 by Josip Dzolonga. | ||||
* | Refactor test_logging to use unittest. This should finally solve the flakiness | Brett Cannon | 2008-03-03 | 1 | -0/+1 |
| | | | | | | issues. Thanks to Antoine Pitrou for the patch. | ||||
* | #1433694: minidom's .normalize() failed to set .nextSibling for last element. | Andrew M. Kuchling | 2008-02-23 | 1 | -0/+1 |
| | | | | Fix by Malte Helmert | ||||
* | Move test_logging over to doctest. | Brett Cannon | 2008-02-17 | 1 | -0/+1 |
| | | | | Thanks to Christopher White from GHOP. | ||||
* | Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. | Georg Brandl | 2008-02-02 | 1 | -0/+1 |
| | |||||
* | Add GHOP contributor. | Georg Brandl | 2008-02-02 | 1 | -0/+1 |
| | |||||
* | Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox. | Andrew M. Kuchling | 2008-01-20 | 1 | -0/+1 |
| | | | | Fix an off-by-one error I noticed. | ||||
* | Patch #1019808 from Federico Schwindt: Return correct socket error when | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
| | | | | | | | | a default timeout has been set, by using getsockopt() to get the error condition (instead of trying another connect() call, which seems to be a Linuxism). 2.5 bugfix candidate, assuming no one reports any problems with this change. | ||||
* | Patch #976880: add mmap .rfind() method, and 'end' paramter to .find(). | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
| | | | | Contributed by John Lenton. | ||||
* | Sort two names into position | Andrew M. Kuchling | 2008-01-19 | 1 | -2/+2 |
| | |||||
* | Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ↵ | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+1 |
| | | | | | | that will call .handle_timeout() method when no requests are received within the timeout period. | ||||
* | Temporarily revert 59967 until GC can be added. | Raymond Hettinger | 2008-01-15 | 1 | -1/+0 |
| | |||||
* | Issue 1820: structseq objects did not work with the % formatting operator ↵ | Raymond Hettinger | 2008-01-15 | 1 | -0/+1 |
| | | | | | | or isinstance(t, tuple). Orignal patch (without tests) by Leif Walsh. | ||||
* | Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects | Andrew M. Kuchling | 2008-01-08 | 1 | -0/+1 |
| | |||||
* | Add John Nagle (of issue #1637). | Guido van Rossum | 2008-01-05 | 1 | -0/+1 |
| | |||||
* | Patch #1608. Someone with access to autoconf 2.61 or higher needs to | Guido van Rossum | 2007-12-13 | 1 | -0/+1 |
| | | | | run it and check in the resulting configure file. | ||||
* | Patch #1643738 by Ulisses Furquim -- make the is_tripped variable | Guido van Rossum | 2007-12-10 | 1 | -0/+1 |
| | | | | | in signalmodule.c more robust. Includes Martin von Loewis's suggestion to set is_tripped after .tripped. | ||||
* | Add Jeff Wheeler. | Georg Brandl | 2007-12-09 | 1 | -0/+1 |
| | |||||
* | Fix Eren's name. | Georg Brandl | 2007-12-08 | 1 | -1/+1 |
| | |||||
* | Increase unit test coverage of SimpleXMLRPCServer. | Georg Brandl | 2007-12-07 | 1 | -0/+1 |
| | | | | Written for GHOP by Turkay Eren. | ||||
* | Issue #1727780: Support loading pickles of random.Random objects created | Martin v. Löwis | 2007-12-03 | 1 | -0/+1 |
| | | | | | | on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5. | ||||
* | Add test suite for cmd module. | Georg Brandl | 2007-12-01 | 1 | -0/+1 |
| | | | | Written by Michael Schneider for GHOP. | ||||
* | Patch #1031213: Decode source line in SyntaxErrors back to its original | Martin v. Löwis | 2007-09-04 | 1 | -0/+1 |
| | | | | source encoding. Will backport to 2.5. | ||||
* | Patch #1388440: Add set_completion_display_matches_hook and | Martin v. Löwis | 2007-09-04 | 1 | -0/+1 |
| | | | | get_completion_type to readline. | ||||
* | Add Atul Varma for patch # 1667860 | Neal Norwitz | 2007-06-11 | 1 | -0/+1 |
| | |||||
* | SF 1668596/1720897: distutils now copies data files | Neal Norwitz | 2007-06-01 | 1 | -0/+1 |
| | | | | | | | | even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow. | ||||
* | Fix bug in marshal where bad data would cause a segfault due to | Neal Norwitz | 2007-05-16 | 1 | -0/+1 |
| | | | | | | lack of an infinite recursion check. Contributed by Damien Miller at Google. | ||||
* | Add window.chgat() method, submitted via e-mail by Fabian Kreutz | Andrew M. Kuchling | 2007-04-11 | 1 | -0/+1 |
| | |||||
* | Add Mark Dickinson for SF # 1675423. | Neal Norwitz | 2007-03-23 | 1 | -0/+1 |
| | |||||
* | Patch #1630118: add a SpooledTemporaryFile class to tempfile. | Collin Winter | 2007-03-19 | 1 | -0/+1 |
| | |||||
* | Patch 1339796: add a relpath() function to os.path. | Collin Winter | 2007-03-16 | 1 | -0/+1 |
| | |||||
* | Patch #1623563: allow __class__ assignment for classes with __slots__. | Žiga Seilnacht | 2007-03-16 | 1 | -0/+1 |
| | | | | | The old and the new class are still required to have the same slot names, but the order in which they are specified is not relevant. | ||||
* | Patch #1533909: the timeit module now accepts callables in addition to | Georg Brandl | 2007-03-13 | 1 | -0/+1 |
| | | | | | strings for the code to time and the setup code. Also added two convenience functions for instantiating a Timer and calling its methods. | ||||
* | Acks for recent patches. | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
| | |||||
* | Add acks for recent patch checkins: | Collin Winter | 2007-03-13 | 1 | -0/+6 |
| | | | | | | | | | Arvin Schnell - 1668482 Sébastien Martini - 1481079 Heiko Wundram - 1491866 Damon Kohler - 1545011 Peter Parente - 1599845 Bjorn Lindqvist - 1678662 | ||||
* | Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter | Georg Brandl | 2007-03-13 | 1 | -0/+1 |
| | | | | | which can be set to False to prevent the default delete-on-close behavior. | ||||
* | Add some other acks for recent checkins: | Neal Norwitz | 2007-03-13 | 1 | -0/+3 |
| | | | | | | Brian Leair - 922167 Tomer Filiba - 1591665 Jeremy Jones - 1192590 | ||||
* | Add Jerry Seutter for a bunch of his recent patches refactoring tests | Neal Norwitz | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() | Martin v. Löwis | 2007-02-19 | 1 | -0/+1 |
| | | | | functions on platforms where the underlying system calls are available. | ||||
* | Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or | Guido van Rossum | 2007-01-14 | 1 | -0/+1 |
| | | | | return negative numbers, per the underlying C implementation. | ||||
* | [Rest of patch #1182394] Add ._current() method so that we can use the ↵ | Andrew M. Kuchling | 2006-12-27 | 1 | -0/+1 |
| | | | | written-in-C .hexdigest() method | ||||
* | Patch #1567274: Support SMTP over TLS. | Martin v. Löwis | 2006-10-27 | 1 | -0/+1 |
| | |||||
* | Patch #1549049: Rewrite type conversion in structmember. | Martin v. Löwis | 2006-10-27 | 1 | -0/+1 |
| | | | | Fixes #1545696 and #1566140. Will backport to 2.5. | ||||
* | Fix SF bug #1545837: array.array borks on deepcopy. | Thomas Wouters | 2006-08-24 | 1 | -0/+1 |
| | | | | | array.__deepcopy__() needs to take an argument, even if it doesn't actually use it. Will backport to 2.5 and 2.4 (if applicable.) | ||||
* | Patch #1541585: fix buffer overrun when performing repr() on | Neal Norwitz | 2006-08-21 | 1 | -0/+1 |
| | | | | | | a unicode string in a build with wide unicode (UCS-4) support. This code could be improved, so add an XXX comment. | ||||
* | Add Chris McDonough (latest cgi.py patch) | Georg Brandl | 2006-08-11 | 1 | -0/+1 |
| | |||||
* | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 1 | -0/+1 |
| | | | | | a socket operation on a socket with a timeout, the exception will be caught correctly. Previously, the exception was not caught. |