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
*
#16306: merge with 3.3.
Ezio Melotti
2012-11-23
1
-3/+15
|
\
|
*
#16306: merge with 3.2.
Ezio Melotti
2012-11-23
1
-3/+15
|
|
\
|
|
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-3/+15
|
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
2
-0/+21
*
|
|
#16309: avoid using deprecated method and turn docstring in a comment.
Ezio Melotti
2012-11-22
1
-6/+6
*
|
|
#16522: Add FAIL_FAST flag to doctest.
R David Murray
2012-11-21
1
-2/+45
*
|
|
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
Chris Jerdonek
2012-11-21
2
-0/+21
|
\
\
\
|
|
/
/
|
*
|
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
2
-0/+21
*
|
|
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
|
\
\
\
|
|
/
/
|
*
|
Do a better job of preserving the state of sys.modules.
Barry Warsaw
2012-11-20
1
-1/+6
*
|
|
Merge test from issue #1160.
Antoine Pitrou
2012-11-20
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Merge test from issue #1160.
Antoine Pitrou
2012-11-20
1
-0/+6
|
|
\
\
|
|
|
/
|
|
*
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Antoine Pitrou
2012-11-20
1
-0/+6
*
|
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-4/+21
|
\
\
\
|
|
/
/
|
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-4/+21
|
*
|
#7782: merge with 3.2.
Ezio Melotti
2012-11-18
1
-0/+15
|
|
\
\
|
|
|
/
|
|
*
#7782: add a test for test_iter.
Ezio Melotti
2012-11-18
1
-0/+15
*
|
|
Remove sys.platform == 'riscos' checks from some Python and test files. #16501
Christian Heimes
2012-11-18
4
-10/+3
*
|
|
#7782: merge with 3.3.
Ezio Melotti
2012-11-18
1
-0/+15
*
|
|
Issue #15627: Add the compile_source() method to
Brett Cannon
2012-11-18
1
-6/+9
*
|
|
#16306: merge with 3.3.
Ezio Melotti
2012-11-18
1
-1/+8
|
\
\
\
|
|
/
/
|
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-18
1
-1/+8
|
|
\
\
|
|
|
/
|
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-1/+8
|
|
*
#14313: zipfile now raises NotImplementedError when the compression type is u...
Ezio Melotti
2012-11-18
1
-0/+11
*
|
|
Issue #10966: Remove the concept of unexpected skipped tests.
Brett Cannon
2012-11-18
3
-298/+12
*
|
|
Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...
Antoine Pitrou
2012-11-17
1
-0/+140
*
|
|
Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...
Mark Dickinson
2012-11-15
1
-14/+18
*
|
|
Allow configuration of handler properties.
Vinay Sajip
2012-11-15
1
-0/+35
*
|
|
merge 3.3
Philip Jenvey
2012-11-14
1
-5/+10
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Philip Jenvey
2012-11-14
1
-5/+10
|
|
\
\
|
|
|
/
|
|
*
don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)
Philip Jenvey
2012-11-14
1
-5/+9
*
|
|
Fix a typo
Brett Cannon
2012-11-14
1
-1/+1
*
|
|
merge
Brett Cannon
2012-11-14
1
-0/+2
|
\
\
\
|
*
|
|
Issue #16290: __complex__ must now always return an instance of complex.
Mark Dickinson
2012-11-14
1
-0/+2
*
|
|
|
Clean up the messages used by some tests.
Brett Cannon
2012-11-14
4
-11/+7
*
|
|
|
Clean up test_sundry and have it error out when a module has grown
Brett Cannon
2012-11-14
1
-18/+14
*
|
|
|
Use importlib instead of calling __import__ directly.
Brett Cannon
2012-11-14
1
-2/+1
|
/
/
/
*
|
|
Fix whitespace.
Antoine Pitrou
2012-11-13
1
-1/+1
*
|
|
Issue #12428: Add a pure Python implementation of functools.partial().
Antoine Pitrou
2012-11-13
1
-72/+136
*
|
|
merge 3.3
Philip Jenvey
2012-11-13
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.2
Philip Jenvey
2012-11-13
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
add gc_collects to weakref tests
Philip Jenvey
2012-11-13
1
-0/+3
|
|
*
Merge heads
Antoine Pitrou
2012-11-11
1
-19/+18
|
|
|
\
|
*
|
|
Issue #16218, #16444: Backport improvment on tests for non-ASCII characters
Victor Stinner
2012-11-12
4
-10/+105
*
|
|
|
Issue #15478: os.lchflags() is not always available when os.chflags() is avai...
Victor Stinner
2012-11-13
1
-4/+3
*
|
|
|
Add a test for hashing of unaligned memory buffers (from issue #16427).
Antoine Pitrou
2012-11-11
1
-0/+10
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Add a test for hashing of unaligned memory buffers (from issue #16427).
Antoine Pitrou
2012-11-11
1
-0/+10
|
*
|
|
Merge heads
Antoine Pitrou
2012-11-11
1
-19/+18
|
|
\
\
\
|
*
\
\
\
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou
2012-11-11
1
-21/+84
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
*
|
|
|
|
Merge heads
Antoine Pitrou
2012-11-11
1
-20/+19
|
\
\
\
\
\
[next]