]> granicus.if.org Git - python/shortlog
python
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...
2010-08-01 Georg Brandl#4810: document "--" option separator in timeit help.
2010-08-01 Georg Brandl#8821: do not rely on Unicode strings being terminated...
2010-08-01 Georg BrandlNo need to split this, there are enough long lines.
2010-08-01 Georg Brandl#1690103: fix initial namespace for code run with trace...
2010-08-01 Georg BrandlAdd another news entry.
2010-08-01 Georg Brandl#8230: make Lib/test/sortperf.py run on Python 3.
2010-08-01 Georg BrandlSmall improvements to pstats browser: do not crash...
2010-08-01 Georg Brandl#7395: fix traceback in do_add() when no stats are...
2010-08-01 Georg Brandl#8735: better explain semantics of *values* argument...
2010-08-01 Georg Brandl#8768: name test method properly so that it gets executed.
2010-08-01 Georg Brandl#8773: mailbox.py does not need to be executable.
2010-08-01 Georg BrandlBuild properties using lambdas. This makes test_pyclbr...
2010-08-01 R. David Murray#8620: Cmd no longer truncates last character if stdin...
2010-07-31 Raymond HettingerFix build on VS8.
2010-07-31 Antoine PitrouReorder entries by module lexicographic order
2010-07-31 Georg Brandl#5146: handle UID THREAD command correctly.
2010-07-31 Georg Brandl#5147: revert accidental indentation of header constant...
2010-07-31 Georg Brandl#4007: remove *.a and *.so.X.Y files in "make clean".
2010-07-31 Georg Brandl#8292: Fix three instances of truth tests on return...
2010-07-31 Georg Brandl#8198: the Helper class should not save the stdin and...
2010-07-31 Georg BrandlFix "Berkeley" name.
2010-07-31 Georg Brandl#7909: the prefixes \\.\ and \\?\ indicate special...
2010-07-31 Georg BrandlThere always is a False and True now.
2010-07-31 Georg Brandl#8910: add a file explaining why Lib/test/data is there.
2010-07-31 Georg Brandl#3788: more tests for http.cookies, now at 95% coverage...
2010-07-31 Georg BrandlClarify comment in comments test case explaining commen...
2010-07-31 Georg Brandl#1286: allow using fileinput.FileInput as context manager.
2010-07-31 Georg Brandl#9442: do not document a specific format for sys.versio...
2010-07-31 Georg Brandl#5778: document that sys.version can contain a newline.
2010-07-31 Georg BrandlRemove trailing whitespace.
2010-07-31 Georg BrandlFix bad merge: test_support -> support.
2010-07-31 Martin v. LöwisDrop webchecker and BerkeleyDB license.
2010-07-31 Georg Brandl#9440: Remove borderline test case that fails based...
2010-07-31 Georg BrandlMove news item to the correct position.
2010-07-31 Georg BrandlRe-commit r83327 now that the release is done.
2010-07-31 Antoine PitrouAdd ssl changes to the 3.2 "what's new".
2010-07-31 Georg BrandlPost-release updates.
2010-07-31 Georg BrandlTagging release 3.2a1.
2010-07-31 Georg BrandlFrom Martin: New UUIDs for the 3.2 release series. v3.2a1
2010-07-31 Georg BrandlImport test_pdb with its full name, so that running...
2010-07-31 Georg Brandl#9430: document timedelta str() and repr().
2010-07-31 Georg BrandlRewrap.
2010-07-31 Martin v. LöwisTruly uncomment rm lines.
2010-07-31 Victor StinnerIssue #8966: Fix ctypes tests for Windows
2010-07-31 Martin v. LöwisDelete openssl checkouts.
next