]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-05-21  Benjamin Petersonremove debugging rubish
2010-05-21  Benjamin Petersonensure the last line has a trailing newline #8782
2010-05-21  Georg Brandl#8707: remove duplicate paragraph part.
2010-05-21  Benjamin Petersonfix name
2010-05-21  Benjamin Petersonuse addCleanup
2010-05-21  Georg BrandlAdd missing parameter in SimpleXMLRPCServer signature.
2010-05-21  Georg Brandltypo
2010-05-21  Benjamin Petersonreturn NotImplemented from Mapping when comparing to...
2010-05-21  Georg Brandl#8783: replace link to now dead hash collision FAQ.
2010-05-21  Vinay SajipUpdated logging documentation with more dictConfig...
2010-05-21  Antoine PitrouIssue #5753: A new C API function, :cfunc:`PySys_SetArg...
2010-05-20  Benjamin Petersonfix extra 't' #8778
2010-05-20  Brett CannonTurned out that if you used explicit relative import...
2010-05-20  Victor Stinnerlibpython.py: fix support of non-BMP unicode characters
2010-05-19  Tarek Ziadé#8759: Fixed user paths in sysconfig for posix and...
2010-05-19  Stefan KrahFix typo.
2010-05-19  Stefan KrahFix typos in docstrings.
2010-05-19  Ezio MelottiFix typo in argparse doc.
2010-05-18  Giampaolo RodolàFix issue #8573 (asyncore._strerror bug): fixed os...
2010-05-18  Senthil KumaranDoc Fix. Correct link to Zephyr ASDL Abstract page.
2010-05-18  Vinay SajipFixed minor typo in ReST markup.
2010-05-18  Senthil KumaranFix minor typo.
2010-05-17  Antoine PitrouIssue #7079: Fix a possible crash when closing a file...
2010-05-17  Florent XiclunaIssue #1285086: Speed up urllib.quote and urllib.unquot...
2010-05-17  Tarek Ziadéupgraded distutils docs w.r.t. the manifest regeneration
2010-05-17  Florent XiclunaSlight style cleanup.
2010-05-17  Tarek ZiadéFixed #8688: Distutils now recalculates MANIFEST everytime.
2010-05-16  Andrew M. KuchlingAdd cross-reference to later section
2010-05-16  Antoine PitrouClear the OpenSSL error queue each time an error is...
2010-05-16  Antoine PitrouDocument that SSL v2 is insecure.
2010-05-16  Victor StinnerUse with open() as fo: ... instead of try: fo = open...
2010-05-15  Victor StinnerUse 4-spaces for indentation (instead of tabs) in pgen...
2010-05-15  Victor Stinnerreindent _cursesmodule.c
2010-05-15  Amaury Forgeot... Remove unused variable, and fix a compilation warning...
2010-05-15  Victor StinnerNEWS: strip trailing spaces
2010-05-15  Benjamin Petersonuse TestCase skip method
2010-05-15  Stefan KrahIf the timeout is exceeded, count the tests as skipped...
2010-05-14  Victor StinnerFix regression introduced by r81154 (Issue #5099, subpr...
2010-05-14  Victor StinnerIssue #8711: add paragraph titles to c-api/unicode.rst
2010-05-14  Victor StinnerDoc: replace PEP xxx by :pep:`xxx` to create a link...
2010-05-14  Brett Cannonsubprocess.Popen.__del__ referenced global objects...
2010-05-13  Brett Cannontest_site was failing under darwin for non-framework...
2010-05-13  Florent XiclunaRevert changeset r81150 which helped diagnose issue...
2010-05-13  Florent XiclunaImprove test feedback to troubleshoot issue #8423 on...
2010-05-13  Florent XiclunaBetter test skipping, with message in the log.
2010-05-13  Benjamin Petersonrip out mention of types.ListType #8703
2010-05-13  Florent XiclunaRevert the additional OS X information (r81140). Keep...
2010-05-13  Florent XiclunaAdd sensible information about the OS X platform to...
2010-05-13  Victor StinnerFix verb tense in skip message.
2010-05-13  Victor StinnerIssue #8422, test_genericpath: skip the creation of...
2010-05-13  Senthil KumaranFix Issue8657 - adding git and git+ssh as know schemes.
2010-05-12  Mark DickinsonFix unused variable in test_factorial.
2010-05-12  Andrew M. Kuchling#8696: add documentation for logging.config.dictConfig...
2010-05-12  Antoine PitrouImprove _ssl.c formatting
2010-05-12  Andrew M. KuchlingGrammar fix
2010-05-12  Fred Drake- clarify Attr.name comment on the presence of colons...
2010-05-12  Fred Drakefix error introduced in previous commit, and the adjace...
2010-05-12  Andrew M. KuchlingLet's call this done
2010-05-12  Andrew M. KuchlingRevision pass: lots of edits, typo fixes, rearrangements
2010-05-12  Giampaolo RodolàRemoved the assertion that dispatcher.connected attribu...
2010-05-11  Antoine PitrouIssue #8681: Make the zlib module's error messages...
2010-05-11  Antoine PitrouIssue #8672: Add a zlib test ensuring that an incomplet...
2010-05-11  Brian Curtin#8575 - Update and reorganize some _winreg contents.
2010-05-11  Fred Drakefix typo
2010-05-11  Mark DickinsonIssue #8674: fix another bogus overflow check in audioo...
2010-05-11  Mark DickinsonIssue #8510: Remove nested 'main' functions (causing...
2010-05-10  Andrew M. KuchlingUse ';' after initialization macros to avoid confusing...
2010-05-10  Andrew M. KuchlingBreak long line in macros
2010-05-10  Andrew M. KuchlingFix typo
2010-05-10  Georg BrandlFix typo.
2010-05-10  Georg BrandlConsolidate deprecation messages.
2010-05-10  Georg BrandlFix reference direction.
2010-05-10  Georg Brandl#8642: fix wrong function name.
2010-05-10  Michael FoordImproving help message for python -m unittest. Issue...
2010-05-10  Florent XiclunaAdd a link on maketrans().
2010-05-10  Andrew M. KuchlingMove { out of #if...#else block; this confuses Emacs...
2010-05-10  Mark DickinsonIssue #8674: Fix incorrect and UB-inducing overflow...
2010-05-10  Giampaolo RodolàIssue #8490: adds a more solid test suite for asyncore
2010-05-10  Andrew M. KuchlingLink to unittest2 article
2010-05-10  Andrew M. KuchlingUse title case
2010-05-10  Andrew M. KuchlingMarkup fix; re-word a sentence
2010-05-09  Benjamin Petersonfinish clause
2010-05-09  Mark DickinsonWrap multiline macros in a 'do {} while(0)', for safety.
2010-05-09  Mark DickinsonPost-detabification cleanup: whitespace fixes and...
2010-05-09  Antoine PitrouRemove spurious newlines, and add version number.
2010-05-09  Antoine PitrouFixup indentation of PC/_msi.c
2010-05-09  Antoine PitrouUntabify C files. Will watch buildbots.
2010-05-09  Eric SmithIssue 8671: Whitespace fix.
2010-05-09  Michael FoordAdding a test for unittest.BaseTestSuite.
2010-05-09  Mark DickinsonIssue #8644: Improve accuracy of timedelta.total_secon...
2010-05-09  Gregory P.... Revert r81012. buildbot problems and its questionable...
2010-05-08  Gregory P.... Fixes [issue7245] Better Ctrl-C support in pdb.
2010-05-08  Benjamin Petersonremove svn:mergeinfo property
2010-05-08  Jean-Paul CalderoneSkip signal handler re-installation if it is not necess...
2010-05-08  Mark DickinsonFix configure bug that was misreporting availability...
2010-05-08  Benjamin Petersontowards 2.7 release candidate 1
2010-05-08  Benjamin Petersontag second 2.7 beta
2010-05-08  Benjamin Petersonbump version to 2.7 beta 2 v2.7b2
2010-05-08  Michael Foordunittest: issue 8301. Adding functions to test suites...
2010-05-08  Benjamin Petersonupdate pydoc-topics
next