]> granicus.if.org Git - python/shortlog
python
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
2008-09-02 Brett CannonMove test.test_support.catch_warning() to the warnings...
2008-09-02 Andrew M. KuchlingDescribe the __hash__ changes
2008-09-01 Benjamin Petersonremove py3k warnings about the threading api; update...
2008-09-01 Jesus CeaIn Python3.0, "test.test_support" is renamed to "test...
2008-09-01 Amaury Forgeot... Issue #3751: str.rpartition would perform a left-partit...
2008-09-01 Vinay SajipBug #3738: Documentation is now more accurate in descri...
2008-09-01 Benjamin PetersonMerged revisions 65887,65889,65967-65968,65981 via...
2008-09-01 Benjamin Petersonrevert r66114 for Jesse
2008-09-01 Jesse NollerSubmit Nick's patch for issue 3589, reviewed by jnoller
2008-09-01 Vinay SajipAdded section about configuring logging in a library...
2008-09-01 Vinay Sajiplogging: fixed lack of use of encoding attribute specif...
2008-09-01 Hirokazu YamamotoIssue #3748: platform.architecture() printed vogus...
2008-09-01 Vinay Sajiplogging: fixed lack of use of encoding attribute specif...
2008-09-01 Hirokazu YamamotoIssue #3732: Backported r53335 to supress deprecation...
2008-09-01 Benjamin PetersonFix compilation when --without-threads is given #3683
2008-09-01 Georg Brandl#3749: fix c'n'p errors.
2008-09-01 Benjamin Peterson#3703 unhelpful _fileio.FileIO error message when tryin...
2008-08-31 Gregory P.... issue3715: docstring representation of hex escaped...
2008-08-31 Andrew M. KuchlingUpdate patch/bug count
2008-08-31 Andrew M. KuchlingLast batch of edits; remove the 'other changes' section
2008-08-31 Andrew M. KuchlingEdit the library section, rearranging items to flow...
2008-08-31 Jesus CeaUpdate bsddb code to version 4.7.3pre2. This code should
2008-08-31 Nick CoghlanIssue 2235: document the ability to block inheritance...
2008-08-31 Andrew M. KuchlingMore edits
2008-08-30 Andrew M. KuchlingMore edits; markup fixes
2008-08-30 Georg BrandlFix markup.
2008-08-30 Georg Brandl#3707: fix inf. recursion in pydoc topic search. Rev...
2008-08-30 Andrew M. KuchlingEdit four more sections
2008-08-30 Andrew M. KuchlingCorrection from Antoine Pitrou: BufferedWriter and...
2008-08-30 Andrew M. KuchlingTidy up some sentences
2008-08-30 Andrew M. KuchlingPartial edits from revision and tidying pass
2008-08-30 Georg Brandlsuper() actually returns a super object.
2008-08-30 Georg Brandl#3569: eval() also accepts "exec"able code objects.
2008-08-30 Georg Brandl#3716: fix typo.
next