summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-241-0/+1
|\
| * Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-241-0/+1
* | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.Charles-François Natali2012-03-242-56/+38
* | attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-5/+9
|\ \ | |/
| * attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-3/+7
* | Use the same exception hierarchy as decimal.py. FloatOperation now alsoStefan Krah2012-03-231-0/+40
* | mergeGiampaolo Rodola'2012-03-231-3/+9
|\ \
| * | Issue #13782: streamline argument type-checking in ET.ElementEli Bendersky2012-03-231-3/+9
* | | fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586Giampaolo Rodola'2012-03-231-10/+12
|/ /
* | #14380: Make actual default match docs, fix __init__ order.R David Murray2012-03-231-2/+1
* | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicodeR David Murray2012-03-231-1/+14
* | merge 79422b3684f1 in 3.3 branch (issue 10340)Giampaolo Rodola'2012-03-221-0/+16
|\ \ | |/
| * fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-221-0/+16
* | merge 3.2 (#14378)Benjamin Peterson2012-03-221-0/+6
|\ \ | |/
| * check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+6
* | Issue #14204: The ssl module now has support for the Next Protocol Negotiatio...Antoine Pitrou2012-03-211-4/+50
* | merge headsBenjamin Peterson2012-03-215-374/+3002
|\ \
| * | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-214-373/+2955
| * | #14269: smtpd now conforms to the RFC and requires HELO before MAIL.R David Murray2012-03-201-1/+47
* | | correctly lookup __trunc__ in int() constructorBenjamin Peterson2012-03-211-0/+1
|/ /
* | Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.Larry Hastings2012-03-201-1/+73
* | all OSErrors should indicate there are no extended attributes (closes #14358)Benjamin Peterson2012-03-191-3/+1
* | Merge #14333: fix test_queue so it can be run via standard unittest test disc...R David Murray2012-03-171-4/+4
|\ \ | |/
| * #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-171-4/+4
* | make extra arguments to object.__init__/__new__ to errors in most cases (fini...Benjamin Peterson2012-03-171-0/+20
* | Merge #11686: add missing entries to email __all__ lists.R David Murray2012-03-171-8/+5
|\ \ | |/
* | #12788: fix error in test_policy when run under refleak detectionR David Murray2012-03-171-1/+3
* | merge 3.2 (#14334)Benjamin Peterson2012-03-161-0/+3
|\ \ | |/
| * check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-161-0/+3
* | fix trailing whitespaceEli Bendersky2012-03-161-1/+1
* | Add a test that makes sure TreeBuilder can be passed element_factory in theEli Bendersky2012-03-161-0/+5
* | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+1
|\ \ | |/
| * closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+1
* | Issue #14207: the ParseError exception raised by _elementtree was madeEli Bendersky2012-03-161-20/+22
* | Closes Issue #14246: _elementtree parser will now handle io.StringIOEli Bendersky2012-03-161-0/+14
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)Benjamin Peterson2012-03-152-2/+23
* | Fixes #14314: Improved SMTP timeout handling.Vinay Sajip2012-03-151-1/+2
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-151-0/+10
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-141-22/+3
* | Fix the buildbot breakdown - issue 10050Senthil Kumaran2012-03-141-2/+0
* | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-142-4/+23
* | #12818: remove escaping of () in quoted strings in formataddrR David Murray2012-03-141-1/+13
* | #14062: fix BytesParser handling of Header objectsR David Murray2012-03-141-0/+24
|\ \ | |/
* | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-142-6/+23
|\ \ | |/
| * #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-4/+4
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-141-17/+17
* | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() andVictor Stinner2012-03-131-10/+15
* | #8315: add automatic unittest test discovery in test.test_emailR David Murray2012-03-131-0/+10
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-132-15/+76
* | merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
|\ \ | |/