]> granicus.if.org Git - python/shortlog
python
2008-09-13 Andrew M. KuchlingUse title case
2008-09-13 Andrew M. Kuchling#3288: Document as_integer_ratio
2008-09-13 Andrew M. KuchlingRemove extra 'the'; the following title includes it
2008-09-13 Andrew M. KuchlingUse title case
2008-09-13 Andrew M. KuchlingUpdate uses of string exceptions
2008-09-13 Andrew M. KuchlingFix SyntaxError
2008-09-13 Andrew M. KuchlingSubclass exception
2008-09-13 Andrew M. KuchlingRemove semicolon
2008-09-13 Andrew M. Kuchling#687648 from Robert Schuppenies: use classic division.
2008-09-13 Andrew M. Kuchling#687648 from Robert Schuppenies: use classic division...
2008-09-13 Andrew M. Kuchling#687648 from Robert Schuppenies: use classic division...
2008-09-13 Andrew M. Kuchling#687648 from Robert Schuppenies: use classic division...
2008-09-13 Andrew M. Kuchling#687648 from Robert Schuppenies: use classic division...
2008-09-13 Barry Warsawpost release updates
2008-09-13 Barry WarsawTagging 2.6rc1
2008-09-12 Barry WarsawFix the release level v2.6rc1
2008-09-12 Barry WarsawBumping to 2.6rc1
2008-09-12 Gerhard HäringIssue #3846: Release GIL during calls to sqlite3_prepar...
2008-09-12 Gerhard HäringFixes issue #3103. In the sqlite3 module, made one...
2008-09-12 Gerhard Häringsqlite3 module: Mark iterdump() method as "Non-standard...
2008-09-11 Benjamin Petersonfix typo
2008-09-11 Amaury Forgeot... #3640: Correct a crash in cPickle on 64bit platforms...
2008-09-11 Nick CoghlanIssue #3781: Final cleanup of warnings.catch_warnings...
2008-09-11 Martin v. LöwisIssue #3642: Suppress warning in obmalloc when size_t is
2008-09-10 Benjamin Petersonupdate asdl_c.py from r66377
2008-09-10 Amaury Forgeot... #3743: PY_FORMAT_SIZE_T is designed for the OS "printf...
2008-09-10 Martin v. LöwisRead unidata_version from unicodedata module.
2008-09-10 Martin v. LöwisUpdate to test Unicode 5.1.
2008-09-10 Guido van Rossum- Issue #3629: Fix sre "bytecode" validator for an...
2008-09-10 Martin v. LöwisIssue #3811: The Unicode database was updated to 5.1.
2008-09-09 Benjamin Petersonuse the latest pygments version
2008-09-09 Benjamin PetersonFix #3634 invalid return value from _weakref.ref(Except...
2008-09-09 Georg Brandl#3472: update Mac-bundled Python version info.
2008-09-09 Georg BrandlFix varname in docstring. #3822.
2008-09-09 Vinay SajipIssue #3809: Fixed spurious 'test.blah' file left behin...
2008-09-09 Amaury Forgeot... #3777: long(4.2) returned an int, and broke backward...
2008-09-09 Brett Cannonwarnings.catch_warnings() now returns a list or None...
2008-09-08 Hirokazu YamamotoIssue #3806: LockTests in test_imp should be skipped...
2008-09-08 Hirokazu YamamotoIssue #3804: Added test for Issue #2222.
2008-09-08 Bill Janssenincorporate fixes from issue 3162; SSL doc patch
2008-09-08 Martin v. LöwisAdd UUIDs for upcoming releases
2008-09-08 Mark SummerfieldAdded xrefs to each other.
2008-09-08 Martin v. LöwisIssue #2271: Set SecureCustomProperties so that install...
2008-09-08 Martin v. LöwisAllow passing the MSI file name to merge.py.
2008-09-08 Facundo BatistaIssue 3801. Fixing a dumb error in the deprecated...
2008-09-07 Gregory P.... reran autoconf
2008-09-07 Gregory P.... bugfix to r66283 (see issue #1204).
2008-09-07 Georg BrandlAdd a new howto about Python and the web, by Marek...
2008-09-07 Gregory P.... reran autoconf for r66283's checkin
2008-09-07 Gregory P.... - Issue #1204: The configure script now tests for addit...
2008-09-07 Josiah Carlsonundoing change that broke trunk. Need to find a better...
2008-09-07 Josiah CarlsonThis fixes a small inconsistency between trunk and...
2008-09-06 Benjamin Petersonfix missing module
2008-09-06 Antoine PitrouBackport relevant part of r66274 (in issue #874900).
2008-09-06 Andrew M. Kuchling#1317: describe the does_esmtp, ehlo_resp, esmtp_featur...
2008-09-06 Amaury Forgeot... #3796: A test class was not run in test_float.
2008-09-06 Andrew M. Kuchling#3669 from Robert Lehmann: simplify use of iterator...
2008-09-06 Benjamin Petersondocs are pretty good about new-style classes these...
2008-09-06 Benjamin Peterson#1638033: add support for httponly on Cookie.Morsel
2008-09-06 Andrew M. Kuchling#3040: include 'dest' argument in example; trim some...
2008-09-06 Andrew M. KuchlingVarious corrections
2008-09-06 Benjamin Petersonactually tell the name of the flag to use
2008-09-06 Jesse NollerFix typo in multiprocessing doc, cancel_join_thread...
2008-09-05 Antoine PitrouIssue #3535: zipfile couldn't read some zip files large...
2008-09-05 Brett CannonGNU coding guidelines say that ``make check`` should...
2008-09-05 Antoine Pitrou#3601: test_unicode.test_raiseMemError fails in UCS4
2008-09-05 Brett CannonDeprecate bsddb for removal in Python 3.0.
2008-09-05 Andrew M. Kuchling#3671: Typo fix
2008-09-05 Brett CannonMake it more obvious that warnings.catch_warnings(...
2008-09-04 Benjamin Petersonflesh out the documentation on using 2to3
2008-09-04 Hirokazu YamamotoAdded NEWS
2008-09-04 Andrew M. Kuchling#3671: various corrections and markup fixes noted by...
2008-09-04 Hirokazu YamamotoIssue #3762: platform.architecture() fails if python...
2008-09-04 Vinay SajipIssue #3772: Fixed regression problem in StreamHandler...
2008-09-03 Brett Cannontest_py3kwarn had been overlooked when test.test_suppor...
2008-09-03 Facundo BatistaIssue 600362: Relocated parse_qs() and parse_qsl()...
2008-09-03 Jesus CeaPython3.0 bsddb testsuite compatibility improvements
2008-09-03 Benjamin Peterson3.0 still has the old threading names
2008-09-03 Jesse NollerFix issue 3110 - solaris compilation of multiprocessing...
2008-09-03 Jesus CeaFix some leaks - Neal Norwitz
2008-09-03 Marc-André... Issue #2562: Fix distutils PKG-INFO writing logic to...
2008-09-03 Vinay SajipIssue #3726: Allowed spaces in separators in logging...
2008-09-03 Gregory P.... Fix issue 3645: OpenBSD required -lcurses when linking...
2008-09-03 Benjamin PetersonMerged revisions 66176 via svnmerge from
2008-09-03 Benjamin Petersonupdate 2to3 script from 2to3 trunk
2008-09-03 Benjamin PetersonMerged revisions 66173 via svnmerge from
2008-09-02 Amaury Forgeot... Issue 2975: when compiling multiple extension modules...
2008-09-02 Amaury Forgeot... Attempt to correct the build files for the Microsoft...
2008-09-02 Amaury Forgeot... Use vs9to8.py to refresh the Visual Studio 2005 build...
2008-09-02 Hirokazu YamamotoIssue #3759: test_asyncore.py leaked handle.
2008-09-02 Andrew M. KuchlingAdd e-mail address
2008-09-02 Andrew M. KuchlingClarify example; add imports
2008-09-02 Marc-André... Add news item for #3719.
2008-09-02 Marc-André... Add quotes around the file name to avoid issues with...
2008-09-02 Nick CoghlanIssue 3747: Fix caching in ABCMeta.__subclasscheck__...
2008-09-02 Mark Summerfielda typo
2008-09-02 Gregory P.... Issue #3708: os.urandom no longer goes into an infinite...
2008-09-02 Gregory P.... Issue #3678: Correctly pass LDFLAGS and LDLAST to the...
2008-09-02 Jesus CeaImprove compatibility with Python3.0 testsuite
2008-09-02 Andrew M. Kuchlingtypo fix
next