summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-162-30/+20
|\
| * Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-162-30/+20
| |
* | Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-1616-36/+36
|\ \ | |/
| * Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-1616-36/+36
| |
* | Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-167-28/+28
|\ \ | |/
| * Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-167-28/+28
| |
* | Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-1616-85/+84
|\ \ | |/
| * Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-1616-85/+84
| |
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-162-12/+31
| |
* | Correct long lineJason R. Coombs2013-11-161-1/+2
| |
* | Issue #19586: Update remaining deprecated assertions to their preferred usage.Jason R. Coombs2013-11-161-2/+2
| |
* | Issue #16685: Added support for writing any bytes-like objects in the aifc,Serhiy Storchaka2013-11-164-0/+30
| | | | | | | | sunau, and wave modules.
* | Issue #5202: Added support for unseekable files in the wave module.Serhiy Storchaka2013-11-163-31/+81
| |
* | Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-164-107/+92
|\ \ | |/
| * Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-164-107/+92
| |
* | asyncio: Replace connection_refused() with error_received().Guido van Rossum2013-11-165-29/+39
| |
* | Update more usage of assertEqualJason R. Coombs2013-11-163-8/+8
| |
* | Use preferred assertEqualJason R. Coombs2013-11-161-9/+9
| |
* | Use preferred assertEqual form. Correct indentation.Jason R. Coombs2013-11-161-4/+4
| |
* | Issue #7408: Forward port limited test from Python 2.7, fixing failing ↵Jason R. Coombs2013-11-161-1/+4
| | | | | | | | buildbot tests on BSD-based platforms.
* | Issue #19544 and Issue #1180: Restore global option to ignore ↵Andrew Kuchling2013-11-103-7/+62
| | | | | | | | ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes.
* | Issue #19544, #6516: no need to catch AttributeError on import pwd/grpVictor Stinner2013-11-151-2/+2
| |
* | Issue #19544 and Issue #6516: quick workaround for failing buildsChristian Heimes2013-11-151-2/+2
| |
* | Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-1/+1
|\ \ | |/
| * Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-1/+1
| |
* | Closes #19523: Merged fix from 3.3.Vinay Sajip2013-11-151-1/+3
|\ \ | |/
| * Issue #19523: Closed FileHandler leak which occurred when delay was set.Vinay Sajip2013-11-151-1/+3
| |
* | Issue #19544 and Issue #6516: Restore support for --user and --group ↵Andrew Kuchling2013-11-157-10/+214
| | | | | | | | parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
* | asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.Guido van Rossum2013-11-151-1/+2
| |
* | Avoid triggering the refleak detectorNick Coghlan2013-11-151-8/+14
| |
* | Close 19609: narrow scope of codec exc chainingNick Coghlan2013-11-151-11/+26
| |
* | asyncio: Refactor waitpid mocks. Patch by Anthony Baire.Guido van Rossum2013-11-151-249/+186
| |
* | Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-145-17/+17
|\ \ | |/
| * Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-145-17/+17
| |
* | Issue #19589: Use specific asserts in asyncio tests.Serhiy Storchaka2013-11-143-10/+12
| |
* | asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok.Guido van Rossum2013-11-141-4/+18
| |
* | asyncio: Relax timing requirement. Fixes issue 19579.Guido van Rossum2013-11-141-2/+2
| |
* | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).Guido van Rossum2013-11-133-42/+60
| |
* | removed Enum.__eq__ as it added nothingEthan Furman2013-11-132-5/+11
| |
* | asyncio: Temporary fix by Victor Stinner for issue 19566.Guido van Rossum2013-11-131-2/+3
| |
* | Close #17828: better handling of codec errorsNick Coghlan2013-11-131-24/+169
| | | | | | | | | | | | | | | | - output type errors now redirect users to the type-neutral convenience functions in the codecs module - stateless errors that occur during encoding and decoding will now be automatically wrapped in exceptions that give the name of the codec involved
* | Avoid global side effect in test_ensurepipNick Coghlan2013-11-131-3/+8
| |
* | Fix test_socket for repr updateNick Coghlan2013-11-131-2/+2
| |
* | mergeGiampaolo Rodola'2013-11-121-1/+1
|\ \
| * | Provide a more readable representation of socket on repr().Giampaolo Rodola'2013-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Before: <socket.socket fd=3, family=2, type=1, proto=0, laddr=('0.0.0.0', 0)> Now: <socket.socket fd=3, family=AddressFamily.AF_INET, type=SocketType.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)>
* | | test.support: considering the module is a mix of utilities unrelated with ↵Giampaolo Rodola'2013-11-121-18/+36
| | | | | | | | | | | | each other divide __all__ in sub-sections so that it can be used as a quick-reference doc
* | | Close #19466: Clear the frames of daemon threads earlier during the PythonVictor Stinner2013-11-121-0/+50
| | | | | | | | | | | | | | | shutdown to call objects destructors. So "unclosed file" resource warnings are now corretly emitted for daemon threads.
* | | Merge from 3.3Andrew Kuchling2013-11-121-1/+5
|\ \ \ | | |/ | |/|
| * | Closes #12828: add docstring text noting this is an internal-only moduleAndrew Kuchling2013-11-121-1/+5
| | |
* | | Remove mis-merged artefactTim Golden2013-11-121-3/+0
| | |