summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Florent Xicluna.Martin v. Löwis2010-02-251-0/+3
|
* #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a ↵Ezio Melotti2010-02-252-11/+21
| | | | UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
* Issue #7928: Document str.format element_index better.Eric Smith2010-02-251-1/+2
|
* Issue #5965: Add documentation for parts of format specification language.Eric Smith2010-02-251-3/+20
|
* Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data toSenthil Kumaran2010-02-242-0/+4
| | | | a existing req object already having data.
* Add some notes about Tools/scripts/serve.py.Dirkjan Ochtman2010-02-242-0/+7
|
* typosEzio Melotti2010-02-241-2/+2
|
* Fix for Issue3819 - urllib2 sends Basic auth across redirectsSenthil Kumaran2010-02-242-2/+3
|
* Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, ↵Eric Smith2010-02-243-36/+119
| | | | UnicodeDecodeError, and UnicodeTranslateError to strings.
* Issue #7427: improve the representation of httplib.BadStatusLine exceptions.Dirkjan Ochtman2010-02-243-0/+8
|
* Issue #8004: add a serve target to the Doc Makefile.Dirkjan Ochtman2010-02-242-0/+29
|
* Issue #7733: add explicit reference in asyncore docs.Dirkjan Ochtman2010-02-241-1/+2
|
* Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin toR. David Murray2010-02-242-15/+8
| | | | | | | MutableMapping, and thereby lost functionality because the replacement functionality was implemented incorrectly or incompletely). Since bsddb isn't in py3k, this patch just goes back to using DictMixin in order to correct the regression.
* Merged revisions 78407 via svnmerge fromBenjamin Peterson2010-02-241-15/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78407 | benjamin.peterson | 2010-02-23 20:21:34 -0600 (Tue, 23 Feb 2010) | 1 line rewrite test to not rely on __doc__ being present ........
* The primary copy of lib2to3 is not trunk, so the lib2to3 changeR. David Murray2010-02-241-3/+0
| | | | should not have been included in the -OO patch, back it out.
* Record that Dino Viehland got commit privs.Brett Cannon2010-02-241-0/+3
|
* #4852: Remove dead code in every thread implementation, unused for many years.Amaury Forgeot d'Arc2010-02-2316-575/+28
|
* Issue #7649: Fix u'%c' % char for character in range 0x80..0xFFVictor Stinner2010-02-233-2/+26
| | | | => raise an UnicodeDecodeError. Patch written by Ezio Melotti.
* #6544: fix refleak in kqueue, occurring in certain error conditions.Georg Brandl2010-02-232-16/+18
|
* #8000: fix deprecated directive. What a shame to lose that glorious issue ↵Georg Brandl2010-02-231-1/+1
| | | | number to such a minor bug :)
* Fix #1537721: add writeheader() method to csv.DictWriter.Dirkjan Ochtman2010-02-234-0/+20
| | | | Reviewed by skip.montanaro and thomas.wouters.
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-233-3/+23
| | | | | garbage collector, leading to possible leaks when using callback functions.
* issue#6442 use in operator instead of has_keyJack Diederich2010-02-231-1/+1
|
* fixup markup errorJack Diederich2010-02-231-1/+1
|
* unittest.TestResult can now be used with the TextTestRunner. TextTestRunner ↵Michael Foord2010-02-233-7/+34
| | | | compatible with old TestResult objects.
* Fix spacing nit. Thanks Eric Smith for the public humiliation.Mark Dickinson2010-02-231-4/+4
|
* Make global variable overflowok into a keyword argument; this fixes a ↵Mark Dickinson2010-02-231-16/+16
| | | | failure when running ./python -m test.regrtest -R 3:2: test_format
* fixed #5801: removed spurious empty lines in wsgirefTarek Ziadé2010-02-235-177/+2
|
* completed the __all__ list and changed the module doctestTarek Ziadé2010-02-231-4/+5
|
* added a note on shutil new APIsTarek Ziadé2010-02-231-1/+4
|
* added make_archive (and secondary APIs) to shutilTarek Ziadé2010-02-233-5/+694
|
* removed debugging codeTarek Ziadé2010-02-231-4/+1
|
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-2319-41/+194
| | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
* Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.Eric Smith2010-02-233-4/+42
|
* Support for old TestResult object (unittest) with warnings when using ↵Michael Foord2010-02-223-8/+77
| | | | unsupported features.
* #7706: add include guards where they're missing; required for Windows CEAndrew M. Kuchling2010-02-222-1/+12
|
* #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819).Andrew M. Kuchling2010-02-221-1/+1
|
* #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c.Andrew M. Kuchling2010-02-222-48/+48
| | | | | | | | | | | Noted by Joseph Armbruster; patch by Jessica McKellar. The original code was 'for (;;) {...}', where ... ended with a 'return -2' statement and did not contain a 'break' or 'continue' statement. Therefore, the body of the loop is always executed once. Once upon a time there was a 'continue' in the loop, but it was removed in rev36346, committed by mwh on Wed Jul 7 17:44:12 2004.
* * fix issue#7476Jack Diederich2010-02-223-0/+6
|
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-2232-1456/+1
| | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-222-1/+16
|
* #7627: MH.remove() would fail if the MH mailbox was locked;Andrew M. Kuchling2010-02-222-10/+9
| | | | it would call _unlock_file() and pass it a closed file object. Noted by Rob Austein.
* Fix comment typoAndrew M. Kuchling2010-02-221-1/+1
|
* Issue #7988: Fix default alignment to be right aligned for ↵Eric Smith2010-02-223-10/+45
| | | | complex.__format__. Now it matches other numeric types.
* fixes issue #7530, serve_forever()Jack Diederich2010-02-221-5/+1
|
* Note granting of commit privileges to Larry HastingsAndrew M. Kuchling2010-02-221-0/+3
|
* #7482: clarify error message in case of division by zero of float and ↵Ezio Melotti2010-02-222-4/+4
| | | | complex numbers.
* #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru ChenAndrew M. Kuchling2010-02-221-2/+0
|
* Clarify description of three-argument pow for Decimal types: the exponent ↵Mark Dickinson2010-02-221-3/+6
| | | | of the result is always 0.
* #6414: clarify description of processor endianness.Andrew M. Kuchling2010-02-221-3/+5
| | | | Text by Alexey Shamrin; I changed 'DEC Alpha' to the more relevant 'Intel Itanium'.