- 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 15 years ago
- f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 15 years ago
- dce6e1b Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html by Steven Bethard · 15 years ago
- 36cd75a Merged revisions 80937,81478 via svnmerge from by Benjamin Peterson · 15 years ago
- 54b40ee Fix my last commit (r81471) about codecs by Victor Stinner · 15 years ago
- 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 15 years ago
- a19baf5 Underscore the name of an internal utility function. by Georg Brandl · 15 years ago
- 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 15 years ago
- 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 15 years ago
- d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 15 years ago
- 26da187 simplify and modernize updatecache() by Benjamin Peterson · 15 years ago
- b9e7c01 remove debugging rubish by Benjamin Peterson · 15 years ago
- 266e454 ensure the last line has a trailing newline #8782 by Benjamin Peterson · 15 years ago
- bd289da fix name by Benjamin Peterson · 15 years ago
- 6722ac2 use addCleanup by Benjamin Peterson · 15 years ago
- eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 15 years ago
- eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 15 years ago
- b1556c5 libpython.py: fix support of non-BMP unicode characters by Victor Stinner · 15 years ago
- 8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes by Tarek Ziadé · 15 years ago
- 8a6f3fe Fix typos in docstrings. by Stefan Krah · 15 years ago
- e3a84e8 Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror. by Giampaolo Rodolà · 15 years ago
- 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 15 years ago
- af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 15 years ago
- 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 15 years ago
- e127e24 Slight style cleanup. by Florent Xicluna · 15 years ago
- 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 15 years ago
- 8a470d6 Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close() by Victor Stinner · 15 years ago
- 5b5134b use TestCase skip method by Benjamin Peterson · 15 years ago
- 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 15 years ago
- 2b271f7 Fix regression introduced by r81154 (Issue #5099, subprocess destructor) by Victor Stinner · 15 years ago
- 42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to by Brett Cannon · 15 years ago
- da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 15 years ago
- b3d0554 Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. by Florent Xicluna · 15 years ago
- 9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. by Florent Xicluna · 15 years ago
- 9ac6114 Better test skipping, with message in the log. by Florent Xicluna · 15 years ago
- 8652f2e Revert the additional OS X information (r81140). Keep the endianness information. by Florent Xicluna · 15 years ago
- b7d413f Add sensible information about the OS X platform to diagnose issue #8423: by Florent Xicluna · 15 years ago
- 3736816 Fix verb tense in skip message. by Victor Stinner · 15 years ago
- 20c3258 Issue #8422, test_genericpath: skip the creation of a directory with an invalid by Victor Stinner · 15 years ago
- 81a0450 Fix Issue8657 - adding git and git+ssh as know schemes. by Senthil Kumaran · 15 years ago
- 62f7e8b Fix unused variable in test_factorial. by Mark Dickinson · 15 years ago
- fd25594 Removed the assertion that dispatcher.connected attribute must be False after a single connect() call. Solaris and FreeBSD buildbots failures showed how connect() can succeed even in a single call. All bo failures should definitively be fixed now. by Giampaolo Rodolà · 15 years ago
- fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 15 years ago
- 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 15 years ago
- 72b1977 Improving help message for python -m unittest. Issue 8303. by Michael Foord · 15 years ago
- ff46d6e Issue #8490: adds a more solid test suite for asyncore by Giampaolo Rodolà · 15 years ago
- 53a92eb Adding a test for unittest.BaseTestSuite. by Michael Foord · 15 years ago
- 7000e9e Issue #8644: Improve accuracy of timedelta.total_seconds method. by Mark Dickinson · 15 years ago
- 860852f Revert r81012. buildbot problems and its questionable of me to even by Gregory P. Smith · 15 years ago
- 56fe656 Fixes [issue7245] Better Ctrl-C support in pdb. by Gregory P. Smith · 15 years ago
- e54ddf1 Skip signal handler re-installation if it is not necessary. Issue 8354. by Jean-Paul Calderone · 15 years ago
- c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
- 9c164af unittest: issue 8301. Adding functions to test suites no longer crashes. by Michael Foord · 15 years ago
- 7daf0e4 update pydoc-topics by Benjamin Peterson · 15 years ago
- f063d15 run and fix enumerate start test cases #8636 by Benjamin Peterson · 15 years ago
- 959c16d Updating documentation and adding docstrings to unittest.TestCase.assertRegexpMatches and assertNotRegexpMatches. Issue 8038. by Michael Foord · 15 years ago
- 7baf862 add underscore by Benjamin Peterson · 15 years ago
- ac896ed r80967 introduced a new scheme by Benjamin Peterson · 15 years ago
- dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 15 years ago
- 22097e4 Issue 7780. Adding a test for unittest test discovery from a dotted path. by Michael Foord · 15 years ago
- 2f88bfd Issue #8084: ensure that the --user directory by Ronald Oussoren · 15 years ago
- d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
- 18e4dd7 Fixing the errors trigerred in test_urllib2net. Related to issue8656. by Senthil Kumaran · 15 years ago
- 6057ba1 Fix Issue8656 - urllib2 mangles file://-scheme URLs by Senthil Kumaran · 15 years ago
- e6f5e22 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
- 1a0ce68 revert r80932; it breaks windows by Benjamin Peterson · 15 years ago
- 5dfad9d Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,80922 via svnmerge from by Benjamin Peterson · 15 years ago
- ae4dde0 Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery. by Michael Foord · 15 years ago
- 3843cd8 Issue #8571: Fix an internal error when compressing or decompressing a by Antoine Pitrou · 15 years ago
- 4fedbce Adding tests for unittest command line handling of buffer, catchbreak and failfast. by Michael Foord · 15 years ago
- 215d394 Adding a test for unittest test discovery with dotted path name. by Michael Foord · 15 years ago
- e41bb0b Testsuite for RFC3986 based parsing scenario. Related Issue1462525. by Senthil Kumaran · 15 years ago
- e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 15 years ago
- 215b6b3 provides a clearer warning message when cheap inheritance with the underlying socket object is used by Giampaolo Rodolà · 15 years ago
- f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 15 years ago
- 1bbb68d `self` doesn't exist here by Antoine Pitrou · 15 years ago
- 11f8b9d Fix #7863. Properly identify Windows 7 and Server 2008 R2. by Brian Curtin · 15 years ago
- 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 15 years ago
- 31a673d removed non needed lines by Tarek Ziadé · 15 years ago
- 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 15 years ago
- 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
- a815718 Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. by Antoine Pitrou · 15 years ago
- 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 15 years ago
- 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 15 years ago
- 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 15 years ago
- 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
- 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 15 years ago
- 3b0b4ff Fix test_gzip failure on OS X. The failure was a result of trying to fflush by Mark Dickinson · 15 years ago
- 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 15 years ago
- a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
- 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 15 years ago
- 7120219 _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function by Victor Stinner · 15 years ago
- 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 15 years ago
- f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 15 years ago
- 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 15 years ago
- f9ffcce Fix unittest tests to not abuse traceback.format_exception by Michael Foord · 15 years ago
- b0153cf Small update to r80698 to ensure that webbrowser.open uses the default browser. by Ronald Oussoren · 15 years ago
- 4ef1c7e For for issue #7192: with this patch webbrowser.get("firefox") works on OSX by Ronald Oussoren · 15 years ago
- 8651810 Remove duplicate test by Antoine Pitrou · 15 years ago
- 16cd2be Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. by Mark Dickinson · 15 years ago