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
...
*
fix test_xmlrpc failures #4939
Benjamin Peterson
2009-01-13
1
-1/+1
*
#1162154: inspect.getmembers() now skips attributes that raise AttributeError,
Amaury Forgeot d'Arc
2009-01-13
3
-2/+19
*
#4807: Remove a wrong usage of wsprintf in the winreg module
Amaury Forgeot d'Arc
2009-01-13
2
-10/+8
*
Issue #4935: The overflow checking code in the expandtabs() method common
Antoine Pitrou
2009-01-13
2
-37/+34
*
de-spacify
Benjamin Peterson
2009-01-13
1
-2/+2
*
Use assertRaises.
Georg Brandl
2009-01-13
1
-6/+1
*
add bytearrayobject.h to PYTHON_HEADERS
Benjamin Peterson
2009-01-13
1
-0/+1
*
make bytearrayobject.o depend on the stringlib #4936
Benjamin Peterson
2009-01-13
1
-0/+3
*
Fix refcount leak in error cases. Bug found by coverity.
Thomas Heller
2009-01-13
1
-1/+4
*
Note that first coord. is left alone
Andrew M. Kuchling
2009-01-13
1
-1/+1
*
ast.literal_eval can properly evaluate complex numbers now. This fixes issue...
Armin Ronacher
2009-01-13
2
-0/+23
*
Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard().
Raymond Hettinger
2009-01-13
1
-2/+2
*
Add table of idioms/patterns for using Counter objects.
Raymond Hettinger
2009-01-13
1
-11/+21
*
Fix call signature and markup.
Georg Brandl
2009-01-13
1
-3/+3
*
Speed-up __repr__. Eliminate duplicate tests. Use a from-irmport.
Raymond Hettinger
2009-01-13
1
-48/+3
*
Fixup and simplify docstrings and doctests.
Raymond Hettinger
2009-01-13
1
-16/+14
*
Minor documentation tweaks and simpler update() example.
Raymond Hettinger
2009-01-13
1
-15/+12
*
small logic correction
Benjamin Peterson
2009-01-13
1
-2/+1
*
Simplify Counter() API. Replace items keyword argument
Raymond Hettinger
2009-01-13
3
-42/+46
*
#3720: Interpreter crashes when an evil iterator removes its own next function.
Amaury Forgeot d'Arc
2009-01-12
9
-67/+47
*
Issue 1696199: Add collections.Counter().
Raymond Hettinger
2009-01-12
4
-2/+430
*
Minor changes/corrections in markup.
Vinay Sajip
2009-01-12
1
-17/+14
*
Add tests for invalid format specifiers in strftime, and for handling of inva...
Kristján Valur Jónsson
2009-01-12
2
-1/+59
*
Optimize heapq.nsmallest/nlargest for cases where n==1 or n>=size.
Raymond Hettinger
2009-01-12
1
-1/+46
*
Misc/NEWS for issue 4293
Kristján Valur Jónsson
2009-01-12
1
-0/+3
*
Update Misc/NEWS for issue 3582
Kristján Valur Jónsson
2009-01-12
1
-0/+2
*
Issue #4893: Use NT threading on CE.
Martin v. Löwis
2009-01-12
3
-7/+28
*
Issue #4915: Port sysmodule to Windows CE.
Martin v. Löwis
2009-01-12
2
-3/+14
*
add email addresses
Benjamin Peterson
2009-01-11
2
-2/+2
*
Update the documentation for binascii and zlib crc32/adler32 functions
Gregory P. Smith
2009-01-11
2
-14/+55
*
correct email address
Gregory P. Smith
2009-01-11
1
-2/+2
*
Issue 4879: Allow buffering for HTTPResponse
Kristján Valur Jónsson
2009-01-11
4
-43/+36
*
Issue #4895: Use _strdup on Windows CE.
Martin v. Löwis
2009-01-11
2
-0/+8
*
Issue #4279: Fix build of parsermodule under Cygwin.
Martin v. Löwis
2009-01-11
3
-0/+4
*
Fixed version number in build_ssl.bat.
Hirokazu Yamamoto
2009-01-11
2
-4/+4
*
macos 9 isn't supported
Benjamin Peterson
2009-01-10
1
-1/+0
*
move seealso to a more appropiate place
Benjamin Peterson
2009-01-10
1
-7/+4
*
make tests fail if they can't be imported
Benjamin Peterson
2009-01-10
1
-3/+0
*
Corrected minor typo and added .currentmodule directives to fix missing cross...
Vinay Sajip
2009-01-10
1
-1/+10
*
Remove an unnecessary check from test_decimal.
Mark Dickinson
2009-01-10
1
-1/+0
*
fix encoding
Benjamin Peterson
2009-01-10
1
-1/+1
*
Add ACKS entries for some of the patches I've been committing.
Antoine Pitrou
2009-01-10
1
-0/+6
*
tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
Benjamin Peterson
2009-01-10
1
-1/+1
*
rewrite verbose conditionals
Benjamin Peterson
2009-01-10
1
-2/+2
*
- Issue #4861: ctypes.util.find_library(): Robustify. Fix library detection on
Matthias Klose
2009-01-10
2
-4/+39
*
Add NEWS entry for r68484.
Antoine Pitrou
2009-01-10
1
-0/+2
*
Issue #3860: GzipFile and BZ2File now support the context manager protocol.
Antoine Pitrou
2009-01-10
4
-1/+83
*
Corrected an incorrect self-reference.
Vinay Sajip
2009-01-10
1
-1/+0
*
Minor documentation changes cross-referencing NullHandler to the documentatio...
Vinay Sajip
2009-01-10
1
-1/+8
*
Issue 4906: Preserve windows error state across PyThread_get_key_value
Kristján Valur Jónsson
2009-01-10
1
-1/+10
[prev]
[next]