]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-04-11  Raymond HettingerMinor factoring
2010-04-11  Stefan KrahFix for issues #3581, #1481 and #7650:
2010-04-11  Andrew M. KuchlingAdd two items
2010-04-11  Andrew M. KuchlingTwo typo fixes
2010-04-11  Raymond HettingerAdd descriptor howto to main documentation
2010-04-11  Andrew M. KuchlingRemove distutils section
2010-04-11  Andrew M. Kuchlingname correct
2010-04-11  Benjamin Petersonadd test for class with no operations defined
2010-04-11  Andrew M. KuchlingAdd various items
2010-04-11  Andrew M. KuchlingPunctuation fix
2010-04-11  Andrew M. KuchlingTwo grammar fixes
2010-04-11  Raymond HettingerAdd the sorting HOWTO to the main docs.
2010-04-10  Antoine PitrouRevert temporary commit in r79937
2010-04-10  Antoine PitrouTemporary commit of fix to issue #5380 (in order to...
2010-04-10  Philip Jenveyfix PYTHONWARNINGS handling to not modify the original...
2010-04-10  Jean-Paul CalderoneRefactor a couple inspect module tests to remove duplic...
2010-04-10  Philip Jenveyadjust gc_collect for Jython
2010-04-10  Benjamin Petersontowards beta 2
2010-04-10  Raymond HettingerIssue 8361: Remove assert from functools.total_ordering\ 1
2010-04-10  Benjamin Petersontag first 2.7b1 beta
2010-04-10  Benjamin Petersonupdate pydoc-topics v2.7b1
2010-04-10  Benjamin Petersonbump version to 2.7b1
2010-04-10  Nick CoghlanFix typo in comment
2010-04-10  Nick CoghlanTry to turn some buildbots green by allowing test_multi...
2010-04-10  Georg Brandl#8346: update version.
2010-04-10  Georg Brandl#8360: skipTest was added in 2.7.
2010-04-10  Raymond HettingerFixup new itertools recipes.
2010-04-09  Antoine PitrouRevert r79915 (temporary commit to check for buildbots...
2010-04-09  Antoine PitrouTemporarily commit fix to issue #8108, to check for...
2010-04-09  Antoine PitrouSSL_MODE_AUTO_RETRY has been added in OpenSSL 0.9.6...
2010-04-08  Martin v. LöwisIssue #8348: Fix test ftp url in test_urllib2net.
2010-04-08  Martin v. LöwisIssue #8204: Fix test_ttk notebook test by forcing...
2010-04-08  Martin v. LöwisIssue #8344: Fix test_ttk bug on FreeBSD.
2010-04-08  Ronald OussorenThis check-in fixes two problems:
2010-04-08  Michael FoordCorrection of unittest documentation typos and omissions
2010-04-08  Michael FoordSwitch regrtest to use StringIO instead of cStringIO...
2010-04-07  Michael Foordunittest.result.TestResult does not create its buffers...
2010-04-07  Martin v. LöwisIssue #8337: Disable the remaining test also for now.
2010-04-07  Jeroen Ruigrok... Document the libffi FreeBSD fix.
2010-04-07  Jeroen Ruigrok... FreeBSD is not a sysv platform, so use freebsd.S instea...
2010-04-07  Martin v. LöwisIssue #8314: Fix unsigned long long bug in libffi on...
2010-04-07  Mark DickinsonUse some more interesting test values for (unsigned...
2010-04-07  Vinay SajipIssue #8331: logging: fixed some grammatical errors...
2010-04-07  Stefan KrahIssue #8328: Silence Visual Studio warnings.
2010-04-06  Philip Jenveydocument new PYTHONWARNINGS env var
2010-04-06  Benjamin Petersontell people to update python.man, too
2010-04-06  Philip Jenvey#7301: add the environment variable $PYTHONWARNINGS...
2010-04-06  Michael FoordFix module directory finding logic for dotted paths...
2010-04-06  Vinay SajipIssue #8327: logging: Clarification of propagation...
2010-04-06  Mark DickinsonMore NaN consistency doc fixes.
2010-04-06  Mark DickinsonUse consistent spelling for nans (thanks Georg for...
2010-04-06  Benjamin Petersonremove a optimization that resulted in unexpected behav...
2010-04-06  Benjamin Petersonuse skip decorator
2010-04-06  Georg BrandlFix syntax.
2010-04-06  Mark DickinsonIssue #7947: Clarify math module behaviour for IEEE...
2010-04-06  Mark DickinsonSilence a 'comparison between signed and unsigned integ...
2010-04-06  Mark DickinsonIssue #8259: Clarify that there's an upper bound on...
2010-04-06  Antoine PitrouIssue #8193: Fix test_zlib failure with zlib 1.2.4.
2010-04-06  Mark DickinsonMisc/NEWS entry for r79843.
2010-04-06  Mark DickinsonIssue #8259: Get rid of 'outrageous left shift count...
2010-04-06  Antoine Pitrou14 years later, we still don't know what it's for.
2010-04-06  Eric SmithNote that PEP 378 also applies to int.
2010-04-06  Georg BrandlAdd JP.
2010-04-06  Eric SmithFixed PEP 378 example.
2010-04-06  Georg Brandl#8320: document return value of recv_into().
2010-04-06  Benjamin Petersonready _sre types
2010-04-06  Ezio MelottiFix several links and other mistakes.
2010-04-06  Senthil KumaranFix Issue8262 - changing RuntimeError wording to "Threa...
2010-04-05  Antoine PitrouIssue #8321: Give access to OpenSSL version numbers...
2010-04-05  Brian CurtinFix a failing test on an apparently slow Windows buildbot.
2010-04-05  Mark DickinsonUse a better NaN test in _Py_HashDouble as well.
2010-04-05  Raymond HettingerClasses that override __eq__ also need to define __hash__.
2010-04-05  Mark DickinsonUse a more robust infinity check in _Py_HashDouble.
2010-04-05  R. David MurrayIssue 8316: make test_gdb robust in the face of differi...
2010-04-05  Tarek Ziadéadded a note for Andrew, about distutils2
2010-04-05  Ezio MelottiFix some broken URLs.
2010-04-05  Ronald OussorenEnsure that the gdb hooks can be installed when
2010-04-05  Michael FoordFurther documentation fix for unittest.rst
2010-04-05  Michael FoordFurterh documentation fix for unittest.rst
2010-04-05  Michael FoordDocumentation fixes for unittest
2010-04-05  Ezio MelottiFix markup errors.
2010-04-05  Ezio MelottiFix markup, punctuation and whitespaces in _winreg...
2010-04-05  Ezio Melotti#8212: rephrase the webservers howto and fix some mistakes.
2010-04-05  Philip Jenveyfix escape_encode to return the correct consumed size
2010-04-05  R. David MurrayIssue 8287: try to fix the gdb-python install errors...
2010-04-05  Michael FoordDocument signal handling functions in unittest.rst
2010-04-04  Michael FoordAdding documentation for new unittest.main() parameters
2010-04-04  Benjamin Petersonfix dis on new style classes #8310
2010-04-04  Ezio MelottiFix markup in decimal.rst.
2010-04-04  Benjamin Petersonfix tabs
2010-04-04  Benjamin Petersontabify
2010-04-04  Michael Foordunittest documentation formatting changes
2010-04-04  Raymond HettingerAdd tests for functools.total_ordering.
2010-04-04  Mark DickinsonAdd versionchanged entry for Decimal(float) construction.
2010-04-04  Raymond HettingerAdd tests for cmp_to_key.
2010-04-04  Mark DickinsonA handful of whitespace fixes in Modules/_struct.c.
2010-04-04  Raymond HettingerAdd functools.CmpToKey()
2010-04-04  Mark DickinsonIssue #8300 (__index__ handling in struct.pack): Remove...
2010-04-04  Raymond HettingerDocumentation nit
2010-04-04  Ezio MelottiUse more specific assert* methods in test_struct.
next