]> granicus.if.org Git - python/shortlog
python
2011-05-24 Victor StinnerIssue #12100: Don't reset incremental encoders of CJK...
2011-05-24 Benjamin Petersonuse '->' to indicate return values
2011-05-23 Benjamin Petersonmust clear an AttributeError if it is set
2011-05-23 Benjamin Petersonhandle old-style instances
2011-05-23 Benjamin Petersoncorrectly lookup __dir__
2011-05-23 Barry WarsawNull merge from 2.6 branch.
2011-05-23 Barry WarsawReplay changeset 70249:b571c7a8cf2e from fubar branch...
2011-05-23 Barry WarsawReplay changeset 70248:c714e2f92f63 from fubar branch...
2011-05-23 Barry WarsawReplay changeset 70238:03e488b5c009 from fubar branch...
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-23 Eli BenderskyIssue 12003: fixing error in xrange alternative sample
2011-05-23 Barry WarsawForward merge.
2011-05-23 Barry WarsawThese files have Windows line endings in 2.6.
2011-05-22 Victor StinnerIssue #12012: test_ssl uses test_support.import_module()
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Victor StinnerIssue #12124: zipimport doesn't keep a reference to...
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonadd example for not using access
2011-05-20 Ezio Melotti#12072: add missing parenthesis in the doc. Patch...
2011-05-18 Raymond HettingerMinor code cleanup.
2011-05-17 Benjamin Petersonmerge heads
2011-05-17 Benjamin Petersonstop using the old brain-dead interface for providing...
2011-05-17 Victor StinnerIssue #12057: Fix .hgeol and test_multibytecodec_suppor...
2011-05-17 Ronald Oussoren(backport) Fixes #11088: IDLE crashes when using F5...
2011-05-17 Ronald Oussoren(backport)Fix #10154 and #10090: locale normalizes...
2011-05-17 Ezio Melotti#12092: backport rephrasing of a paragraph in the tutorial.
2011-05-17 Ezio Melotti#12093: fix typo in struct doc. Patch by Sandro Tosi.
2011-05-17 Senthil KumaranFix closes issue #12088 - fixes the tarfile.extractall...
2011-05-16 Victor StinnerIssue #11614: Fix test_linecache, cjkencodings_test...
2011-05-16 Victor StinnerIssue #12057: Convert CJK encoding testcase BLOB into...
2011-05-15 Ronald OussorenNEWS entry for fix of issue #9516
2011-05-15 Ronald OussorenIssue #9516: avoid errors in sysconfig when MACOSX_DEPL...
2011-05-15 Georg BrandlPort #6498 fix: fix several misspellings of "SystemExit...
2011-05-14 Gregory P.... Fixes Issue #12059: Properly handle missing hash functi...
2011-05-14 Nadeem VawdaIssue #12050: zlib.decompressobj().decompress() now...
2011-05-14 Ezio Melotti#11979: improve wording and markup in sockets howto...
2011-05-14 Ezio Melotti#7960: fix docstrings for captured_output and captured_...
2011-05-14 Ezio Melotti#5723: Improve json tests to be executed with and witho...
2011-05-14 Ezio MelottiChange import_fresh_module to work with packages.
2011-05-13 Kurt B. KaiserIssue #11896: Save on Close failed despite selecting...
2011-05-12 Antoine PitrouIssue #12062: In the `io` module, fix a flushing bug...
2011-05-12 Georg Brandl#12061: remove duplicate glossary entry.
2011-05-10 Ezio Melotti#12051: Fix segfault in json.dumps() while encoding...
2011-05-10 Antoine PitrouIssue #8498: In socket.accept(), allow to specify 0...
2011-05-10 Raymond HettingerIssue 12047: Expand the style guide.
2011-05-09 Victor Stinner(Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes...
2011-05-09 Victor Stinner(Merge 3.1) Issue #1195: Fix input() if it is interrupt...
2011-05-09 Ezio MelottiSome more tests were incorrectly marked as C specific.
2011-05-09 Martin v. LöwisIssue 11164: Remove obsolete allnodes test from minidom...
2011-05-09 Ezio Melotti#11910: Fix test_heapq to skip the C tests when _heapq...
2011-05-09 Ezio Melotti#11910: change import_fresh_module to return None when...
2011-05-09 Ezio MelottiFix deprecation warnings in test_unittest.
2011-05-09 Ezio MelottiAdd a note to the str.find doc to suggest the use of...
2011-05-08 Benjamin Petersonimport_fresh_module ought to be in __all__
2011-05-07 Raymond HettingerFix cut and paste error.
2011-05-07 Raymond HettingerSome tests were incorrectly marked as C specific.
2011-05-07 Antoine PitrouIssue #11927: SMTP_SSL now uses port 465 by default...
2011-05-07 Ezio Melotti#10169: Fix argument parsing in socket.sendto() to...
2011-05-07 Ezio Melotti#12017: Fix segfault in json.loads() while decoding...
2011-05-07 Nadeem VawdaFix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaIssue #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaIssue #11277: Add tests for mmap crash when using large...
2011-05-07 Nadeem VawdaIssue #11277: Remove useless test from test_zlib.
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-06 Ronald OussorenBackport fix for issue #10684 from 3.x
2011-05-05 Ezio Melotti#11997: fix typo in init.rst.
2011-05-05 R David Murray#8158: add missing 'description' description to optpars...
2011-05-04 Victor StinnerIssue #11277: oops, fix checksum values of test_zlib...
2011-05-04 Victor StinnerIssue #11277: test_zlib tests a buffer of 1 GB on 32...
2011-05-04 Ezio Melotti#11985: update docstring of platform.python_implementation.
2011-05-04 Ezio Melotti#11982: remove now unused function.
2011-05-04 Victor StinnerIssue #11277: fix issue number in a test_zlib comment
2011-05-04 Ezio Melotti#11982: fix json.loads('""') to return u'' rather than ''.
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-03 Brian CurtinDenote 3.3.0 as the last supported Windows 2000 release.
2011-05-03 Ezio Melotti#11985: document the return value of platform.python_im...
2011-05-03 Victor StinnerIssue #10276: Fix test_zlib, m may be undefined in...
2011-05-03 Victor StinnerIssue #10276: test_zlib checks that inputs of 2 GB...
2011-05-03 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
2011-05-03 Victor StinnerIssue #8651: Fix "z#" format of PyArg_Parse*() function...
2011-05-03 Victor Stinner(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd...
2011-05-02 Éric AraujoBranch merge
2011-05-02 Éric AraujoFix grammar to include both integer types in 2.x
2011-05-02 Raymond HettingerFix spelling.
2011-05-01 Benjamin Petersonnote abcs of int and float (closes #11977)
2011-05-01 Victor Stinner(Merge 3.1) Issue #9756: credit the author, Andreas...
2011-05-01 Victor Stinner(Merge 3.1) Issue #9756: When calling a method descript...
2011-05-01 Georg BrandlSplit combined code/doctest code blocks in two blocks...
2011-05-01 R David Murray#11971: fix man page; it's -OO not -O0
2011-05-01 Éric AraujoFix wording
2011-05-01 Éric AraujoBranch merge
2011-05-01 Éric AraujoAdd docstring to anydbm.open
2011-05-01 Éric AraujoFix file handle leak
2011-04-30 R David Murray#11883: fix email examples by adding 'localhost' to...
2011-04-30 R David Murray#11901: post-commit review fixes per Georg Brandl
2011-04-30 Benjamin Petersonfix function name in example (closes #11966)
2011-04-30 Eli Benderskyfix formatting, :c:func: --> :cfunc:
2011-04-30 Eli BenderskyIssue #10912: add clarification for PyObject_RichCompar...
2011-04-30 Brian CurtinFix #11961. Document STARTUPINFO and creation flag...
next