]> granicus.if.org Git - python/shortlog
python
2010-10-17 Matthias KloseMerged revisions 81046 from the python2.6 branch:
2010-01-31 Martin v. LöwisPost 2.5.5.
2010-01-31 Martin v. LöwisTagging for release of Python 2.5.5
2010-01-31 Martin v. LöwisPrepare for 2.5.5. v2.5.5
2010-01-24 Martin v. LöwisTagging for release of Python 2.5.5c2
2010-01-24 Martin v. LöwisPrepare for 2.5.5c2. v2.5.5c2
2010-01-21 Matthias Klose- expat: Fix DoS via malformed XML (CVE-2009-3720).
2010-01-21 Matthias Klose- Fix DoS via XML document with malformed UTF-8 sequenc...
2010-01-14 Martin v. LöwisTagging for release of Python 2.5.5c1
2010-01-14 Martin v. LöwisPrepare for 2.5.5c1. v2.5.5c1
2009-12-11 Mark DickinsonRestore the svn property changes in r76754
2009-12-11 Vinay SajipIssue #7470: logging: fix bug in Unicode encoding fallback.
2009-11-27 Vinay SajipIssue #7403: logging: Fixed possible race condition...
2009-09-29 Philip Jenvey#6990: clear threading.local's key only after its threa...
2009-03-22 Lars GustäbelAvoid EOFError being passed to the caller (restoring the
2009-03-22 Lars GustäbelIssue #5068: Fixed the tarfile._BZ2Proxy.read() method...
2009-03-05 Guido van RossumNews for issue 5389 fix.
2009-03-05 Guido van RossumAvoid potential for undefined variable 'startinpos...
2008-12-23 Martin v. LöwisTagging for release of Python 2.5.4
2008-12-23 Martin v. LöwisPrepare for 2.5.4. v2.5.4
2008-12-23 Martin v. LöwisIssue #4689: Fix typo.
2008-12-23 Martin v. Löwis Revert patch for #1706039, as it can crash the interpr...
2008-12-23 Martin v. LöwisBackport of r67908:
2008-12-20 Martin v. LöwisPost 2.5.3.
2008-12-19 Martin v. LöwisTagging for release of Python 2.5.3
2008-12-19 Martin v. LöwisPrepare for 2.5.3. v2.5.3
2008-12-19 Martin v. LöwisBuild against system Tcl framework.
2008-12-17 Martin v. LöwisIn the OSX installer, update SQLite to 3.6.7, and chang...
2008-12-13 Martin v. LöwisAdd 2.5.3 final section.
2008-12-13 Martin v. LöwisTagging for release of Python 2.5.3c1
2008-12-13 Martin v. LöwisPrepare for 2.5.3c1. v2.5.3c1
2008-12-13 Martin v. LöwisAdd 2.5.3.
2008-12-13 Martin v. LöwisIssue #1706039: Support continued reading from a file...
2008-12-13 Martin v. LöwisIssue #1040026: Fix os.times result on systems where...
2008-12-13 Martin v. LöwisIssue #3767: Convert Tk object to string in tkColorChooser.
2008-12-13 Martin v. LöwisBackport of r59654.
2008-12-13 Martin v. LöwisBackport of r64212
2008-12-13 Martin v. LöwisIssue 3248: Allow placing ScrolledText in a PanedWindow.
2008-12-13 Martin v. LöwisBackport of r66703:
2008-12-13 Martin v. LöwisIssue #4228: Pack negative values the same way as 2.4
2008-12-13 Martin v. LöwisIssue #4368: Don't define _XOPEN_SOURCE on FreeBSD...
2008-12-13 Martin v. LöwisIssue #4446: Add platforms keyword.
2008-12-11 Mark DickinsonIssue #4084: fix bug in handling of NaNs in Decimal...
2008-12-11 Andrew M. Kuchling#4259: update the URL pattern for module documentation
2008-12-10 Jeffrey YasskinBackport issue 4597 to python 2.5.3: Fixed several...
2008-12-10 Hirokazu YamamotoIssue #4302: Minor corrections to smtplib. (Backport...
2008-12-10 Jeffrey YasskinBackported issue #4589 to Python 2.5.3: Propagated...
2008-11-30 Matthias Klose- Tools/faqwiz/move-faqwiz.sh: Fix unsecure use of...
2008-11-25 Benjamin Petersonbackport r67373: checking for errors from NEW_IDENTIFIER
2008-11-18 Amaury Forgeot... #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
2008-11-17 Benjamin Petersonbackport r67246 from the trunk
2008-11-16 Benjamin Petersonregenerate configure
2008-11-16 Georg Brandl#4316: configure.in markup fix (backport from r67227).
2008-11-14 Andrew M. KuchlingBackport r66813: per Greg Ward, optparse is no longer...
2008-11-14 Andrew M. KuchlingBackport r66804: #1415508 from Rocky Bernstein: add...
2008-11-03 Hirokazu YamamotoIssue #3774: Fixed an error when create a Tkinter menu...
2008-11-03 Benjamin Petersonbackport r67077 from the trunk: parser module now corre...
2008-10-30 Amaury Forgeot... Issue #4176: Pickle would crash the interpreter when...
2008-10-18 Thomas HellerModify ctypes types with 'official' functions. Backpor...
2008-10-16 Benjamin Petersonbackport a fix for setup.py's -R
2008-10-08 Gerhard HäringIssue #4046: Backport of issue #3312's patch: fixes...
2008-09-30 Brett CannonFix a refleak introduced by r66678 (backport of r66700).
2008-09-30 Benjamin Petersonbackport r66689: imageop could segfault due to poor...
2008-09-29 Thomas HellerFix issue #3547 for MingW, update comments (backport...
2008-09-29 Brett CannonBackport of r66677: _lsprof crasher when a bad external...
2008-09-26 Amaury Forgeot... #3967: Correct a crash in count() and find() methods...
2008-09-26 Georg Brandl#3968: fix missing update() call in end_fill().
2008-09-26 Georg Brandl#3969: fix typo in turtle.py.
2008-09-25 Benjamin Petersonmake sure to give a 'as' and 'with' parser warning...
2008-09-24 Thomas HellerFix issue #3547: ctypes is confused by bitfields of...
2008-09-22 Gregory P.... Backport r66141 from trunk:
2008-09-18 Benjamin Petersonbackport r66496: integer overflow in _hashopenssl ...
2008-09-08 Hirokazu YamamotoIssue #3804: Added test for Issue #2222.
2008-09-07 Gregory P.... reran autoconf
2008-09-07 Gregory P.... backport r66295 from trunk (small fix to the previous...
2008-09-07 Gregory P.... rerun autoconf after r66288, add the Misc/NEWS entry.
2008-09-07 Gregory P.... backport r66179 and r66283 from trunk:
2008-09-07 Gregory P.... Backport of r66275/r66274 from trunk/py3k. This is...
2008-09-04 Hirokazu YamamotoAdd NEWS
2008-09-04 Hirokazu YamamotoIssue #3762: platform.architecture() fails if python...
2008-09-01 Amaury Forgeot... Issue #3751: str.rpartition would perform a left-partit...
2008-08-31 Gregory P.... backport r66093 from trunk.
2008-08-23 Benjamin Petersonlet Windows bots pass on test_threading
2008-08-22 Robert SchuppeniesIssue #1342811: Fixed broken patch.
2008-08-20 Hirokazu YamamotoReverted r65902. See http://mail.python.org/pipermail...
2008-08-20 Guido van RossumNews for the imageop/rgbimg changes.
2008-08-20 Hirokazu YamamotoBackport r65900: fixed get_file_system in test_os.py...
2008-08-19 Guido van RossumIssue 1179: [CVE-2007-4965] Integer overflow in imageop...
2008-08-19 Thomas Hellerissue #3554: ctypes.string_at and ctypes.wstring_at...
2008-08-18 Amaury Forgeot... Issue #2234: distutils failed with mingw binutils 2...
2008-08-17 Gregory P.... Backport of r64767 from trunk
2008-08-17 Gregory P.... Backport of r65032 from trunk
2008-08-17 Hirokazu YamamotoI forgot to update NEWS.
2008-08-17 Hirokazu YamamotoBackport r65745: Issue #2222: Fixed reference leak...
2008-08-14 Hirokazu YamamotoIssue #2065: VC6 related fix.
2008-08-12 Georg Brandl#3205: bz2 iterator fails silently on MemoryError
2008-08-12 Georg BrandlBackport r60148 and r65481: sanity checks to avoid...
2008-08-12 Georg Brandl#3134: shutil referenced undefined WindowsError symbol
2008-08-11 Georg Brandl- Issue #3537: Fix an assertion failure when an empty...
2008-08-10 Robert SchuppeniesIssue #1342811: Fix leak in Tkinter.Menu.delete. Comman...
next