- aa87965 Actually restore the original asyncore socket map by making a copy of the dict by Antoine Pitrou · 14 years ago
- 31e08a4 Make check_warnings error messages more informative by Antoine Pitrou · 14 years ago
- a0d2f4d test___all__ ignores ResourceWarning as well by Antoine Pitrou · 14 years ago
- 5efe9d0 Fix ResourceWarning in Lib/test/threaded_import_hangers.py by Antoine Pitrou · 14 years ago
- 14d8fe7 test_tarfile: woops, remove +0.001 which was used to debug by Victor Stinner · 14 years ago
- 26bfb5a test_tarfile: dump mtime as hexadecimal on test_extractall failure by Victor Stinner · 14 years ago
- e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
- 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
- a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 14 years ago
- 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
- bfd7b26 #10209, test_pep277: disable test_normalize and test_listdir on darwin by Victor Stinner · 14 years ago
- fc6f5a4 test_pep277: disable filenames 11, 12, 13, 14 on darwin by Victor Stinner · 14 years ago
- 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
- 1842d0c Fixed a typo in a comment. by Alexander Belopolsky · 14 years ago
- 5be365f #10116: wrap transient_internet() around net access in test_urllib2net. by Georg Brandl · 14 years ago
- ae2d832 Fix typo from r85874 by Éric Araujo · 14 years ago
- 2fa4cc5 Support new Condition return value in the multiprocessing version. by Georg Brandl · 14 years ago
- 7362c4f test_pep277: add identifiers to filenames by Victor Stinner · 14 years ago
- 7dae81b test_pep277: format filename with ascii() on failure by Victor Stinner · 14 years ago
- 74ad754 test_pep277: format function argument with ascii() on failure by Victor Stinner · 14 years ago
- 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 14 years ago
- 65ffae0 Condition.wait now returns bool. by Georg Brandl · 14 years ago
- b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 14 years ago
- 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
- d72402e Recode modules from latin-1 to utf-8 by Antoine Pitrou · 14 years ago
- 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 14 years ago
- c1a6836 Issue #10193: Simplified instrospection used by turtle module by Alexander Belopolsky · 14 years ago
- 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 14 years ago
- 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
- ba488d1 #7761: fix telnetlib.interact failures on Windows. by R. David Murray · 14 years ago
- 0256b2a Fix issue10192 - add urlencode to urllib.parse.__all__ by Senthil Kumaran · 14 years ago
- d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago
- a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
- 97019ff test_gdb should be skipped on darwin (not up to v7 yet) by Skip Montanaro · 14 years ago
- e882aac str.encode() doesn't accept None as errors: use 'strict' instead by Victor Stinner · 14 years ago
- 2ebe697 Issue #10161: test_pep277 formats filenames with ascii() on error by Victor Stinner · 14 years ago
- df6d6cb os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods by Victor Stinner · 14 years ago
- 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
- b75b639 Remove usage of exception indexing. by Georg Brandl · 14 years ago
- 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
- 503d6c5 remove broken code accounting an offset the size of the line #10186 by Benjamin Peterson · 14 years ago
- 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
- 57f7579 Revert r85801. The test ought to pass without rounding. by Martin v. Löwis · 14 years ago
- fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
- 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 14 years ago
- 1cae8b5 Also guard other SOCK_NONBLOCK test by Antoine Pitrou · 14 years ago
- 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
- acd0fda Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kernels. by Antoine Pitrou · 14 years ago
- 2b9af63 Try to fix test_tarfile on AMD64 debian parallel 3.x by Victor Stinner · 14 years ago
- ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
- 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
- eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 14 years ago
- d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
- 4ebfdf0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 14 years ago
- 9a8439d Refactor interesting use of try-finally. by Georg Brandl · 14 years ago
- eb7e569 Make top_level attribute a set instead of a dict with None values. by Georg Brandl · 14 years ago
- 8393843 #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. by Georg Brandl · 14 years ago
- 68fc9aa Apply fix from r85784 on py3k too. by Éric Araujo · 14 years ago
- 6ce1dae Fix r85774 editor fail. Had a dangling try and incorrect indent. by Brian Curtin · 14 years ago
- 000f974 Fix #10162: Add try/except around _winreg.OpenKey for keys that are by Brian Curtin · 14 years ago
- 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
- 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 14 years ago
- f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
- 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 14 years ago
- f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 14 years ago
- 6722b5f test_zipimport_support: use ascii() on bytes output to avoid BytesWarning by Victor Stinner · 14 years ago
- 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 14 years ago
- 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 14 years ago
- fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
- 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
- 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
- 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 14 years ago
- f87cc04 Fixed the docstring for calendar.isleap() function. by Alexander Belopolsky · 14 years ago
- 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 14 years ago
- 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 14 years ago
- eebccfb Reverted inadvertent change that slipped into r85695 by Alexander Belopolsky · 14 years ago
- 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
- b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
- a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 14 years ago
- 6fb4575 test_httpservers: Python CGI scripts have to be encoded to utf-8 by Victor Stinner · 14 years ago
- 3218c31 test_httpservers: Fix skip test check, the python executable path have to be by Victor Stinner · 14 years ago
- 0b0ca0c test_httpservers: skip CGI tests if Python executable path is not encodable by Victor Stinner · 14 years ago
- ee2538b Fix Issue10119 - test_urllibnet failure when using support.transient_internet. by Senthil Kumaran · 14 years ago
- feedda2 Avoid hanging the test on netbsd5. by Gregory P. Smith · 14 years ago
- 0f61dd0 skip test_itimer_virtual on NetBSD to prevent the test suite from hanging. by Gregory P. Smith · 14 years ago
- e3874ed test_cmd_line_script: format paths with ascii() instead of repr() by Victor Stinner · 14 years ago
- ca9f128 use assertion methods by Benjamin Peterson · 14 years ago
- cb17094 disable the garbage collector while collecting traces, so that __del__s don't get caught by Benjamin Peterson · 14 years ago
- fc49f2a remove rather pointless test by Benjamin Peterson · 14 years ago
- b603d03 fix for netbsd. by Gregory P. Smith · 14 years ago
- f6782ac test_subprocess: use surrogateescape error handler to write shell scripts by Victor Stinner · 14 years ago
- 9d39639 Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a by Victor Stinner · 14 years ago
- 230b206 don't identify the toplevel namespace by name #9997 by Benjamin Peterson · 14 years ago
- 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
- 4231173 revert change in inappropiate branch by Benjamin Peterson · 14 years ago
- 3844f0d #6098: Refrain from claiming DOM level 3 conformance in minidom. by Georg Brandl · 14 years ago
- b9cd72a #5762: fix handling of empty namespace in minidom, which would result in AttributeError on toxml(). by Georg Brandl · 14 years ago
- d4460aa #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in the docstrings. by Georg Brandl · 14 years ago
- e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
- c1c4bf8 #9683: remove broken dead code dealing with nested arguments removed from Py3k, and update the docs and docstrings accordingly. by Georg Brandl · 14 years ago