]> granicus.if.org Git - python/shortlog
python
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...
2011-04-29 Brian Curtinwhitespace fix
2011-04-29 Brian Curtinmerge
2011-04-29 Ezio Melotti#11952: Fix typo in multiprocessing doc.
2011-04-28 Łukasz LangaMerged solution for #11786 from 2.6
2011-04-28 Łukasz LangaCloses #11786: ConfigParser.[Raw]ConfigParser optionxfo...
2011-04-28 Senthil Kumaranskip the extractall test on platforms where os.symlink...
2011-04-28 Senthil KumaranFix closes issue10761: tarfile.extractall failure...
2011-04-28 Ezio MelottiBackport test from #11926.
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Ezio Melotti#11942: Fix return type of Py_AddPendingCall. Patch...
2011-04-27 Antoine PitrouMove NEWS entry to the right section.
2011-04-27 Antoine PitrouIssue #10517: After fork(), reinitialize the TLS used...
2011-04-27 Ezio Melotti#11763: don't use difflib in TestCase.assertMultiLineEq...
2011-04-26 Senthil KumaranUpdate NEWS for Issue11236.
2011-04-26 Senthil Kumaranissue11236 getpass.getpass to respond ctrl-c or ctrl-z
2011-04-26 Ezio Melotti#6780: fix starts/endswith error message to mention...
2011-04-25 R David Murray#11901: add description of how bitfields are laid out...
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-24 Raymond HettingerOther minor clean-ups.
2011-04-24 Raymond HettingerRemove unused branch in the clear() method. Minor comme...
2011-04-24 Raymond HettingerMinor code clean-up.
2011-04-24 Raymond HettingerRemove unused imports
2011-04-23 Raymond HettingerMinor code simplification.
next