]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-08-04  Antoine PitrouI'm interested in threading issues as well
2010-08-04  Richard Jonesfix test_smtplib/test_smtpd collision through pre-loade...
2010-08-04  Antoine PitrouFactor out stripping of interpreter debug output in...
2010-08-04  Giampaolo Rodolàas per discussion with antoine revert changes made...
2010-08-04  Antoine PitrouSomething fun to maintain
2010-08-04  Giampaolo Rodolàfix issue #6822: ftplib's storline method doesn't work...
2010-08-04  Giampaolo Rodolàissue #8687: provides a test suite for sched.py module
2010-08-04  Giampaolo Rodolàfix issue #2944: asyncore doesn't handle connection...
2010-08-04  Senthil KumaranFix Issue754016 - urlparse goes wrong with IP:port...
2010-08-04  Richard Jonesimprove smtpd module test coverage
2010-08-04  Richard Jonesnote smtpd module changes in NEWS
2010-08-04  Antoine PitrouThat test was never run (since thread has been renamed...
2010-08-03  R. David Murray#3196: if needed pad a short base64 encoded word before...
2010-08-03  Mark DickinsonMisc/NEWS entry for r83677.
2010-08-03  Martin v. LöwisAdd various missing files.
2010-08-03  Antoine PitrouIn test_threading_local, test both the default _thread...
2010-08-03  Mark DickinsonFix memory leak in ssl module.
2010-08-03  R. David Murray#9444: use first of prefix_chars for help opt instead...
2010-08-03  Antoine PitrouIssue #8867: Fix `Tools/scripts/serve.py` to work with...
2010-08-03  Mark DickinsonIssue #8065: Fix another memory leak in readline modul...
2010-08-03  Mark DickinsonIssue #9450: Fix memory leaks in readline.remove/repla...
2010-08-03  Georg BrandlA couple of nits how to ignore errors.
2010-08-03  Georg BrandlGet rid of UserWarnings when running Sphinx from tools...
2010-08-03  Georg BrandlTerminology fix: exceptions are raised, except in gener...
2010-08-03  Georg BrandlFix regrtest -F.
2010-08-03  Ronald OussorenFix for issue 9455: platform.mac_ver() broken on OSX/ppc
2010-08-03  Richard Jonesimprovements to test_smtplib per issue2423
2010-08-02  Georg BrandlFix-up some tkinter demos.
2010-08-02  Georg BrandlRemove reference to removed faqwiz tool.
2010-08-02  Georg BrandlRemove obsolete pdist demo.
2010-08-02  Georg BrandlAnother demo that at least runs again.
2010-08-02  Georg BrandlMake minigzip work again.
2010-08-02  Georg BrandlUpdate Demo README.
2010-08-02  Georg BrandlFix unicode literal.
2010-08-02  Georg BrandlMake the framer run (still generates wrong code for...
2010-08-02  Georg BrandlUpdate README, remove obsolete script.
2010-08-02  Georg BrandlUpdate README, remove obsolete scripts.
2010-08-02  Georg BrandlUpdate README for Tools.
2010-08-02  Georg BrandlRemove faqwiz tool.
2010-08-02  Georg BrandlMinimum fixes to make freeze.py do something useful.
2010-08-02  Georg BrandlMake the Pynche tool work with Python 3.
2010-08-02  Georg Brandl#9061: warn that single quotes are never escaped.
2010-08-02  Georg Brandl#9457: fix documentation links for 3.2.
2010-08-02  Georg Brandl#8119: fix copy-paste error.
2010-08-02  Georg Brandl#9238: zipfile does handle archive comments.
2010-08-02  Georg Brandl#6867: epoll.register() returns None.
2010-08-02  Georg BrandlClarify that abs() is not a namespace.
2010-08-02  Georg Brandl#7797: be explicit about bytes-oriented interface of...
2010-08-02  Georg Brandl#9019: remove false (in 3k) claim about Headers updates.
2010-08-02  Georg Brandl#9111: document that do_help() looks at docstrings.
2010-08-02  Georg Brandl#9037: add example how to raise custom exceptions from...
2010-08-02  Georg Brandl#4280: remove outdated "versionchecker" tool.
2010-08-02  Georg Brandl#9087: update json docstrings -- unicode and long do...
2010-08-02  Georg Brandl#8648: document UTF-7 codec functions.
2010-08-02  Georg Brandl#8861: remove unused variable.
2010-08-02  Georg Brandl#7280: note about nasmw.exe.
2010-08-02  Georg BrandlRemove redundant information.
2010-08-02  Georg Brandl#9438: clarify that constant names also cannot be assig...
2010-08-02  Georg BrandlRemove XXX comment that was displayed.
2010-08-02  Georg Brandl#9451: strengthen warning about __*__ special name...
2010-08-02  Georg Brandl#8172: how does one use a property?
2010-08-02  Georg Brandl#7386: add example that shows that trailing path separa...
2010-08-02  Georg Brandl#7973: Fix distutils options spelling.
2010-08-02  Georg Brandl#8560: add progress indicator to regrtest.
2010-08-02  Georg BrandlMove test_SimpleHTTPServer into test_httpservers.
2010-08-02  Georg Brandl#6928: fix class docs w.r.t. new metaclasses.
2010-08-02  Georg Brandl#8578: mention danger of not incref'ing weak referenced...
2010-08-02  Georg Brandl#7372: fix regression in pstats: a previous fix to...
2010-08-02  Senthil KumaranRewording the getheader method of HTTPResponse.
2010-08-02  Georg BrandlDocument how to refer to decorators and decorator methods.
2010-08-02  Georg Brandl#3821: beginnings of a trace.py unittest.
2010-08-02  Georg BrandlFix softspace relic.
2010-08-02  Georg BrandlGet rid of spurious "threading" entries in trace output.
2010-08-02  Georg Brandl#9428: fix running scripts from profile/cProfile with...
2010-08-02  Georg Brandl#9209 and #7781: fix two crashes in pstats interactive...
2010-08-02  Senthil KumaranFix Issue8572 - httplib getheader() throws error inste...
2010-08-02  Raymond HettingerDemonstrate the caching decorators in whatsnew.
2010-08-02  Raymond HettingerAdd example applications for the LRU and LFU cache...
2010-08-01  R. David MurrayFix ACKS alphabetization.
2010-08-01  Georg BrandlFix style of referring to issues.
2010-08-01  Raymond HettingerUpdate OrderedDict implementation to match that in...
2010-08-01  Raymond HettingerFix VS8.0 build by adding _time.h and _time.c to the...
2010-08-01  Mark DickinsonDon't delete Lib/test/data/README when doing 'make...
2010-08-01  Raymond HettingerIssue 9445: Fix undefined symbols on VS8.0 build.
2010-08-01  Georg BrandlRevert r83395, it introduces test failures and is not...
2010-08-01  Antoine PitrouIssue #8397: Raise an error when attempting to mix...
2010-08-01  Ronald Oussorentest_getgroups as introduced with issue7900 failed...
2010-08-01  Georg Brandl#5776: fix mistakes in python specfile. (Nobody probab...
2010-08-01  Senthil KumaranFix Issue8123 - TypeError in urllib when trying to...
2010-08-01  Antoine PitrouIssue #9448: Fix a leak of OS resources (mutexes or...
2010-08-01  Georg Brandl#5551: symbolic links never can be mount points. Fixes...
2010-08-01  Brian CurtinFix #8105. Add validation to mmap.mmap so invalid file...
2010-08-01  Georg Brandl#8046: add context manager protocol support to mmap...
2010-08-01  Georg Brandl#4943: do not try to include drive letters (and colons...
2010-08-01  Georg Brandl#6439: fix argument type for PySys_SetArgvEx() and...
2010-08-01  Mark DickinsonAdd test for memory leak reported in issue 9422.
2010-08-01  Mark DickinsonIssue #9416: Fix some issues with complex formatting...
2010-08-01  Georg BrandlPackage some new files that are needed for running...
2010-08-01  Georg Brandl#8826: the "expires" attribute value is a date string...
2010-08-01  Ronald OussorenEnsure that test_site actually passes with a framework...
next