]> granicus.if.org Git - python/shortlog
python
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.
2011-03-27 Mark DickinsonIssue #9696: Fix exception incorrectly raised by xdrlib...
2011-03-27 Mark DickinsonMove Misc/NEWS entry to correct section.
2011-03-27 Steven BethardIssue #9026: Fix order of argparse sub-commands in...
2011-03-27 Martin v. LöwisFix short file name generation in bdist_msi.
2011-03-26 Benjamin Petersonrevert unintended changes
2011-03-26 Benjamin Petersonfix missing variable declarations
2011-03-26 Benjamin Petersonalways check return value of PyObject_IsInstance for...
2011-03-26 Benjamin Petersoncheck possible recursive _as_parameter_ to prevent...
2011-03-26 Antoine PitrouIn the Windows clean script for buildbots, also clear...
2011-03-26 Steven BethardIssue #9343: Document that argparse parent parsers...
2011-03-26 Steven BethardIssue #8982: Improve the documentation for the argparse...
2011-03-26 Steven BethardIssue #9348: Raise an early error if argparse nargs...
2011-03-26 Mark DickinsonIssue #11144: Fix corner cases where float-to-int conve...
2011-03-26 Mark DickinsonIssue #11675: Zero-out newly-created multiprocessing...
2011-03-26 Éric AraujoTweaks to sys.flags description table.
2011-03-26 Éric AraujoRemove untrue statement from tutorial
2011-03-26 Éric AraujoUse universal construct os.path.expanduser('~') instead...
2011-03-25 Raymond HettingerIssue #11666: Teach pydoc to display full help for...
2011-03-25 Mark DickinsonIssue #11673: Fix multiprocessing.[Raw]Array constructo...
2011-03-25 Benjamin Petersonmerge heads
2011-03-25 Benjamin Petersonremove this dead subversion code
2011-03-25 Kurt B. Kaiser<Home> toggle failing on Tk 8.5, causing IDLE exits...
2011-03-25 Ezio Melotti#2650: Refactor re.escape and its tests.
2011-03-24 Eli BenderskyIssue #11634: Remove misleading paragraph from a comment
2011-03-24 guido@google.comAdd FTP to the allowed url schemes. Add Misc/NEWS.
2011-03-24 guido@google.comIssue 22663: fix redirect vulnerability in urllib/urllib2.
2011-03-22 Éric AraujoFix obscure set crashers (#4420). Backport of d56b3caf...
2011-03-23 Raymond HettingerIssue #10771: Clarify that descriptors get used in...
2011-03-22 Raymond HettingerIssue 10787: Document the probability density function...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Éric AraujoFix typo spotted by Sandro Tosi
2011-03-22 Raymond HettingerIssue #11628: cmp_to_key should use__slots__.
next