Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug #1594809: add a note to README regarding PYTHONPATH and make install. | Georg Brandl | 2006-11-15 | 1 | -0/+5 | |
| | | | | (backport from rev. 52754) | |||||
* | Patch #1360200: Use unmangled_version RPM spec field to deal with | Martin v. Löwis | 2006-11-12 | 2 | -3/+7 | |
| | | | | file name mangling. | |||||
* | Patch #1359217: Ignore 2xx response before 150 response. | Martin v. Löwis | 2006-11-12 | 2 | -0/+14 | |
| | ||||||
* | Bug #1594758: wording improvement for dict.update() docs. | Georg Brandl | 2006-11-11 | 1 | -1/+2 | |
| | | | | (backport from rev. 52733) | |||||
* | Bug #1594742: wrong word in stringobject doc. | Georg Brandl | 2006-11-11 | 1 | -1/+1 | |
| | | | | (backport from rev. 52731) | |||||
* | Fix SF#1566719: not creating site-packages (or other target directory) when | Phillip J. Eby | 2006-11-10 | 1 | -0/+3 | |
| | | | | | installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm). (Backport from trunk) | |||||
* | [Feature request #1542920] Link to wsgi.org | Andrew M. Kuchling | 2006-11-10 | 1 | -1/+2 | |
| | ||||||
* | [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash | Andrew M. Kuchling | 2006-11-10 | 2 | -5/+26 | |
| | | | | | | | | | Two changes: Where possible, use link()/remove() to move files into a directory; this makes it easier to avoid overwriting an existing file. Use _create_carefully() to create files in tmp/, which uses O_EXCL. | |||||
* | [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk | Andrew M. Kuchling | 2006-11-10 | 2 | -9/+29 | |
| | ||||||
* | Backport checkin: | Walter Dörwald | 2006-11-09 | 1 | -1/+1 | |
| | | | | Replace C++ comment with C comment (fixes SF bug #1593525). | |||||
* | [Bug #1569790] mailbox.Maildir.get_folder() loses factory information | Andrew M. Kuchling | 2006-11-09 | 3 | -5/+35 | |
| | | | | | Both the Maildir and MH classes had this bug; the patch fixes both classes and adds a test. | |||||
* | Patch #838546: Make terminal become controlling in pty.fork(). | Martin v. Löwis | 2006-11-09 | 2 | -0/+6 | |
| | ||||||
* | Bug #1592533: rename variable in heapq doc example, to avoid shadowing | Georg Brandl | 2006-11-08 | 1 | -4/+4 | |
| | | | | | "sorted". (backport from rev. 52668) | |||||
* | Patch #1592072: fix docs for return value of PyErr_CheckSignals. | Georg Brandl | 2006-11-08 | 1 | -1/+1 | |
| | | | | (backport from rev. 52666) | |||||
* | Correctly forward exception in instance_contains(). | Martin v. Löwis | 2006-11-08 | 3 | -4/+16 | |
| | | | | Fixes #1591996. Patch contributed by Neal Norwitz. | |||||
* | Add missing word | Andrew M. Kuchling | 2006-11-07 | 1 | -1/+1 | |
| | ||||||
* | Fix markup and grammatical errors. Backport from trunk | Thomas Heller | 2006-11-07 | 1 | -6/+4 | |
| | ||||||
* | backport of revision 52644 | Ronald Oussoren | 2006-11-07 | 1 | -13/+12 | |
| | ||||||
* | backport: note that user can control directory location even if default dir ↵ | Skip Montanaro | 2006-11-06 | 1 | -1/+6 | |
| | | | | is used | |||||
* | Backport 52621: | Neal Norwitz | 2006-11-04 | 3 | -0/+4 | |
| | | | | Bug #1588287: fix invalid assertion for `1,2` in debug builds. | |||||
* | Patch #1060577: Extract list of RPM files from spec file in | Martin v. Löwis | 2006-11-04 | 2 | -25/+38 | |
| | | | | bdist_rpm | |||||
* | Fix code example by adding a missing import. | Thomas Heller | 2006-11-02 | 1 | -1/+1 | |
| | | | | | | Fixes #1557890. Backported from trunk. | |||||
* | Replace the XXX marker in the 'Arrays and pointers' reference manual | Thomas Heller | 2006-11-02 | 1 | -1/+2 | |
| | | | | | | section with a link to the tutorial sections. Backported from trunk. | |||||
* | Fix refleak | Neal Norwitz | 2006-10-29 | 1 | -0/+1 | |
| | ||||||
* | Bug #1576657: when setting a KeyError for a tuple key, make sure that | Georg Brandl | 2006-10-29 | 3 | -3/+29 | |
| | | | | | the tuple isn't used as the "exception arguments tuple". (backport from rev. 52535) | |||||
* | Bug #1586773: extend hashlib docstring. | Georg Brandl | 2006-10-29 | 1 | -1/+30 | |
| | | | | (backport from rev. 52532) | |||||
* | I thought I had already fixed this error in the test. | Georg Brandl | 2006-10-29 | 1 | -1/+1 | |
| | ||||||
* | Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. | Georg Brandl | 2006-10-29 | 4 | -8/+55 | |
| | | | | (backport from rev. 52529) | |||||
* | Fix the new EncodedFile test to work with big endian platforms. | Georg Brandl | 2006-10-29 | 1 | -1/+1 | |
| | | | | (backport from rev. 52527) | |||||
* | Patch #1583880: fix tarfile's problems with long names and posix/ | Georg Brandl | 2006-10-29 | 2 | -88/+84 | |
| | | | | | GNU modes. (backport from rev. 52524) | |||||
* | Bug #1357915: allow all sequence types for shell arguments in | Georg Brandl | 2006-10-29 | 1 | -0/+2 | |
| | | | | | subprocess. (backport from rev. 52522) | |||||
* | Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and | Georg Brandl | 2006-10-29 | 3 | -4/+63 | |
| | | | | | | fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513). (backport from rev. 52517) | |||||
* | From SF 1557890, fix problem of using wrong type in example. | Neal Norwitz | 2006-10-28 | 1 | -1/+1 | |
| | ||||||
* | Backport 52506: | Neal Norwitz | 2006-10-28 | 1 | -1/+2 | |
| | | | | Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. | |||||
* | Backport 52505: | Neal Norwitz | 2006-10-28 | 1 | -0/+5 | |
| | | | | Prevent crash if alloc of garbage fails. Found by Typo.pl. | |||||
* | Backport 52504: | Neal Norwitz | 2006-10-28 | 3 | -1/+37 | |
| | | | | | | Fix bug #1565514, SystemError not raised on too many nested blocks. It seems like this should be a different error than SystemError, but I don't have any great ideas and SystemError was raised in 2.4 and earlier. | |||||
* | Backport 52503: | Neal Norwitz | 2006-10-28 | 1 | -0/+3 | |
| | | | | | Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if it's held (even by the current thread). | |||||
* | Backport 52502: | Neal Norwitz | 2006-10-28 | 2 | -0/+6 | |
| | | | | | Fix warnings with HP's C compiler. It doesn't recognize that infinite loops are, um, infinite. These conditions should not be able to happen. | |||||
* | Backport 52501: | Neal Norwitz | 2006-10-28 | 2 | -0/+5 | |
| | | | | | | | | Add some asserts. In sysmodule, I think these were to try to silence some warnings from Klokwork. They verify the assumptions of the format of svn version output. The assert in the thread module helped debug a problem on HP-UX. | |||||
* | Fix nth() itertool recipe. | Georg Brandl | 2006-10-28 | 1 | -2/+2 | |
| | | | | (backport from rev. 52497) | |||||
* | Patch #1552024: add decorator support to unparse.py demo script. | Georg Brandl | 2006-10-27 | 2 | -0/+11 | |
| | | | | (backport from rev. 52488) | |||||
* | WindowsError.str should display the windows error code, | Thomas Heller | 2006-10-27 | 3 | -7/+23 | |
| | | | | | | | not the posix error code; with test. Fixes #1576174. Backported from trunk, revision 52485. | |||||
* | [Patch #1574068 by Scott Dial] urllib and urllib2 were using | Andrew M. Kuchling | 2006-10-27 | 3 | -6/+9 | |
| | | | | | | | | base64.encodestring() for encoding authentication data. encodestring() can include newlines for very long input, which produced broken HTTP headers. 2.4 backport candidate, probably. | |||||
* | [Bug #1575506] The _singlefileMailbox class was using the wrong file object ↵ | Andrew M. Kuchling | 2006-10-27 | 3 | -1/+20 | |
| | | | | in its flush() method, causing an error | |||||
* | [Bug #1576241] Let functools.wraps work with built-in functions | Andrew M. Kuchling | 2006-10-27 | 3 | -1/+10 | |
| | ||||||
* | Point users to the subprocess module in the docs for os.system, os.spawn*, ↵ | Andrew M. Kuchling | 2006-10-27 | 4 | -9/+38 | |
| | | | | os.popen2, and the popen2 and commands modules | |||||
* | [Bug #1542016] Report PCALL_POP value. This makes the return value of ↵ | Andrew M. Kuchling | 2006-10-27 | 2 | -2/+5 | |
| | | | | | | | sys.callstats() match its docstring. Backport candidate. Though it's an API change, this is a pretty obscure portion of the API. | |||||
* | [Bug #1562583] Mention the set_reuse_addr() method | Andrew M. Kuchling | 2006-10-27 | 1 | -3/+5 | |
| | ||||||
* | [Bug #1583946] Reword description of server and issuer | Andrew M. Kuchling | 2006-10-27 | 1 | -5/+6 | |
| | ||||||
* | [Bug #1585690] Note that line_num was added in Python 2.5 | Andrew M. Kuchling | 2006-10-27 | 1 | -0/+1 | |
| |