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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8227: Fix C API documentation, argument parsing
Victor Stinner
2010-04-03
1
-10/+10
*
Issue #1222585: Added LDCXXSHARED for C++ support
Tarek Ziadé
2010-04-03
3
-15/+53
*
Factor-out constant expressions
Raymond Hettinger
2010-04-03
1
-14/+6
*
Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear(...
Raymond Hettinger
2010-04-03
1
-2/+8
*
Another attempt at a fix for unittest.test.test_result for windows line endings
Michael Foord
2010-04-03
1
-5/+4
*
Cross platform unittest.TestResult newline handling when buffering stdout / s...
Michael Foord
2010-04-03
2
-15/+15
*
give TypeError when trying to set T_STRING_INPLACE
Benjamin Peterson
2010-04-03
4
-5/+27
*
Support dotted module names for test discovery paths in unittest. Issue 7780.
Michael Foord
2010-04-03
2
-6/+32
*
split out large test function
Benjamin Peterson
2010-04-03
1
-16/+21
*
Fix assertRaises usage on reflection functions which should raise
Brian Curtin
2010-04-03
1
-5/+8
*
more _PyString_Resize error checking
Benjamin Peterson
2010-04-03
3
-13/+20
*
Clear cyclical references in list based OrderedDict.
Raymond Hettinger
2010-04-03
1
-3/+11
*
always check _PyString_Resize for error
Benjamin Peterson
2010-04-02
1
-10/+12
*
set svn:eol-style on new file
Benjamin Peterson
2010-04-02
1
-42/+42
*
Add note about #1220212 (os.kill on Windows)
Brian Curtin
2010-04-02
1
-0/+3
*
Implement #1220212. Add os.kill support for Windows.
Brian Curtin
2010-04-02
10
-6/+197
*
Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
Michael Foord
2010-04-02
3
-0/+27
*
unittest tests no longer replace the sys.stdout put in place by regrtest
Michael Foord
2010-04-02
2
-8/+4
*
Issue #8294: Allow float and Decimal arguments in Fraction constructor.
Mark Dickinson
2010-04-02
4
-20/+121
*
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...
Michael Foord
2010-04-02
2
-19/+18
*
Add a line about #7347 to Misc\News
Brian Curtin
2010-04-02
1
-0/+3
*
Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ...
Ezio Melotti
2010-04-02
1
-1/+3
*
Addition of -b command line option to unittest for buffering stdout and stder...
Michael Foord
2010-04-02
5
-14/+217
*
removed documentation on code that was reverted and pushed into distutils2
Tarek Ziadé
2010-04-02
2
-110/+0
*
Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests.
Brian Curtin
2010-04-02
3
-38/+386
*
removed the local copy of xxmodule, and skip only test_build_ext when xxmodul...
Tarek Ziadé
2010-04-02
2
-398/+21
*
Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.
Mark Dickinson
2010-04-02
1
-0/+1
*
Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers.
Mark Dickinson
2010-04-02
0
-0/+0
*
Issue 8257: Decimal constructor to accept float.
Raymond Hettinger
2010-04-02
3
-11/+45
*
#6647: add note to two examples
Andrew M. Kuchling
2010-04-02
1
-2/+7
*
#6647: document that catch_warnings is not thread-safe
Andrew M. Kuchling
2010-04-02
1
-0/+8
*
Backport some robotparser test and skip the test if the external resource is ...
Florent Xicluna
2010-04-02
1
-5/+18
*
#4440: modernize a use of filter(), making it compatible with 3.x
Andrew M. Kuchling
2010-04-02
1
-1/+1
*
Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...
Eric Smith
2010-04-02
4
-14/+106
*
Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is
Larry Hastings
2010-04-02
2
-0/+6
*
Capsule-related changes:
Larry Hastings
2010-04-02
6
-3/+62
*
Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.
Mark Dickinson
2010-04-02
3
-6/+27
*
Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.
Mark Dickinson
2010-04-02
3
-14/+60
*
#8012: clarification in generator glossary entry.
Georg Brandl
2010-04-02
1
-1/+3
*
Document PyImport_ExecCodeModuleEx().
Georg Brandl
2010-04-02
2
-0/+21
*
Remove col-spanning cells in logging docs.
Georg Brandl
2010-04-02
1
-4/+4
*
Issue #2531: Make float-to-decimal comparisons return correct results.
Mark Dickinson
2010-04-02
4
-13/+74
*
Fix typo in unicode character name.
Georg Brandl
2010-04-02
1
-1/+1
*
#2768: add a note on how to get a file descriptor.
Georg Brandl
2010-04-02
1
-0/+4
*
Add 2.6.5.
Georg Brandl
2010-04-02
1
-0/+1
*
#7092: silence some py3k warnings
Florent Xicluna
2010-04-02
4
-6/+6
*
#7092: Drop the cmp argument.
Florent Xicluna
2010-04-02
2
-15/+2
*
#7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...
Florent Xicluna
2010-04-02
37
-149/+169
*
Cleanup itertools recipes
Raymond Hettinger
2010-04-02
1
-8/+8
*
Add and update itertools recipes.
Raymond Hettinger
2010-04-02
1
-1/+23
[next]