]> granicus.if.org Git - python/shortlog
python
2009-08-29 Amaury Forgeot... #6750: TextIOWrapped could duplicate output when severa...
2009-08-29 Tarek Ziadéfixed #6801: symmetric_difference_update also accepts...
2009-08-28 Mark DickinsonSilence gcc 'comparison always false' warning
2009-08-28 Lars GustäbelIssue #6054: Do not normalize stored pathnames.
2009-08-28 Benjamin Petersonremove more code for restricted execution
2009-08-28 Benjamin Petersonrestricted environments are no more
2009-08-28 Mark DickinsonIssue #6794: Fix handling of NaNs in Decimal.compare_t...
2009-08-27 Kristján Valur... Issue 6654
2009-08-27 Kristján Valur... issue 6275
2009-08-27 Georg Brandl#6787: reference fix.
2009-08-27 Georg BrandlTypo fix.
2009-08-27 R. David MurrayRemove leftover text from end of sentence.
2009-08-24 Georg Brandl#6677: note that rmdir only removes empty directories.
2009-08-24 Benjamin Petersonfix pdf building by teaching latex the right encoding...
2009-08-24 Georg Brandl#6677: mention "deleting" as an alias for removing...
2009-08-24 Georg Brandl#6718: fix example.
2009-08-24 Georg Brandl#6725: spell "namespace" consistently.
2009-08-24 Georg Brandl#6772: mention utf-8 as utf8 alias.
2009-08-24 Georg Brandl#6775: fix python.org URLs in README.
2009-08-24 Kristján Valur... issue 6769
2009-08-23 Georg BrandlRestore alphabetic order.
2009-08-21 Tarek Ziadéfixed misplaced Issue line
2009-08-21 Tarek ZiadéFixed #6556: Corrected doc on how Distutils looks for...
2009-08-20 Vinay SajipAdded section on exceptions raised during logging.
2009-08-20 Tarek Ziadé#6693: New functions in site.py to get user/global...
2009-08-20 Gregory P.... Add weakref support to the thread.lock type.
2009-08-20 Gregory P.... comment typo fix
2009-08-19 Gregory P.... Revert the changes from r74463, they were causing test_...
2009-08-18 Guilherme PoloAdded missing static option for OptionMenu. Issue ...
2009-08-18 Guilherme PoloIssue #1356969: Add missing info methods in Tix.HList.
2009-08-18 Skip Montanaromissing module ref (issue6723)
2009-08-18 Guilherme PoloFixes for Tix.Grid from issue #1522587.
2009-08-18 Guilherme PoloIssue #1522587: New constants and methods for the Tix...
2009-08-18 Guilherme PoloMark the "radio" option of Tix.CheckList as static.
2009-08-18 Guilherme PoloIssue #1250469: Fix the return value of Tix.PanedWindow...
2009-08-18 Guilherme PoloIssue #1119673: Do not override Tkinter.Text methods...
2009-08-18 Tarek Ziadéfixed typo
2009-08-18 Tarek Ziadéadded more test coverage for distutils.filelist to...
2009-08-17 Tarek Ziadémodule cleanup
2009-08-17 Tarek Ziadéfixed how fnmatch.translate is used (since it has chang...
2009-08-17 R. David MurrayIssue 6685: 'toupper' -> 'upper' in cgi doc example...
2009-08-17 Benjamin Petersontypos
2009-08-17 Vinay SajipFurther refined section on logging to one file from...
2009-08-16 Gregory P.... Clean up the C library import code (based on suggestion...
2009-08-16 Frank WierzbickiAdd test of file.write(array) extracted from Jython.
2009-08-16 Gregory P.... Issue 6665: Fix fnmatch to properly match filenames...
2009-08-16 Guilherme PoloWrong place for issue #6244.
2009-08-16 Guilherme PoloIssue #6244: Allow detect_tkinter to look for Tcl/Tk...
2009-08-15 Vinay SajipRefined section on logging to one file from multiple...
2009-08-15 Vinay SajipAdded section on logging to one file from multiple...
2009-08-15 Benjamin Petersonbetter col_offsets for "for" statements with tuple...
2009-08-15 Gregory P.... Force the http connection to close after any request...
2009-08-15 Benjamin Peterson#6707 fix a crash with dir() on an uninitialized module
2009-08-14 Guilherme PoloClarifying Entry.selection_present's docstring.
2009-08-14 Guilherme PoloIssue #1135: Add the XView and YView mix-ins to avoid...
2009-08-14 Guilherme PoloIssue #3926: Fix the usage of the new showwarnings...
2009-08-14 Guilherme PoloIssue #3344: Replace itertools.count by enumerate.
2009-08-14 Vinay SajipAdded versionchanged notices for optional 'delay' param...
2009-08-13 Brett CannonExpat could crash if given the wrong kind of input...
2009-08-13 Gregory P.... Fix issue1628205: Socket file objects returned by socke...
2009-08-13 Georg BrandlRemove potentially confusing sentence in __mangling...
2009-08-13 Georg BrandlUse locale.format_string() for more than one specifier.
2009-08-13 Georg Brandl#6679: Remove mention that sub supports no flags.
2009-08-12 Gregory P.... comment typo fix
2009-08-06 Antoine PitrouIssue #6629: Fix a data corruption issue in the new...
2009-08-06 Georg Brandl#6658: fix two typos.
2009-08-06 Georg BrandlFix punctuation and one copy-paste error.
2009-08-06 Georg BrandlFix base keyword arg name for int() and long().
2009-08-06 Jesse NollerFix issue 4660: spurious task_done errors in multiproce...
2009-08-05 Guilherme PoloTypo.
2009-08-05 Guilherme PoloEasier reference to find (at least while svn continues...
2009-08-04 Mark DickinsonIssue #6620: Slightly safer code for _grouping_interval...
2009-08-04 Georg BrandlAdd donation link to docs footer.
2009-08-04 Mark DickinsonIssue #6644: Fix compile error on AIX.
2009-08-04 Raymond HettingerIssue 6637: defaultdict.copy() failed with an empty...
2009-08-02 Frank WierzbickiAdding tests derived from the Jython project. These...
2009-08-02 Mark DickinsonIssue #6619: Remove duplicate 'isgenerator' function...
2009-08-02 Mark DickinsonIssue #6595: Allow Decimal constructor to accept non...
2009-08-01 Sean Reifscheider- Issue #6624: yArg_ParseTuple with "s" format when...
2009-07-30 Eric SmithIssue 6330: Fix --enable-unicode=ucs4.
2009-07-30 Mark DickinsonDocumentation fix for change introduced in r71832
2009-07-29 Georg BrandlRewrite the section about classes a bit; mostly tidbits...
2009-07-29 Georg BrandlFix a few markup glitches.
2009-07-29 Georg BrandlFix some markup and small factual glitches found by...
2009-07-29 Georg BrandlAdd a link to readline, and mention IPython and bpython.
2009-07-29 Georg Brandl#6336: Add nb_divide.
2009-07-29 Georg Brandl#6591: add reference to ioctl in fcntl module for platf...
2009-07-29 Georg Brandl#6593: fix link targets.
2009-07-28 Amaury Forgeot... #6511: ZipFile will now raise BadZipfile when opening...
2009-07-28 Amaury Forgeot... "Fix" for the refleak report: the ABC classes are now...
2009-07-28 Mark DickinsonIssue #6561: '\d' regular expression should not match...
2009-07-28 Georg BrandlClarify quote_plus() usage.
2009-07-28 Mark DickinsonRemove leading blank line from cmath.rst
2009-07-28 Mark DickinsonIssue #6458: Reorganize cmath documentation into sectio...
2009-07-27 Raymond HettingerIssue 6573: Fix set.union() for cases where self is...
2009-07-27 Kurt B. Kaiser1. Clean workspace more thoughly before build.
2009-07-27 Eric SmithSync trunk and py3k versions of string formatting....
2009-07-26 Michael FoordIssue 6581. Michael Foord
2009-07-26 Georg BrandlMove member descriptions inside the classes.
2009-07-26 Georg Brandlbuiltin -> built-in.
next