index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings
2012-03-20
1
-1/+73
*
all OSErrors should indicate there are no extended attributes (closes #14358)
Benjamin Peterson
2012-03-19
1
-3/+1
*
Merge #14333: fix test_queue so it can be run via standard unittest test disc...
R David Murray
2012-03-17
1
-4/+4
|
\
|
*
#14333: fix test_queue so it can be run via standard unittest test discovery.
R David Murray
2012-03-17
1
-4/+4
*
|
make extra arguments to object.__init__/__new__ to errors in most cases (fini...
Benjamin Peterson
2012-03-17
1
-0/+20
*
|
Merge #11686: add missing entries to email __all__ lists.
R David Murray
2012-03-17
1
-8/+5
|
\
\
|
|
/
*
|
#12788: fix error in test_policy when run under refleak detection
R David Murray
2012-03-17
1
-1/+3
*
|
merge 3.2 (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
|
\
\
|
|
/
|
*
check to make sure the attribute is a string (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
*
|
fix trailing whitespace
Eli Bendersky
2012-03-16
1
-1/+1
*
|
Add a test that makes sure TreeBuilder can be passed element_factory in the
Eli Bendersky
2012-03-16
1
-0/+5
*
|
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Senthil Kumaran
2012-03-16
1
-0/+1
|
\
\
|
|
/
|
*
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Senthil Kumaran
2012-03-16
1
-0/+1
*
|
Issue #14207: the ParseError exception raised by _elementtree was made
Eli Bendersky
2012-03-16
1
-20/+22
*
|
Closes Issue #14246: _elementtree parser will now handle io.StringIO
Eli Bendersky
2012-03-16
1
-0/+14
*
|
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson
2012-03-15
2
-2/+23
*
|
Fixes #14314: Improved SMTP timeout handling.
Vinay Sajip
2012-03-15
1
-1/+2
*
|
Issue #10278: Add an optional strict argument to time.steady(), False by default
Victor Stinner
2012-03-15
1
-0/+10
*
|
Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...
Victor Stinner
2012-03-14
1
-22/+3
*
|
Fix the buildbot breakdown - issue 10050
Senthil Kumaran
2012-03-14
1
-2/+0
*
|
deprecated the old urllib primitives in 3.3 urllib package - issue 10050
Senthil Kumaran
2012-03-14
2
-4/+23
*
|
#12818: remove escaping of () in quoted strings in formataddr
R David Murray
2012-03-14
1
-1/+13
*
|
#14062: fix BytesParser handling of Header objects
R David Murray
2012-03-14
1
-0/+24
|
\
\
|
|
/
*
|
Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
2
-6/+23
|
\
\
|
|
/
|
*
#14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray
2012-03-14
1
-4/+4
*
|
Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...
Senthil Kumaran
2012-03-14
1
-17/+17
*
|
Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and
Victor Stinner
2012-03-13
1
-10/+15
*
|
#8315: add automatic unittest test discovery in test.test_email
R David Murray
2012-03-13
1
-0/+10
*
|
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
2
-15/+76
*
|
merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
Senthil Kumaran
2012-03-13
1
-0/+5
|
\
\
|
|
/
|
*
3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
Senthil Kumaran
2012-03-13
1
-0/+5
*
|
#8942: add test for __path__ contents in zipimport tests
R David Murray
2012-03-13
1
-0/+4
*
|
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
Sean Reifschneider
2012-03-13
1
-0/+20
*
|
#14179: merge with 3.2.
Ezio Melotti
2012-03-12
1
-0/+10
|
\
\
|
|
/
|
*
#14179: add tests for re.compile. Patch by Florian Mladitsch.
Ezio Melotti
2012-03-12
1
-0/+10
*
|
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-6/+9
|
\
\
|
|
/
|
*
Merge heads.
Eric V. Smith
2012-03-12
2
-15/+154
|
|
\
|
*
|
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-6/+9
*
|
|
#13394: add more tests for the aifc module and use warnings.warn instead of p...
Ezio Melotti
2012-03-12
1
-9/+149
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
#13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.
Ezio Melotti
2012-03-12
1
-9/+154
*
|
|
Head merge.
Łukasz Langa
2012-03-12
1
-0/+12
|
\
\
\
|
*
|
|
Fixes #13842: cannot pickle Ellipsis or NotImplemented.
Łukasz Langa
2012-03-12
1
-0/+12
*
|
|
|
adjust for change in AST type
Benjamin Peterson
2012-03-12
1
-1/+1
*
|
|
|
give the AST class a __dict__
Benjamin Peterson
2012-03-12
1
-0/+3
*
|
|
|
merge 3.2
Benjamin Peterson
2012-03-12
1
-3/+0
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
allow AST objects to be like its subclasses
Benjamin Peterson
2012-03-12
1
-3/+0
*
|
|
|
merge heads
Benjamin Peterson
2012-03-12
1
-3/+7
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...
Eric V. Smith
2012-03-12
1
-3/+7
*
|
|
|
merge 3.2
Benjamin Peterson
2012-03-12
1
-3/+0
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
every other ast object has a dict, so I think AST should, too
Benjamin Peterson
2012-03-12
1
-3/+0
|
|
/
[next]