]> granicus.if.org Git - python/shortlog
python
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 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 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.
2011-04-15 Ezio Melotti#4783: document that is not possible to use json.dump...
2011-04-15 Eli BenderskyIssue #11827: remove mention of list2cmdline in the...
2011-04-14 Senthil Kumaranmerge the changes.
2011-04-14 Senthil KumaranFix Issue11474 - url2pathname() handling of '/C|/'...
2011-04-14 Ezio Melotti#11840: Improve c-api/unicode documentation. Patch...
2011-04-14 Ezio Melotti#9101: backport json reference in configparser doc.
2011-04-13 R David MurrayTransplant: Fix wording and clarify that the IDNA codec...
2011-04-13 Raymond HettingerIssue 3051: make pure python code pass the same tests...
2011-04-13 Ezio Melotti#9233: Fix json.loads({}) to return a dict (instead...
2011-04-13 Raymond HettingerIssue 11718: Teach IDLE's open module dialog to find...
2011-04-13 Senthil Kumaranupdate news in 2.7 for Issue #11703
2011-04-13 R David Murray#10019: Fix regression relative to 2.6: add newlines...
2011-04-12 Senthil KumaranFix Issue11703 - urllib2.get_url does not handle fragme...
2011-04-12 Raymond HettingerIssue 11747: Fix output format for context diffs.
2011-04-12 Raymond HettingerNeaten-up the fix to issue 11830
2011-04-12 Ezio MelottiRemove unnecessary imports and use assertIs instead...
2011-04-12 Ezio Melotti#9233: skip _json-specific tests when _json is not...
2011-04-12 Raymond HettingerUse floor division operator instead of deprecated divis...
2011-04-12 Raymond HettingerIssue #11830: Remove unnecessary introspection code...
2011-04-11 brian.curtinAdd NEWS item for #5162.
2011-04-11 brian.curtinFix #5162. Allow child spawning from Windows services...
2011-04-11 Ezio MelottiRemove unnecessary call to PyErr_Clear.
2011-04-11 Ezio Melotti#4877: Fix a segfault in xml.parsers.expat while attemp...
2011-04-10 Antoine PitrouIssue #8428: Fix a race condition in multiprocessing...
2011-04-09 Ned DeilyIssue9670: Back out changeset b0d2b696da19; test fails...
2011-04-09 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-04-09 Ross LagerwallIssue #11719: Fix message about unexpected test_msilib...
2011-04-09 Victor Stinner(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries...
2011-04-08 Vinay SajipIssue #11794: Reorganised logging documentation.
2011-04-07 Barry WarsawBackport for Python 2.7 of issue 11715 support for...
2011-04-06 Antoine PitrouIssue #11766: increase countdown waiting for a pool...
2011-04-06 Senthil Kumaranhg pull/merge - Changes to accomodate.
2011-04-06 Senthil KumaranIssue #10762: Guard against invalid/non-supported forma...
2011-04-06 Alexander BelopolskyIssue #11576: Fixed timedelta subtraction glitch on...
2011-04-06 Ned DeilyIssue #7108: Fix test_commands to not fail when special...
2011-04-05 Ezio Melotti#7311: fix HTMLParser to accept non-ASCII attribute...
2011-04-05 Ross LagerwallIssue #10963: Ensure that subprocess.communicate()...
2011-04-03 Steven BethardIssue #9347: Fix formatting for tuples in argparse...
2011-03-31 R David MurrayDummy merge from 2.6.
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
2011-03-29 Guido van RossumMerge cleanup.
2011-03-29 Guido van RossumMerge cleanup.
2011-03-29 Guido van RossumMerge issue 11662 from 2.6.
2011-03-29 Guido van RossumMerge issue 11662 from 2.5.
2011-03-29 guido@google.comMerge urllib/urllib2 security fix from 2.6 branch.
2011-03-29 guido@google.comMerge urllib/urllib2 security fix from 2.5 branch.
2011-03-29 guido@google.comAdding .hgignore (copied from default branch).
2011-03-29 Vinay SajipIssue #11639: Configuration function documentation...
2011-03-29 Vinay SajipIssue #11639: Configuration function documentation...
2011-03-29 Vinay SajipIssue #11639: Configuration function documentation...
2011-03-28 Benjamin PetersonCorrect handling of functions with only kwarg args...
2011-03-28 Benjamin Petersonlet's keep parenthesis around sizeof
2011-03-28 guido@google.comAdd CVE number to urllib/urllib2 news item.
2011-03-28 guido@google.comAdd tests for the urllib[2] vulnerability. Change to...
2011-03-28 Ezio Melotti#10617: add class directives to collections ABCs.
2011-03-27 Martin v. LöwisAdd missing file from #11696.
2011-03-27 Martin v. LöwisCloses #11696: Fix ID generation in msilib.
next