Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied patch 1124861.3.patch to solve bug #1124861: Automatically create ↵ | Peter Astrand | 2007-02-06 | 2 | -3/+28 |
| | | | | pipes on Windows, if GetStdHandle fails. Will backport. | ||||
* | Clean up ModifiedInterpreter.runcode() structure | Kurt B. Kaiser | 2007-02-06 | 1 | -27/+29 |
| | |||||
* | 1. Calltips now 'handle' tuples in the argument list (display '<tuple>' :) | Kurt B. Kaiser | 2007-02-05 | 2 | -36/+48 |
| | | | | | | Suggested solution by Christos Georgiou, Bug 791968. 2. Clean up tests, were not failing when they should have been. 4. Remove some camelcase and an unneeded try/except block. | ||||
* | Add 'raw' support to configHandler. Patch 1650174 Tal Einat. | Kurt B. Kaiser | 2007-02-05 | 2 | -12/+13 |
| | |||||
* | We had several if statements checking the value of a fd. This is unsafe, ↵ | Peter Astrand | 2007-02-02 | 1 | -15/+15 |
| | | | | since valid fds might be zero. We should check for not None instead. | ||||
* | Bug #1648179: set.update() not recognizing __iter__ overrides in dict ↵ | Raymond Hettinger | 2007-02-01 | 1 | -4/+4 |
| | | | | subclasses. | ||||
* | No more raising of string exceptions! | Brett Cannon | 2007-01-30 | 5 | -56/+76 |
| | | | | | | | The next step of PEP 352 (for 2.6) causes raising a string exception to trigger a TypeError. Trying to catch a string exception raises a DeprecationWarning. References to string exceptions has been removed from the docs since they are now just an error. | ||||
* | Bug #1648191: typo in docs. | Georg Brandl | 2007-01-30 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 21 | -131/+131 |
| | |||||
* | More edits | Andrew M. Kuchling | 2007-01-29 | 1 | -27/+27 |
| | |||||
* | Various minor edits | Andrew M. Kuchling | 2007-01-29 | 3 | -60/+74 |
| | |||||
* | Minor edits to the curses HOWTO | Andrew M. Kuchling | 2007-01-29 | 2 | -28/+29 |
| | |||||
* | Add a test for slicing an exception. | Brett Cannon | 2007-01-29 | 2 | -0/+9 |
| | |||||
* | Use the thread lock's context manager instead of a try/finally statement. | Brett Cannon | 2007-01-28 | 1 | -4/+1 |
| | |||||
* | Bug #1645944: os.access now returns bool but docstring is not updated | Georg Brandl | 2007-01-27 | 1 | -1/+1 |
| | |||||
* | Patch #1634778: add missing encoding aliases for iso8859_15 and | Georg Brandl | 2007-01-27 | 3 | -0/+10 |
| | | | | iso8859_16. | ||||
* | Patch #1638243: the compiler package is now able to correctly compile | Georg Brandl | 2007-01-27 | 4 | -1/+38 |
| | | | | | a with statement; previously, executing code containing a with statement compiled by the compiler package crashed the interpreter. | ||||
* | fix typo (extraneous ")") | Fred Drake | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | Remove specific mention of my name and email address from modules. Not really | Brett Cannon | 2007-01-25 | 3 | -13/+2 |
| | | | | | needed and all bug reports should go to the bug tracker, not directly to me. Plus I am not the only person to have edited these files at this point. | ||||
* | Fix time.strptime's %U support. Basically rewrote the algorithm to be more | Brett Cannon | 2007-01-25 | 3 | -34/+39 |
| | | | | | | | | | generic so that one only has to shift certain values based on whether the week was specified to start on Monday or Sunday. Cut out a lot of edge case code compared to the previous version. Also broke algorithm out into its own function (that is private to the module). Fixes bug #1643943 (thanks Biran Nahas for the report). | ||||
* | Add item | Andrew M. Kuchling | 2007-01-25 | 1 | -0/+6 |
| | |||||
* | Fix for #1643874: When calling SysAllocString, create a PyCObject | Thomas Heller | 2007-01-25 | 2 | -8/+23 |
| | | | | which will eventually call SysFreeString to free the BSTR resource. | ||||
* | Strengthen warning about using lock() | Andrew M. Kuchling | 2007-01-24 | 1 | -8/+12 |
| | |||||
* | Port test_popen.py to unittest. | Walter Dörwald | 2007-01-24 | 2 | -25/+29 |
| | |||||
* | Fix crasher for when an object's __del__ creates a new weakref to itself. | Brett Cannon | 2007-01-23 | 5 | -1/+34 |
| | | | | | | Patch only fixes new-style classes; classic classes still buggy. Closes bug #1377858. Already backported. | ||||
* | Make PyTraceBack_Here use the current thread, not the | Martin v. Löwis | 2007-01-23 | 2 | -1/+4 |
| | | | | | frame's thread state. Fixes #1579370. Will backport. | ||||
* | Add news entry about last checkin (oops.) | Thomas Wouters | 2007-01-23 | 1 | -0/+2 |
| | |||||
* | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize | Thomas Wouters | 2007-01-23 | 3 | -6/+11 |
| | | | | | | | | | | | When running the interpreter in an environment that would cause it to set stdout/stderr/stdin's encoding, having a sitecustomize that would replace them with something other than PyFile objects would crash the interpreter. Fix it by simply ignoring the encoding-setting for non-files. This could do with a test, but I can think of no maintainable and portable way to test this bug, short of adding a sitecustomize.py to the buildsystem and have it always run with it (hmmm....) | ||||
* | Patch #1507247: tarfile.py: use current umask for intermediate | Lars Gustäbel | 2007-01-23 | 2 | -13/+4 |
| | | | | directories. | ||||
* | Bug #1627316: handle error in condition/ignore pdb commands more gracefully. | Georg Brandl | 2007-01-22 | 1 | -2/+12 |
| | |||||
* | Bug #1249573: fix rfc822.parsedate not accepting a certain date format | Georg Brandl | 2007-01-22 | 1 | -0/+5 |
| | |||||
* | Make comment match the code | Andrew M. Kuchling | 2007-01-22 | 1 | -1/+1 |
| | |||||
* | Improve pattern used for mbox 'From' lines; add a simple test | Andrew M. Kuchling | 2007-01-22 | 2 | -3/+38 |
| | |||||
* | Use new email module names (#1637162, #1637159, #1637157). | Georg Brandl | 2007-01-22 | 6 | -28/+28 |
| | |||||
* | Patch #1627441: close sockets properly in urllib2. | Georg Brandl | 2007-01-21 | 5 | -6/+63 |
| | |||||
* | Bug #1486663: don't reject keyword arguments for subclasses of builtin | Georg Brandl | 2007-01-21 | 9 | -16/+62 |
| | | | | types. | ||||
* | Patch #1610575: Add support for _Bool to struct. | Martin v. Löwis | 2007-01-21 | 7 | -10/+619 |
| | |||||
* | Port test_new.py to unittest. | Walter Dörwald | 2007-01-20 | 2 | -190/+162 |
| | |||||
* | resource.RUSAGE_BOTH might not exist. | Walter Dörwald | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Add argument tests an calls of resource.getrusage(). | Walter Dörwald | 2007-01-20 | 1 | -0/+18 |
| | |||||
* | Port test_resource.py to unittest. | Walter Dörwald | 2007-01-20 | 2 | -58/+78 |
| | |||||
* | Merge 53501 and 53502 from 25 branch: | Martin v. Löwis | 2007-01-20 | 17 | -19/+21 |
| | | | | Add /GS- for AMD64 and Itanium builds where missing. | ||||
* | SF# 1635892: Fix docs for betavariate's input parameters . | Raymond Hettinger | 2007-01-19 | 2 | -2/+2 |
| | |||||
* | Add UUIDs for 2.5.1 and 2.5.2 | Martin v. Löwis | 2007-01-19 | 1 | -0/+4 |
| | |||||
* | Prefix AST symbols with _Py_. Fixes #1637022. | Martin v. Löwis | 2007-01-19 | 3 | -88/+153 |
| | | | | Will backport. | ||||
* | SF #1635217, Fix unbalanced paren | Neal Norwitz | 2007-01-19 | 1 | -1/+1 |
| | |||||
* | This test doesn't pass on Windows. The cause seems to be that chmod | Neal Norwitz | 2007-01-18 | 1 | -2/+8 |
| | | | | | | | | doesn't support the same funcationality as on Unix. I'm not sure if this fix is the best (or if it will even work)--it's a test to see if the buildbots start passing again. It might be better to not even run this test if it's windows (or non-posix). | ||||
* | add missing version entry | Fred Drake | 2007-01-18 | 1 | -0/+1 |
| | |||||
* | Try reverting part of r53145 that seems to cause the Windows buildbots to ↵ | Neal Norwitz | 2007-01-18 | 1 | -2/+2 |
| | | | | fail in test_uu.UUFileTest.test_encode | ||||
* | Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. | Georg Brandl | 2007-01-17 | 2 | -2/+5 |
| |