]> granicus.if.org Git - python/shortlog
python
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.
2008-08-30 Georg Brandl#3730: mention "server" attribute explicitly.
2008-08-29 Armin RigoA collection of crashers, all variants of the idea
2008-08-29 Antoine Pitrou#3668: When PyArg_ParseTuple correctly parses a s*...
2008-08-28 Georg Brandl#3711: .dll isn't a valid Python extension anymore.
2008-08-27 Andrew M. KuchlingAdd various items
2008-08-27 Andrew M. KuchlingAdd an item and a note
2008-08-27 Andrew M. KuchlingTrim whitespace; add a few updates
2008-08-26 Antoine PitrouIssue #2534: speed up isinstance() and issubclass(...
2008-08-26 Benjamin Petersonsort of backport 66038 by aliasing PyObject_Bytes to...
2008-08-25 Neal NorwitzTry to reduce the flakiness of this test
2008-08-25 Neal NorwitzUse bytes as return type from recv_bytes() methods...
2008-08-25 Neal NorwitzFix problem reported by pychecker where AuthenticationE...
2008-08-24 Brett CannonClarify that some attributes/methods are listed somewha...
2008-08-24 Neal Norwitz#3662: Fix segfault introduced when fixing memory leaks.
2008-08-24 Benjamin Petersonremove note about unimplemented feature
2008-08-24 Georg Brandl#3654: fix duplicate test method name. Review by Benjam...
2008-08-24 Benjamin Petersongenerate py3k warnings on __getslice__, __delslice__...
2008-08-24 Neal NorwitzUse the actual blacklist of leaky tests
2008-08-24 Neal NorwitzIgnore a couple more tests that report leaks inconsiste...
2008-08-24 Neal NorwitzFix:
2008-08-23 Benjamin Petersonfix warning
2008-08-23 Benjamin Peterson#3643 add a few more checks to _testcapi to prevent...
2008-08-23 Georg BrandlSmall updates to types member docs, backport from r65994.
2008-08-23 Mark HammondFix bug 3625: test issues on 64bit windows. r=pitrou
2008-08-22 Christian Heimesd is the correct format string
2008-08-22 Benjamin Petersonfix a few get_name() calls and turn then to .name
2008-08-22 Christian HeimesFixed two format strings in the _collections module...
2008-08-22 Christian HeimesSilenced a compiler warning in the sqlite module
2008-08-22 Christian HeimesSilenced compiler warning
2008-08-22 Christian HeimesChanged type of numarenas from uint to size_t to silenc...
2008-08-22 Robert SchuppeniesIssue #1342811: Fixed broken patch. Reviewed by benjami...
2008-08-21 Mark Dickinsonissue 3633: Solaris allows fullwidth Unicode digits...
2008-08-21 Mark DickinsonFix float.fromhex test to give additional information...
2008-08-21 Barry Warsawdone with the release
2008-08-21 Barry WarsawTagging 2.6b3
2008-08-21 Barry WarsawBump to 2.6b3. v2.6b3
2008-08-20 Hirokazu YamamotoReverted r65900. See http://mail.python.org/pipermail...
2008-08-20 Guido van RossumNews for the tp_flags change.
2008-08-20 Guido van RossumNews for the imageop fix.
2008-08-20 Benjamin Petersonfix up the multiprocessing docs a little
2008-08-20 Hirokazu YamamotoIssue #3612: Added some missing basic types in ctypes...
2008-08-20 Hirokazu Yamamotofixed get_file_system in test_os.py ('path' is unicode...
2008-08-20 Benjamin Petersonfix silly errors of mine
2008-08-20 Benjamin PetersonnewSymbolTable is not public API
2008-08-20 Benjamin Petersondeprecate some useless, noop methods in symtable
2008-08-20 Benjamin Petersonadd a NEWS note for new args syntax
2008-08-20 Amaury Forgeot... follow-up of issue3473: update the compiler package...
2008-08-19 Benjamin Petersoncheck that the parser module can handle the new keyword...
2008-08-19 Benjamin PetersonMerged revisions 65876 via svnmerge from
next