]> granicus.if.org Git - python/shortlog
python
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.
2009-07-26 Georg Brandl#6577: fix (hopefully) all links to builtin instead...
2009-07-26 Georg Brandl#6576: fix cross-refs in re docs.
2009-07-25 Amaury Forgeot... Better name a variable: 'buf' seems to imply a mutable...
2009-07-25 Georg Brandl#6571: add index entries for more operators.
2009-07-25 Benjamin Petersonclarify
2009-07-24 Georg Brandl#6564: fix section about the two raise syntaxes.
2009-07-24 Georg BrandlDont put "void" in signature for nullary functions.
2009-07-24 Georg BrandlFix arg types of et#.
2009-07-23 Amaury Forgeot... #6553: crash in cPickle.load(), when given a StringIO...
2009-07-23 Benjamin Petersonuse bools
2009-07-23 Benjamin Petersonuse bools for autoraise
2009-07-23 Georg BrandlFix the "pylocals" gdb command.
2009-07-23 Georg Brandl#6548: dont suggest existence of real and imag function...
2009-07-22 Ezio Melotti#6423 has_key -> in
2009-07-22 R. David MurrayBackport of fix for issue 6542: make sure
2009-07-22 Benjamin Petersonrevert r74152
2009-07-22 Georg BrandlIssue #6540: Fixed crash for bytearray.translate()...
2009-07-22 Tarek ZiadéIssue #6545: Removed assert statements in distutils...
2009-07-22 Benjamin Petersonsimplify
2009-07-21 Benjamin Petersoninstall unittest as a package
2009-07-21 Ezio Melotti#6536 fixed typo
2009-07-21 Thomas HellerRevert rev 74134, as it does not completely fixx issue...
2009-07-21 Benjamin Petersonmust use _PyThreadState_Current so it isn't checked...
2009-07-21 Thomas HellerIssue #6493: Fix a ctypes problem setting bitfields...
2009-07-20 Benjamin PetersonMerged revisions 74121-74122 via svnmerge from
2009-07-20 Benjamin Petersonthe Slice in x[::] has to have step as None to help...
2009-07-20 Benjamin PetersonMerged revisions 74116 via svnmerge from
2009-07-20 Benjamin PetersonMerged revisions 73771,73811,73840,73842,73848-73849...
2009-07-20 Benjamin Petersonremove docs for deprecated -p option
2009-07-19 Kristján Valur... http://bugs.python.org/issue6499
2009-07-19 Kristján Valur... http://bugs.python.org/issue6499
2009-07-19 Benjamin Petersonsplit unittest.py into a package
2009-07-19 Senthil KumaranFix for issue5102, timeout value propages between redir...
2009-07-18 Mark DickinsonAdd Case Van Horsen to Misc/ACKS, for fractions module...
2009-07-18 Mark DickinsonIssue #6431: Fix Fraction comparisons with unknown...
2009-07-18 Georg Brandl#6489: fix an ambiguity in getiterator() documentation.
2009-07-18 Georg Brandl#6505: fix typos.
2009-07-18 Georg Brandl#6513: fix example code: warning categories are classes...
2009-07-18 Alexandre VassalottiAdd a check to ensure the correct autoconf version...
2009-07-17 Alexandre VassalottiRegenerate configure script using autoconf 2.61.
2009-07-17 Alexandre VassalottiRevert r74048.
2009-07-17 Alexandre VassalottiFix GCC warning about fprintf used without a string...
next