| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix documentation typo: wprite() -> write(). | Jeroen Ruigrok van der Werven | 2010-07-13 | 1 | -1/+1 |
| | | |||||
| * | Add bytes in literal_eval doc. | Georg Brandl | 2010-07-13 | 1 | -3/+3 |
| | | |||||
| * | Yield more information on failure in test_struct boolean test. | Mark Dickinson | 2010-07-12 | 1 | -2/+7 |
| | | |||||
| * | Fix definition of len() and indexing for memoryview objects (part of #7696). | Antoine Pitrou | 2010-07-12 | 1 | -9/+29 |
| | | |||||
| * | #6026: skip test_get_file_list when zlib is not available. | Ezio Melotti | 2010-07-12 | 1 | -0/+1 |
| | | |||||
| * | Regenerate Python/graminit.c. | Mark Dickinson | 2010-07-12 | 1 | -18/+82 |
| | | |||||
| * | Issue #2009: refactor varargslist and typedargslist productions to make them ↵ | Mark Dickinson | 2010-07-12 | 1 | -6/+6 |
| | | | | | more friendly for third-party parsers. | ||||
| * | Remove mention of execfile from the tutorial. | Mark Dickinson | 2010-07-12 | 1 | -6/+6 |
| | | |||||
| * | Use raw string literals for regexes containing backlash. | Georg Brandl | 2010-07-12 | 1 | -2/+2 |
| | | |||||
| * | Take care of duplicate target name warnings. | Georg Brandl | 2010-07-12 | 1 | -5/+3 |
| | | |||||
| * | Remove myself. | Martin v. Löwis | 2010-07-12 | 1 | -10/+10 |
| | | |||||
| * | Put my name down for winreg. | Brian Curtin | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | allow byte literals | Benjamin Peterson | 2010-07-11 | 3 | -1/+4 |
| | | |||||
| * | Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other ↵ | Mark Dickinson | 2010-07-11 | 2 | -8/+13 |
| | | | | | minor doc cleanups. | ||||
| * | assertEquals -> assertEqual | Mark Dickinson | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | Issue #9137: Fix issue in MutableMapping.update, which incorrectly | Mark Dickinson | 2010-07-11 | 3 | -1/+25 |
| | | | | | treated keyword arguments called 'self' or 'other' specially. | ||||
| * | Improve docstrings for isnan, isinf and isfinite. | Mark Dickinson | 2010-07-11 | 1 | -3/+3 |
| | | |||||
| * | Issue #8974: fix print calls in msgfmt.py. | Martin v. Löwis | 2010-07-11 | 2 | -3/+3 |
| | | |||||
| * | Issue #9165: Add math.isfinite and cmath.isfinite. | Mark Dickinson | 2010-07-11 | 7 | -0/+61 |
| | | |||||
| * | test for set literals | Benjamin Peterson | 2010-07-11 | 1 | -0/+1 |
| | | |||||
| * | Issue #7616: Fix copying of overlapping memoryview slices with the Intel | Antoine Pitrou | 2010-07-11 | 2 | -11/+6 |
| | | | | | compiler. | ||||
| * | #9223: link to Command class reference, and move Command interface docs ↵ | Georg Brandl | 2010-07-11 | 2 | -78/+82 |
| | | | | | nearer to class docs. | ||||
| * | #7935: cross-reference to ast.literal_eval() from eval() docs. | Georg Brandl | 2010-07-11 | 1 | -0/+3 |
| | | |||||
| * | Allow set literals in literal_eval(). | Georg Brandl | 2010-07-11 | 3 | -3/+10 |
| | | |||||
| * | #9184: fix default value for "buffering" param of open(). | Georg Brandl | 2010-07-11 | 2 | -2/+2 |
| | | |||||
| * | Fix typo. | Georg Brandl | 2010-07-11 | 1 | -1/+1 |
| | | |||||
| * | #6774: explain shutdown() behavior varying with platform. | Georg Brandl | 2010-07-11 | 1 | -1/+3 |
| | | |||||
| * | Fix for issue 9164 | Ronald Oussoren | 2010-07-11 | 2 | -2/+3 |
| | | |||||
| * | #3214 followup: add link to ABC entry. | Georg Brandl | 2010-07-11 | 1 | -3/+3 |
| | | |||||
| * | Silence makeindex. | Georg Brandl | 2010-07-11 | 1 | -0/+2 |
| | | |||||
| * | Issue2007: Removing reference to MSIE Cookie handling by mechanize. ↵ | Senthil Kumaran | 2010-07-11 | 1 | -9/+2 |
| | | | | | Suggested by John J Lee. | ||||
| * | remove unneeded error check | Benjamin Peterson | 2010-07-11 | 1 | -8/+0 |
| | | |||||
| * | Stricter verification for file based url scheme and reliance on ftp protocol. | Senthil Kumaran | 2010-07-11 | 2 | -1/+5 |
| | | |||||
| * | ValueError is eventually what we want to move to, I suppose | Benjamin Peterson | 2010-07-10 | 1 | -2/+2 |
| | | |||||
| * | Add missing docs for re module 'purge' function. | R. David Murray | 2010-07-10 | 1 | -0/+5 |
| | | |||||
| * | Fix error message for comparing single line strings in ↵ | Michael Foord | 2010-07-10 | 2 | -3/+23 |
| | | | | | | | unittest.TestCase.assertEqual. Issue 9174. | ||||
| * | Fix 'refleak' introduced by fnmatch cache purge tests. | R. David Murray | 2010-07-10 | 3 | -2/+18 |
| | | | | | | This introduces a 'purge' function for the fnmatch module analogous to the 'purge' function in the re module. | ||||
| * | #8564: update docs on integrating doctest/unittest with unittest(2) test ↵ | Georg Brandl | 2010-07-10 | 1 | -8/+6 |
| | | | | | discovery. | ||||
| * | #8456: fix signature of sqlite3.connect(). | Georg Brandl | 2010-07-10 | 1 | -1/+1 |
| | | |||||
| * | #8338: fix outdated class name. | Georg Brandl | 2010-07-10 | 1 | -2/+2 |
| | | |||||
| * | #1434090: properly append child in expatbuilder doctype handler. | Georg Brandl | 2010-07-10 | 1 | -1/+1 |
| | | |||||
| * | #3214: improve description of duck-typing in glossary. | Georg Brandl | 2010-07-10 | 1 | -3/+3 |
| | | |||||
| * | #3071: tell how many values were expected when unpacking too many. | Georg Brandl | 2010-07-10 | 2 | -4/+5 |
| | | |||||
| * | Emphasize role of count for Pascal string. | Georg Brandl | 2010-07-10 | 1 | -11/+9 |
| | | |||||
| * | Fix markup. | Georg Brandl | 2010-07-10 | 2 | -4/+8 |
| | | |||||
| * | Oops. Fix distutils tests that r82746 broke. | Jeffrey Yasskin | 2010-07-09 | 1 | -1/+3 |
| | | |||||
| * | be more robust across platforms | Benjamin Peterson | 2010-07-09 | 1 | -1/+1 |
| | | |||||
| * | Silence gcc warning. (In function 'bytearray_init': warning: 'value' may be ↵ | Mark Dickinson | 2010-07-09 | 1 | -0/+2 |
| | | | | | used uninitialized in this function). | ||||
| * | remove SocketIO.__del__; close() can handle it | Benjamin Peterson | 2010-07-09 | 1 | -4/+0 |
| | | |||||
| * | Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running | Jeffrey Yasskin | 2010-07-09 | 6 | -38/+53 |
| | | | | | | | | | | | | | | configure to append to Python's default values for those variables, and similarly allow users to set $XXFLAGS on the make command line to append to the values set by configure. In the makefile, this renames the variables that used to be $XXFLAGS to $PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS. To compensate, sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep working. I see that as the right interface, not a backward-compatibility hack, since these are logically the $XXFLAGS variables; we just use a different name in the makefile to deal with make's semantics. | ||||
