]> granicus.if.org Git - python/shortlog
python
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.
2011-04-23 Raymond HettingerMinor code simplification.
2011-04-23 Raymond HettingerCleanups to remove dependencies and add docstrings.
2011-04-21 Ezio MelottiFix some more markup glitches in argparse doc.
2011-04-21 Ezio MelottiThe \ is not supported in Sphinx 0.6.
2011-04-21 Ezio Melotti#11905: fix missing full stop in argparse doc. Noticed...
2011-04-21 Ezio Melotti#11904: fix indentation in argparse doc. Noticed by...
2011-04-21 Ezio Melotti#11902: Fix typo in argparse doc. Noticed by Vladimir...
2011-04-21 Ezio MelottiAdd the :mod: role where it was missing.
2011-04-21 Ezio Melotti#11885: capitalize Python.
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Ezio MelottiFix wrong function name. Noticed by Clive Darke.
2011-04-20 Jesus Ceastartswith and endswith don't accept None as slice...
2011-04-20 Brian CurtinFix #8886. Use context managers throughout zipfile...
2011-04-19 Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-19 Ezio MelottiFix wrong number of functions noticed by Sandro Tosi.
2011-04-19 Raymond HettingerUse a generic class lookup.
2011-04-19 Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19 Vinay SajipUpdated documentation on fileConfig().
2011-04-18 Nadeem VawdaFix sporadic failure in test_startfile.
2011-04-18 Victor StinnerIssue #11768: signal.set_wakeup_fd() and PySignal_SetWa...
2011-04-18 Victor Stinner(Merge 3.1) Issue #11768: The signal handler of the...
2011-04-18 Ezio Melotti#11865: fix typo in init.rst.
2011-04-18 Raymond HettingerRework multiset methods to use less memory and to make...
2011-04-17 Martin v. Löwismerge 11442 NEWS
2011-04-17 Martin v. Löwismerge 11442 NEWS
2011-04-17 Martin v. LöwisIssue 11442: Add NEWS entry for e9724d7abbc2
2011-04-16 Éric AraujoAdvertise nesting directives for class/method and class...
2011-04-16 Ezio MelottiFix a few hyphens in argparse.rst.
2011-04-16 Eli BenderskyIssue #11855: Apply missing formatting for urlretrieve
2011-04-16 Raymond HettingerAdd another example to the collections module docs.
2011-04-15 Éric AraujoFix double use of f.close().
2011-04-15 Éric AraujoMinor tweaks to a few comments in heapq
2011-04-15 Raymond HettingerFix minor subclassing issue with collections.Counter
2011-04-15 Ezio Melotti#11843: remove duplicate line from table in distutil...
2011-04-15 Ezio MelottiIssue #5057: fix a bug in the peepholer that led to...
2011-04-15 Senthil KumaranIssue #11467: Fix urlparse behavior when handling urls...
2011-04-15 Ezio Melotti#11848: replace dead link in random.betavariate comment.
next