summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge #19092 from 3.3Nick Coghlan2013-10-012-3/+52
|\
| * Close #19092: ExitStack now reraises exceptions from __exit__Nick Coghlan2013-10-012-3/+52
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-7/+17
|\ \ | |/
| * Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-8/+18
* | Issue #19134: Make a test in inspect conditional on multiprocessingBrett Cannon2013-09-301-0/+3
* | merge from 3.3Senthil Kumaran2013-09-301-1/+1
|\ \ | |/
| * Minor code improvement. Review comment by Eric V. SmithSenthil Kumaran2013-09-301-1/+1
* | Merge 3.4.0a3 release changes.Larry Hastings2013-09-3014-71/+46
|\ \
| * | Issue #5845: In site.py, only load readline history from ~/.python_history if...Antoine Pitrou2013-09-291-6/+13
| * | rename some more tests to avoid duplicate names (#19123)Benjamin Peterson2013-09-291-3/+3
| * | merge 3.3Benjamin Peterson2013-09-291-7/+0
| |\ \ | | |/
| | * remove unused importsBenjamin Peterson2013-09-291-7/+0
| * | Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...Antoine Pitrou2013-09-291-1/+7
| * | Merge.Richard Oudkerk2013-09-291-8/+9
| |\ \ | | |/
| | * Issue #19112: avoid using function defined in method.Richard Oudkerk2013-09-291-8/+9
| * | merge 3.3 (#19127)Benjamin Peterson2013-09-291-3/+0
| |\ \ | | |/
| | * remove duplicate method (closes #19127)Benjamin Peterson2013-09-291-3/+0
| * | merge 3.3 (#19114)Benjamin Peterson2013-09-291-13/+12
| |\ \ | | |/
| | * condense two tests with the same name (closes #19114)Benjamin Peterson2013-09-291-13/+12
| * | merge 3.3 (#19112)Benjamin Peterson2013-09-291-7/+6
| |\ \ | | |/
| | * move helper function into its test method (closes #19112)Benjamin Peterson2013-09-291-7/+6
| * | merge 3.3 (#19117)Benjamin Peterson2013-09-291-4/+0
| |\ \ | | |/
| | * fix duplicate test names in test_dis (closes #19117)Benjamin Peterson2013-09-291-4/+0
| * | merge 3.3 (#19118)Benjamin Peterson2013-09-291-4/+0
| |\ \ | | |/
| | * remove duplicate test_mkd (closes #19118)Benjamin Peterson2013-09-291-4/+0
| * | merge 3.3 (#19116)Benjamin Peterson2013-09-291-1/+0
| |\ \ | | |/
| | * combine two tests to avoid duplicate names (closes #19116)Benjamin Peterson2013-09-291-1/+0
| * | merge 3.3 (#19126)Benjamin Peterson2013-09-291-1/+1
| |\ \ | | |/
| | * fix duplicate test name (closes #19126)Benjamin Peterson2013-09-291-1/+1
| * | merge 3.3 (#19125)Benjamin Peterson2013-09-291-3/+3
| |\ \ | | |/
| | * fix test to run and test that smtpd does support ELHO (closes #19125)Benjamin Peterson2013-09-291-3/+3
| * | delete duplicate test (closes #19123)Benjamin Peterson2013-09-291-6/+0
| * | merge 3.3 (#19122)Benjamin Peterson2013-09-291-11/+0
| |\ \ | | |/
| | * remove duplicate test from test_import (closes #19122)Benjamin Peterson2013-09-291-11/+0
| * | Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-4/+3
| |\ \ | | |/
| | * Issue #4366: Fix building extensions on all platforms when --enable-shared is...Antoine Pitrou2013-09-281-4/+3
* | | Version bump to 3.4.0a3.v3.4.0a3Larry Hastings2013-09-282-2/+2
* | | Updated pydoc topics.py for 3.4a3 release.Larry Hastings2013-09-281-1/+1
|/ /
* | merge 3.3 (#19115)Benjamin Peterson2013-09-281-5/+5
|\ \ | |/
| * fix duplicate test names (closes #19115)Benjamin Peterson2013-09-281-5/+5
* | Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-6/+21
|\ \ | |/
| * Issue #18950: Fix miscellaneous bugs in the sunau module.Serhiy Storchaka2013-09-281-6/+21
* | Close #18990: remove root attribute from XMLPullParserNick Coghlan2013-09-282-24/+27
* | Issue19030: fixed comment that was still referring to a changed descriptor.Ethan Furman2013-09-281-2/+2
* | Issue #19053: ZipExtFile.read1() with non-zero argument no more returns emptySerhiy Storchaka2013-09-272-8/+54
|\ \ | |/
| * Issue #19053: ZipExtFile.read1() with non-zero argument no more returns emptySerhiy Storchaka2013-09-272-8/+54
| * Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.Serhiy Storchaka2013-09-231-0/+31
* | Updated test_logging so that errors don't occur in the absence of threading.Vinay Sajip2013-09-271-10/+15
* | Streamlined logging tests by moving common code to a helper function.Vinay Sajip2013-09-271-16/+10
* | logging: added support for Unix domain sockets to SocketHandler and DatagramH...Vinay Sajip2013-09-272-19/+119