summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug #1594809: add a note to README regarding PYTHONPATH and make install.Georg Brandl2006-11-151-0/+5
| | | | (backport from rev. 52754)
* Patch #1360200: Use unmangled_version RPM spec field to deal withMartin v. Löwis2006-11-122-3/+7
| | | | file name mangling.
* Patch #1359217: Ignore 2xx response before 150 response.Martin v. Löwis2006-11-122-0/+14
|
* Bug #1594758: wording improvement for dict.update() docs.Georg Brandl2006-11-111-1/+2
| | | | (backport from rev. 52733)
* Bug #1594742: wrong word in stringobject doc.Georg Brandl2006-11-111-1/+1
| | | | (backport from rev. 52731)
* Fix SF#1566719: not creating site-packages (or other target directory) whenPhillip J. Eby2006-11-101-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.orgAndrew M. Kuchling2006-11-101-1/+2
|
* [Patch #1514543] mailbox (Maildir): avoid losing messages on name clashAndrew M. Kuchling2006-11-102-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 diskAndrew M. Kuchling2006-11-102-9/+29
|
* Backport checkin:Walter Dörwald2006-11-091-1/+1
| | | | Replace C++ comment with C comment (fixes SF bug #1593525).
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-093-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öwis2006-11-092-0/+6
|
* Bug #1592533: rename variable in heapq doc example, to avoid shadowingGeorg Brandl2006-11-081-4/+4
| | | | | "sorted". (backport from rev. 52668)
* Patch #1592072: fix docs for return value of PyErr_CheckSignals.Georg Brandl2006-11-081-1/+1
| | | | (backport from rev. 52666)
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-083-4/+16
| | | | Fixes #1591996. Patch contributed by Neal Norwitz.
* Add missing wordAndrew M. Kuchling2006-11-071-1/+1
|
* Fix markup and grammatical errors. Backport from trunkThomas Heller2006-11-071-6/+4
|
* backport of revision 52644Ronald Oussoren2006-11-071-13/+12
|
* backport: note that user can control directory location even if default dir ↵Skip Montanaro2006-11-061-1/+6
| | | | is used
* Backport 52621:Neal Norwitz2006-11-043-0/+4
| | | | Bug #1588287: fix invalid assertion for `1,2` in debug builds.
* Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-042-25/+38
| | | | bdist_rpm
* Fix code example by adding a missing import.Thomas Heller2006-11-021-1/+1
| | | | | | Fixes #1557890. Backported from trunk.
* Replace the XXX marker in the 'Arrays and pointers' reference manualThomas Heller2006-11-021-1/+2
| | | | | | section with a link to the tutorial sections. Backported from trunk.
* Fix refleakNeal Norwitz2006-10-291-0/+1
|
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-293-3/+29
| | | | | the tuple isn't used as the "exception arguments tuple". (backport from rev. 52535)
* Bug #1586773: extend hashlib docstring.Georg Brandl2006-10-291-1/+30
| | | | (backport from rev. 52532)
* I thought I had already fixed this error in the test.Georg Brandl2006-10-291-1/+1
|
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-294-8/+55
| | | | (backport from rev. 52529)
* Fix the new EncodedFile test to work with big endian platforms.Georg Brandl2006-10-291-1/+1
| | | | (backport from rev. 52527)
* Patch #1583880: fix tarfile's problems with long names and posix/Georg Brandl2006-10-292-88/+84
| | | | | GNU modes. (backport from rev. 52524)
* Bug #1357915: allow all sequence types for shell arguments inGeorg Brandl2006-10-291-0/+2
| | | | | subprocess. (backport from rev. 52522)
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-293-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 Norwitz2006-10-281-1/+1
|
* Backport 52506:Neal Norwitz2006-10-281-1/+2
| | | | Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either.
* Backport 52505:Neal Norwitz2006-10-281-0/+5
| | | | Prevent crash if alloc of garbage fails. Found by Typo.pl.
* Backport 52504:Neal Norwitz2006-10-283-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 Norwitz2006-10-281-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 Norwitz2006-10-282-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 Norwitz2006-10-282-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 Brandl2006-10-281-2/+2
| | | | (backport from rev. 52497)
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-272-0/+11
| | | | (backport from rev. 52488)
* WindowsError.str should display the windows error code,Thomas Heller2006-10-273-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 usingAndrew M. Kuchling2006-10-273-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. Kuchling2006-10-273-1/+20
| | | | in its flush() method, causing an error
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-273-1/+10
|
* Point users to the subprocess module in the docs for os.system, os.spawn*, ↵Andrew M. Kuchling2006-10-274-9/+38
| | | | os.popen2, and the popen2 and commands modules
* [Bug #1542016] Report PCALL_POP value. This makes the return value of ↵Andrew M. Kuchling2006-10-272-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() methodAndrew M. Kuchling2006-10-271-3/+5
|
* [Bug #1583946] Reword description of server and issuerAndrew M. Kuchling2006-10-271-5/+6
|
* [Bug #1585690] Note that line_num was added in Python 2.5Andrew M. Kuchling2006-10-271-0/+1
|