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
*
Issue4335: Added a test for inspect.getsourcelines with a module without EOL ...
Alexander Belopolsky
2010-12-02
1
-8/+29
*
Add itertools.accumulate().
Raymond Hettinger
2010-12-01
1
-0/+35
*
Reverted unintended change from r86916
Alexander Belopolsky
2010-12-01
1
-7/+0
*
Issue #4113: Added custom __repr__ method to functools.partial.
Alexander Belopolsky
2010-12-01
2
-0/+36
*
Issue 10593: Adopt Nick's suggestion for an lru_cache with maxsize=None.
Raymond Hettinger
2010-12-01
2
-19/+55
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
19
-154/+160
*
Fix test failure in debug builds and add NEWS entry for r86908
Ezio Melotti
2010-12-01
1
-3/+3
*
#10535: Enable silenced warnings in unittest by default
Ezio Melotti
2010-12-01
6
-18/+203
*
Doc and docstring nits.
Raymond Hettinger
2010-12-01
1
-2/+2
*
Fix #10591. Fix test_os for refleak runs.
Brian Curtin
2010-11-30
1
-2/+1
*
Add link to specification.
Raymond Hettinger
2010-11-30
1
-0/+1
*
Add example, tighten text, and minor clean-ups.
Raymond Hettinger
2010-11-30
2
-10/+10
*
Actually fix what I attempted to fix in r86888...
Brian Curtin
2010-11-30
1
-3/+3
*
Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences...
Nick Coghlan
2010-11-30
2
-76/+422
*
Try to fix failures on platforms that can't encode the test characters.
Brian Curtin
2010-11-30
1
-1/+6
*
Neaten-up a bit.
Raymond Hettinger
2010-11-30
1
-7/+6
*
Issue 10220: switch to using string constants rather than integers for inspec...
Nick Coghlan
2010-11-30
2
-1/+12
*
Issue 10586: change the new functools.lru_cache implementation to expose the ...
Nick Coghlan
2010-11-30
2
-15/+54
*
Issue #10572: Moved json tests to Lib/test/json_tests.
Alexander Belopolsky
2010-11-30
17
-3/+3
*
Issue #10323: Predictable final state for slice().
Raymond Hettinger
2010-11-30
1
-0/+5
*
Use booleans where applicable.
Georg Brandl
2010-11-29
2
-21/+21
*
Code style cleanup in bdb.
Georg Brandl
2010-11-29
1
-31/+21
*
Remove the comment used while testing.
Senthil Kumaran
2010-11-29
1
-1/+0
*
Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.
Senthil Kumaran
2010-11-29
3
-8/+27
*
Issue #10565: Iterator ABC should require both __next__ and __iter__.
Raymond Hettinger
2010-11-29
2
-3/+10
*
Use assertCountEqual instead of assertItemsEqual
Ezio Melotti
2010-11-29
2
-2/+2
*
Do not add an obsolete unittest name to Py3.2.
Raymond Hettinger
2010-11-29
1
-3/+0
*
Fix for #8879.
Brian Curtin
2010-11-28
1
-0/+5
*
Issue #10518: Bring back the callable() builtin.
Antoine Pitrou
2010-11-27
2
-14/+31
*
Issue 10242: unittest.assertItemsEqual makes too many assumptions.
Raymond Hettinger
2010-11-27
3
-32/+44
*
Replace _nbits() with int.bit_length().
Raymond Hettinger
2010-11-27
1
-17/+1
*
Fixed deprecation warnings.
Alexander Belopolsky
2010-11-26
1
-2/+2
*
Modernize code in effective().
Georg Brandl
2010-11-26
1
-21/+15
*
#10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah.
Éric Araujo
2010-11-26
1
-6/+8
*
Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...
Eric Smith
2010-11-25
5
-17/+61
*
Clean-up docstring, comments, and whitespace.
Raymond Hettinger
2010-11-25
1
-5/+15
*
Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...
Terry Reedy
2010-11-25
2
-39/+79
*
sys.abiflags is not defined on all platforms.
Barry Warsaw
2010-11-25
1
-1/+6
*
sys.abiflags may not be defined on all platforms.
Barry Warsaw
2010-11-25
1
-1/+5
*
Fix #8879. Add os.link support to Windows.
Brian Curtin
2010-11-24
1
-0/+28
*
Final patch for issue 9807.
Barry Warsaw
2010-11-24
3
-8/+28
*
Remove unnecessary import.
Barry Warsaw
2010-11-24
1
-1/+0
*
Issue 9222 Fix filetypes for open dialog
Terry Reedy
2010-11-23
1
-2/+2
*
zipfile: remove remaining ResourceWarnings
Łukasz Langa
2010-11-23
2
-16/+24
*
Issue #9846: ZipExtFile provides no mechanism for closing the underlying file...
Łukasz Langa
2010-11-22
1
-2/+12
*
Issue #6878: Fixed return type of tkinter methods documented to return lists.
Alexander Belopolsky
2010-11-22
3
-21/+21
*
Fix test_multiprocessing when ctypes isn't available
Antoine Pitrou
2010-11-22
1
-4/+8
*
Fix tests when ctypes isn't available
Antoine Pitrou
2010-11-22
1
-0/+2
*
#9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...
Ezio Melotti
2010-11-22
2
-37/+31
*
Improve test for 'python -m unittest' launching test discovery
Michael Foord
2010-11-22
1
-5/+4
[next]