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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
3
-17/+78
*
Merged upstream change.
Vinay Sajip
2012-03-13
1
-0/+5
|
\
|
*
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
*
|
|
Closes #14267: Merged fix from 3.2.
Vinay Sajip
2012-03-13
1
-6/+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Closes #14267: Corrected computation of rollover filename.
Vinay Sajip
2012-03-13
1
-6/+15
|
|
/
*
|
Merge
Michael Foord
2012-03-13
1
-4/+9
|
\
\
|
|
/
|
*
Fix unittest test discovery for Jython
Michael Foord
2012-03-13
1
-4/+9
*
|
#8942: add test for __path__ contents in zipimport tests
R David Murray
2012-03-13
1
-0/+4
*
|
Issue #1178863: Separate initialisation from setting when initializing
Martin v. Löwis
2012-03-13
2
-12/+189
*
|
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
*
|
Merge heads.
Eric V. Smith
2012-03-12
1
-6/+9
|
\
\
|
*
\
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
*
|
|
|
Merge
Michael Foord
2012-03-12
2
-15/+155
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#13394: add more tests for the aifc module and use warnings.warn instead of p...
Ezio Melotti
2012-03-12
2
-15/+155
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
#13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.
Ezio Melotti
2012-03-12
1
-9/+154
*
|
|
|
Move adding unittest test discovery command line options into their own method.
Michael Foord
2012-03-12
1
-5/+7
|
/
/
/
*
|
|
Merge
Michael Foord
2012-03-12
3
-1/+21
|
\
\
\
|
*
\
\
Head merge.
Łukasz Langa
2012-03-12
2
-0/+20
|
|
\
\
\
|
|
*
|
|
Fixes #13842: cannot pickle Ellipsis or NotImplemented.
Łukasz Langa
2012-03-12
2
-0/+20
|
*
|
|
|
adjust for change in AST type
Benjamin Peterson
2012-03-12
1
-1/+1
*
|
|
|
|
Refactor unittest command line handling to always use optparse
Michael Foord
2012-03-12
2
-59/+32
|
/
/
/
/
*
|
|
|
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
|
|
/
*
|
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...
Antoine Pitrou
2012-03-11
2
-1/+76
|
\
\
|
|
/
|
*
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...
Antoine Pitrou
2012-03-11
2
-1/+78
*
|
Close #14210: add command argument completion to pdb: complete file names, gl...
Georg Brandl
2012-03-10
1
-0/+95
*
|
PEP8-ize test names
Antoine Pitrou
2012-03-10
1
-82/+54
*
|
Remove useless failOnException() method
Antoine Pitrou
2012-03-10
1
-86/+32
*
|
Merge with 3.2.
Georg Brandl
2012-03-10
1
-3/+8
|
\
\
|
|
/
|
*
Closes #14244: add info about capturing groups and maxsplit to the docstring ...
Georg Brandl
2012-03-10
1
-3/+8
*
|
Issue #14205: Fix test_dict.test_mutating_lookup()
Victor Stinner
2012-03-09
1
-9/+16
*
|
Relax timeout tests for weak Windows buildbot
Antoine Pitrou
2012-03-09
1
-7/+7
*
|
Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4.
Victor Stinner
2012-03-09
1
-29/+0
*
|
Issue #14178: Problem deleting slices with steps != +1 in the _elementtree mo...
Eli Bendersky
2012-03-09
1
-5/+86
*
|
Issue #14211: Oops, I removed the wrong file :-)
Victor Stinner
2012-03-08
2
-38/+29
*
|
Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to
Victor Stinner
2012-03-08
1
-29/+0
*
|
Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to
Victor Stinner
2012-03-08
2
-36/+29
*
|
merge 3.2 (#3787e896dbe9)
Benjamin Peterson
2012-03-08
1
-2/+17
|
\
\
|
|
/
|
*
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Benjamin Peterson
2012-03-08
1
-2/+17
*
|
make delegating generators say they running (closes #14220)
Benjamin Peterson
2012-03-07
1
-0/+72
[next]