Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compress() recipe in docs to use itertools. | Raymond Hettinger | 2008-07-19 | 2 | -6/+6 |
| | |||||
* | #3322: bounds checking for _json.scanstring | Bob Ippolito | 2008-07-19 | 1 | -2/+10 |
| | |||||
* | Merged revisions 65137 via svnmerge from | Benjamin Peterson | 2008-07-19 | 2 | -1/+12 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65137 | georg.brandl | 2008-07-19 08:32:57 -0500 (Sat, 19 Jul 2008) | 2 lines #3334: correctly set prefix of imports. ........ | ||||
* | Add ordering info for findall and finditer. | Georg Brandl | 2008-07-19 | 1 | -6/+9 |
| | |||||
* | #3323: mention that if inheriting from a class without __slots__, | Georg Brandl | 2008-07-19 | 1 | -0/+4 |
| | | | | the subclass will have a __dict__ available too. | ||||
* | #3319: don't raise ZeroDivisionError if number of rounds is so | Georg Brandl | 2008-07-19 | 1 | -1/+5 |
| | | | | low that benchtime is zero. | ||||
* | #3303: fix crash with invalid Py_DECREF in strcoll(). | Georg Brandl | 2008-07-19 | 3 | -9/+22 |
| | |||||
* | #3302: fix segfaults when passing None for arguments that can't | Georg Brandl | 2008-07-19 | 2 | -5/+12 |
| | | | | be NULL for the C functions. | ||||
* | #3378: in case of no memory, don't leak even more memory. :) | Georg Brandl | 2008-07-19 | 1 | -6/+7 |
| | |||||
* | Add recipe to the itertools docs. | Raymond Hettinger | 2008-07-19 | 2 | -0/+33 |
| | |||||
* | Improve accuracy of gamma test function | Raymond Hettinger | 2008-07-19 | 1 | -5/+3 |
| | |||||
* | Fix issue 3411: default float format spec fails on negative numbers. | Eric Smith | 2008-07-19 | 2 | -0/+10 |
| | |||||
* | Deprecate the sunaudio module for removal in Python 3.0. The sunau module ↵ | Brett Cannon | 2008-07-18 | 5 | -11/+22 |
| | | | | can provide similar functionality. | ||||
* | #3390: replace a remaining has_key(). | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Replace all map(None, a) with list(a). | Georg Brandl | 2008-07-18 | 5 | -7/+7 |
| | |||||
* | now that test_lib2to3 actually works and isn't extremely slow, we don't need ↵ | Benjamin Peterson | 2008-07-18 | 2 | -7/+3 |
| | | | | the lib2to3 resource | ||||
* | backport test_fileio | Benjamin Peterson | 2008-07-18 | 1 | -0/+240 |
| | |||||
* | Document the different meaning of precision for {:f} and {:g}. | Georg Brandl | 2008-07-18 | 1 | -8/+12 |
| | | | | Also document how inf and nan are formatted. #3404. | ||||
* | Correct attribute name. | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Remove duplicate entry in __all__. | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -3/+6 |
| | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
* | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -1/+5 |
| | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
* | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -2/+7 |
| | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
* | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -1/+4 |
| | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
* | Last bit of a fix for issue3381 (addon for my patch in r65061) | Ronald Oussoren | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Post release cleanup | Barry Warsaw | 2008-07-18 | 1 | -1/+1 |
| | |||||
* | Tagging 2.6 beta 2. | Barry Warsaw | 2008-07-18 | 1 | -0/+1 |
| | |||||
* | Bumping to 2.6b2v2.6b2 | Barry Warsaw | 2008-07-18 | 5 | -6/+6 |
| | |||||
* | Fix issue 3395, update _debugInfo to be _debug_info | Jesse Noller | 2008-07-17 | 2 | -1/+3 |
| | |||||
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 8 | -53/+23 |
| | |||||
* | catch socket.error errors in badCertTest | Bill Janssen | 2008-07-17 | 1 | -0/+3 |
| | |||||
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 8 | -23/+53 |
| | |||||
* | #3381 fix framework builds on 10.4 | Benjamin Peterson | 2008-07-17 | 2 | -41/+57 |
| | |||||
* | try to fix test_threading on the Windows bot | Benjamin Peterson | 2008-07-17 | 1 | -1/+2 |
| | |||||
* | news note for r63052 | Gregory P. Smith | 2008-07-17 | 1 | -0/+4 |
| | |||||
* | Merged revisions 65053-65054 via svnmerge from | Benjamin Peterson | 2008-07-17 | 4 | -340/+100 |
| | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65053 | benjamin.peterson | 2008-07-16 21:04:12 -0500 (Wed, 16 Jul 2008) | 1 line massive optimizations for 2to3 (especially fix_imports) from Nick Edds ........ r65054 | benjamin.peterson | 2008-07-16 21:05:09 -0500 (Wed, 16 Jul 2008) | 1 line normalize whitespace ........ | ||||
* | #3388: add a paragraph about using "with" for file objects. | Georg Brandl | 2008-07-16 | 1 | -0/+10 |
| | |||||
* | Byte items *can* be chars in 2.6. | Georg Brandl | 2008-07-16 | 1 | -1/+2 |
| | |||||
* | Backport part of r65043. | Georg Brandl | 2008-07-16 | 1 | -2/+1 |
| | |||||
* | Use _getbytevalue() in init too. | Georg Brandl | 2008-07-16 | 1 | -10/+3 |
| | |||||
* | #3156: fix consistency in what type bytearray methods accept as items. | Georg Brandl | 2008-07-16 | 3 | -56/+67 |
| | | | | Also rename confusing "item" parameters to "index". | ||||
* | #3312: fix two sqlite3 crashes. | Georg Brandl | 2008-07-16 | 4 | -3/+29 |
| | |||||
* | #3345: fix docstring. | Georg Brandl | 2008-07-16 | 1 | -4/+5 |
| | |||||
* | #3305: self->stream can be NULL. | Georg Brandl | 2008-07-16 | 2 | -2/+11 |
| | |||||
* | #1608818: errno can get set by every call to readdir(). | Georg Brandl | 2008-07-16 | 2 | -8/+12 |
| | |||||
* | #3045: fix pydoc behavior for TEMP path with spaces. | Georg Brandl | 2008-07-16 | 1 | -2/+2 |
| | |||||
* | fix framework install on Mac 10.4 | Benjamin Peterson | 2008-07-16 | 2 | -3/+15 |
| | |||||
* | Apply patch for 874900: threading module can deadlock after fork | Jesse Noller | 2008-07-16 | 3 | -1/+130 |
| | |||||
* | Merged revisions 65025 via svnmerge from | Benjamin Peterson | 2008-07-16 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65025 | benjamin.peterson | 2008-07-16 13:46:30 -0500 (Wed, 16 Jul 2008) | 1 line remove use of has_key ........ | ||||
* | Renamed a parameter in calc_number_widths, for consistency with the same ↵ | Eric Smith | 2008-07-16 | 1 | -32/+32 |
| | | | | parameter in fill_non_digits. |