Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests when ctypes isn't available | Antoine Pitrou | 2010-11-22 | 1 | -0/+2 |
| | |||||
* | #9424: add a DeprecationWarning for assertEquals, assertNotEquals, ↵ | Ezio Melotti | 2010-11-22 | 5 | -50/+62 |
| | | | | assertAlmostEquals, assertNotAlmostEquals, and assert_ | ||||
* | issue 10501 | Kristján Valur Jónsson | 2010-11-22 | 2 | -23/+25 |
| | | | | | make_buildinfo regression with unquoted path Make_buildinfo.exe should be called with a quoted path, and should quote the full paths to its temp files, to support spaces in filenames. | ||||
* | Improve test for 'python -m unittest' launching test discovery | Michael Foord | 2010-11-22 | 1 | -5/+4 |
| | |||||
* | Issue #10459: Update CJK character names to Unicode 6.0. | Martin v. Löwis | 2010-11-22 | 4 | -7/+33 |
| | |||||
* | Fix - s/urllib2/urllib.request/ | Senthil Kumaran | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not | Senthil Kumaran | 2010-11-22 | 4 | -2/+29 |
| | | | | starts with one. This behavior is exhibited by browser and other clients. | ||||
* | Fix resource warning from patchcheck.py | Éric Araujo | 2010-11-22 | 1 | -6/+9 |
| | |||||
* | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 13 | -17/+26 |
| | | | | Also add a note about inheritance from `object` being default. | ||||
* | Issue #10138: Removed 'indefinitely' from the proleptic calendar description. | Alexander Belopolsky | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Fix one compileall test (#10453). Patch by Michele Orrù. | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Add myself for unittest and fix Alexander username | Ezio Melotti | 2010-11-22 | 1 | -6/+6 |
| | |||||
* | r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) | Éric Araujo | 2010-11-22 | 1 | -6/+7 |
| | |||||
* | Fix typo | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Update maintainers | Raymond Hettinger | 2010-11-22 | 1 | -5/+6 |
| | |||||
* | Quote the paths in the event that they contain spaces. | Brian Curtin | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | Issue 3292: Fixup to the Sequence docs. | Raymond Hettinger | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Fix #6378. Start IDLE using the proper version of Python based on the directory | Brian Curtin | 2010-11-21 | 2 | -2/+6 |
| | | | | | | tree that idle.bat resides in. Works with any/all versions of Python installed concurrently. | ||||
* | Issue 6722: Improve the namedtuple examples. | Raymond Hettinger | 2010-11-21 | 1 | -1/+5 |
| | |||||
* | Issue 10470: 'python -m unittest' launches test discovery by default.(If ↵ | Michael Foord | 2010-11-21 | 5 | -14/+54 |
| | | | | you need to pass options to test discovery the discover subcommand must still be specified explicitly.) | ||||
* | Issue #10488: Bring documentation for 'float' builtin up to date. | Mark Dickinson | 2010-11-21 | 1 | -20/+48 |
| | |||||
* | Add CSS rule for the deprecated-removed directive | Ezio Melotti | 2010-11-21 | 1 | -5/+5 |
| | |||||
* | Add sets to the precedence table. | Brett Cannon | 2010-11-21 | 1 | -0/+1 |
| | |||||
* | Make test_nntplib more robust | Antoine Pitrou | 2010-11-21 | 1 | -2/+4 |
| | |||||
* | Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. | R. David Murray | 2010-11-21 | 2 | -15/+37 |
| | | | | | | | | | The tests that were failing on (some) windows machines, where the msg_XX.txt files used native \r\n lineseps are now also run on machines that use \n natively, and conversely the \n tests are run on Windows. The failing tests revealed one place where linesep needed to be added to a flatten call in generator. There was also another that the tests didn't catch, so I added a test for that case as well. | ||||
* | fix refleak | Benjamin Peterson | 2010-11-21 | 2 | -0/+6 |
| | |||||
* | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write ↵ | Senthil Kumaran | 2010-11-21 | 4 | -9/+68 |
| | | | | only on end_headers call. | ||||
* | configparser: read-only attributes to get the section name and parser from a ↵ | Łukasz Langa | 2010-11-21 | 2 | -17/+34 |
| | | | | SectionProxy instance | ||||
* | Issue #10489: removed broken `__name__` support from configparser | Łukasz Langa | 2010-11-21 | 3 | -54/+4 |
| | |||||
* | Fix capitalization. | Mark Dickinson | 2010-11-21 | 1 | -2/+2 |
| | |||||
* | Revert r86517 | Raymond Hettinger | 2010-11-21 | 3 | -5/+2 |
| | |||||
* | Add a couple of missing versionadded tags in the inspect module docs | Nick Coghlan | 2010-11-21 | 1 | -2/+4 |
| | |||||
* | Issue #10220: Add inspect.getgeneratorstate(). Initial patch by Rodolpho ↵ | Nick Coghlan | 2010-11-21 | 5 | -1/+99 |
| | | | | Eckhardt | ||||
* | Style edits in followup to r86521 (#9312) | Éric Araujo | 2010-11-21 | 1 | -2/+2 |
| | |||||
* | Issue #7770: Note the useful range of sin/cos in the decimal module examples. | Raymond Hettinger | 2010-11-21 | 1 | -0/+6 |
| | |||||
* | Try to get more useful output from failing buildbot | Éric Araujo | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | Clean-up the description of the range object. | Raymond Hettinger | 2010-11-21 | 1 | -6/+4 |
| | |||||
* | Document index and count as part of the Sequence ABC (#9746) | Éric Araujo | 2010-11-20 | 1 | -0/+6 |
| | |||||
* | pep 7 actually wants the brace on a new line | Benjamin Peterson | 2010-11-20 | 1 | -22/+44 |
| | |||||
* | fix two broken tests | Benjamin Peterson | 2010-11-20 | 1 | -1/+2 |
| | |||||
* | merge all range tests into test_range | Benjamin Peterson | 2010-11-20 | 2 | -178/+157 |
| | |||||
* | enable test that was commented out for whatever reason | Benjamin Peterson | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | code style and simplification | Benjamin Peterson | 2010-11-20 | 1 | -72/+31 |
| | |||||
* | Add error handling in range_count. | Georg Brandl | 2010-11-20 | 1 | -1/+4 |
| | |||||
* | count() should return integers #10474 | Benjamin Peterson | 2010-11-20 | 3 | -2/+6 |
| | |||||
* | Fix typos and style in compileall. | Éric Araujo | 2010-11-20 | 1 | -18/+12 |
| | |||||
* | Fix email doc update I overlooked (thanks, Éric) | R. David Murray | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | #10453: compileall now uses argparse instead of getopt, so -h works. | R. David Murray | 2010-11-20 | 3 | -78/+111 |
| | | | | Patch by Michele Orrù. | ||||
* | Issue #8078: Add constants for higher baud rates in the termios module. | Antoine Pitrou | 2010-11-20 | 3 | -0/+41 |
| | | | | Patch by Rodolpho Eckhardt. | ||||
* | #9724: add nonlocal to pydoc topics. | Georg Brandl | 2010-11-20 | 1 | -2/+3 |
| |