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
*
Silence a 'comparison between signed and unsigned integer expressions' gcc wa...
Mark Dickinson
2010-04-06
1
-1/+1
*
Issue #8259: Clarify that there's an upper bound on the right-hand operand of...
Mark Dickinson
2010-04-06
1
-0/+3
*
Issue #8193: Fix test_zlib failure with zlib 1.2.4.
Antoine Pitrou
2010-04-06
2
-1/+3
*
Misc/NEWS entry for r79843.
Mark Dickinson
2010-04-06
1
-0/+4
*
Issue #8259: Get rid of 'outrageous left shift count' error when
Mark Dickinson
2010-04-06
1
-14/+6
*
14 years later, we still don't know what it's for.
Antoine Pitrou
2010-04-06
1
-10/+0
*
Note that PEP 378 also applies to int.
Eric Smith
2010-04-06
1
-0/+5
*
Add JP.
Georg Brandl
2010-04-06
1
-1/+4
*
Fixed PEP 378 example.
Eric Smith
2010-04-06
1
-6/+1
*
#8320: document return value of recv_into().
Georg Brandl
2010-04-06
1
-4/+4
*
ready _sre types
Benjamin Peterson
2010-04-06
1
-2/+3
*
Fix several links and other mistakes.
Ezio Melotti
2010-04-06
1
-166/+191
*
Fix Issue8262 - changing RuntimeError wording to "Threads can only be started...
Senthil Kumaran
2010-04-06
1
-1/+1
*
Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
Antoine Pitrou
2010-04-05
5
-1/+92
*
Fix a failing test on an apparently slow Windows buildbot.
Brian Curtin
2010-04-05
2
-3/+4
*
Use a better NaN test in _Py_HashDouble as well.
Mark Dickinson
2010-04-05
1
-3/+6
*
Classes that override __eq__ also need to define __hash__.
Raymond Hettinger
2010-04-05
2
-0/+9
*
Use a more robust infinity check in _Py_HashDouble.
Mark Dickinson
2010-04-05
2
-3/+12
*
Issue 8316: make test_gdb robust in the face of differing terminal
R. David Murray
2010-04-05
1
-14/+13
*
added a note for Andrew, about distutils2
Tarek Ziadé
2010-04-05
1
-0/+3
*
Fix some broken URLs.
Ezio Melotti
2010-04-05
5
-7/+7
*
Ensure that the gdb hooks can be installed when
Ronald Oussoren
2010-04-05
1
-1/+1
*
Further documentation fix for unittest.rst
Michael Foord
2010-04-05
1
-1/+1
*
Furterh documentation fix for unittest.rst
Michael Foord
2010-04-05
1
-1/+1
*
Documentation fixes for unittest
Michael Foord
2010-04-05
1
-7/+8
*
Fix markup errors.
Ezio Melotti
2010-04-05
3
-3/+3
*
Fix markup, punctuation and whitespaces in _winreg.rst.
Ezio Melotti
2010-04-05
1
-73/+75
*
#8212: rephrase the webservers howto and fix some mistakes.
Ezio Melotti
2010-04-05
1
-374/+421
*
fix escape_encode to return the correct consumed size
Philip Jenvey
2010-04-05
2
-4/+8
*
Issue 8287: try to fix the gdb-python install errors on Solaris
R. David Murray
2010-04-05
1
-2/+3
*
Document signal handling functions in unittest.rst
Michael Foord
2010-04-05
1
-8/+33
*
Adding documentation for new unittest.main() parameters
Michael Foord
2010-04-04
1
-3/+7
*
fix dis on new style classes #8310
Benjamin Peterson
2010-04-04
2
-4/+6
*
Fix markup in decimal.rst.
Ezio Melotti
2010-04-04
1
-1/+1
*
fix tabs
Benjamin Peterson
2010-04-04
1
-1/+1
*
tabify
Benjamin Peterson
2010-04-04
1
-1/+1
*
unittest documentation formatting changes
Michael Foord
2010-04-04
1
-13/+37
*
Add tests for functools.total_ordering.
Raymond Hettinger
2010-04-04
2
-2/+70
*
Add versionchanged entry for Decimal(float) construction.
Mark Dickinson
2010-04-04
1
-7/+15
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
8
-31/+17
*
A handful of whitespace fixes in Modules/_struct.c.
Mark Dickinson
2010-04-04
1
-20/+20
*
Add functools.CmpToKey()
Raymond Hettinger
2010-04-04
3
-0/+73
*
Issue #8300 (__index__ handling in struct.pack): Remove redundant check
Mark Dickinson
2010-04-04
2
-16/+28
*
Documentation nit
Raymond Hettinger
2010-04-04
1
-0/+2
*
Use more specific assert* methods in test_struct.
Ezio Melotti
2010-04-04
1
-8/+8
*
Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and...
Ezio Melotti
2010-04-04
1
-3/+1
*
Add a versionadded to Counter.subtract() doc.
Ezio Melotti
2010-04-04
1
-0/+2
*
Issue 5479: Add functools.total_ordering class decorator.
Raymond Hettinger
2010-04-04
1
-0/+20
*
use our own locale independent ctype macros
Benjamin Peterson
2010-04-03
2
-19/+4
*
ensure that the locale does not affect the tokenization of identifiers
Benjamin Peterson
2010-04-03
2
-4/+20
[next]