]> granicus.if.org Git - python/shortlog
python
2009-06-04 Georg Brandl#5767: remove sgmlop support from xmlrpclib; the sgmlop...
2009-06-04 Tarek Ziadéimproved test coverage for distutils.command.install...
2009-06-04 Benjamin Petersonuse the offical api
2009-06-03 Georg BrandlAvoid PendingDeprecationWarnings emitted by deprecated...
2009-06-03 Georg Brandl#6174: fix indentation in code example.
2009-06-03 Josiah CarlsonFix for line wrap ugly.
2009-06-03 Josiah CarlsonThis fixes bug 5798 on OS X.
2009-06-03 Tarek Ziadéassertion message was dropped
2009-06-03 Tarek Ziadémore cleanup and test coverage for distutils.extension
2009-06-03 Tarek Ziadéadded some tests for distutils.extension + code cleanup
2009-06-03 Georg BrandlUse the preferred form of raise statements in the docs.
2009-06-02 Michael FoordRestore default testRunner argument in unittest.main...
2009-06-02 Tarek Ziadéimproved distutils.spawn test coverage + cleaned it up
2009-06-02 Kristján Valur... http://bugs.python.org/issue6117
2009-06-02 Mark DickinsonTypo in socket.py. Thanks Pablo Torres Navarrete.
2009-06-02 Gregory P.... Fixes issue6169: it was possible for two ipaddr network...
2009-06-01 Antoine PitrouFix compilation error with gcc 4.3.2
2009-06-01 Tarek Ziadéimproved distutils.dist test coverage, pep-8 compliancy
2009-06-01 Amaury Forgeot... #4547: When debugging a very large function, it was...
2009-06-01 Gregory P.... Sync up __version__ number with the version of the...
2009-06-01 Martin v. LöwisIssue #6158: package Sine-1000Hz-300ms.aif.
2009-06-01 Andrew M. KuchlingThe class for regexes isn't called RegexObject any...
2009-05-31 Guilherme PoloImproved PanedWindow.add's docstring. 'subcomand' is...
2009-05-31 R. David MurrayIssue 3848: document the fact that epoll register raise...
2009-05-31 Antoine PitrouUninitialized file type would lead to __exit__ lookup...
2009-05-31 Benjamin Peterson__enter__ and __exit__ must be on the class
2009-05-31 Benjamin Petersonremove function import
2009-05-31 Antoine PitrouIssue #6152: New option '-j'/'--multiprocess' for regrt...
2009-05-31 Georg BrandlFix markup.
2009-05-31 Benjamin Petersonfix signature
2009-05-30 Antoine PitrouUpdate ACKS
2009-05-30 Antoine PitrouThe test for #5330 wasn't correct.
2009-05-30 Antoine PitrouIssue #5330: C functions called with keyword arguments...
2009-05-30 Gregory P.... Add more examples to the ipaddr documentation.
2009-05-30 Georg BrandlRewrap a few long lines.
2009-05-30 Georg BrandlFix markup problem.
2009-05-30 Georg BrandlFix some more small markup problems.
2009-05-30 Georg BrandlUse preferred form of raising exceptions.
2009-05-30 Georg Brandl#6146: fix markup bug.
2009-05-30 Benjamin Petersonno fdatasync on macos
2009-05-29 Benjamin Petersonadd with statements
2009-05-29 Raymond HettingerMove the basic examples section back to the beginning.
2009-05-29 Michael FoordAdd test discovery to unittest. Issue 6001.
2009-05-29 R. David MurrayIssue 6141: document that the first item of args is...
2009-05-29 R. David MurrayRefactor test parameterization to resolve update timing...
2009-05-29 Martin v. LöwisIssue #4873: Fix resource leaks in error cases of pwd...
2009-05-29 Tarek ZiadéFixed #6131: test_modulefinder leaked when run after...
2009-05-29 Raymond HettingerIssue 5982: Classmethod and staticmethod expose wrapped...
2009-05-29 Jeffrey YasskinFix nearly all compilation warnings under Apple gcc...
2009-05-29 Raymond HettingerDeprecate contextlib.nested(). The with-statement...
2009-05-29 Raymond HettingerIssue 5150: Add rstrip() option to IDLE's format menu.
2009-05-28 R. David MurrayBackport smtplib auth tests from r72990.
2009-05-28 Tarek Ziadéusing 'tar' then 'gzip' in the test, because 'tar ...
2009-05-28 Tarek ZiadéFixed #6048: Distutils uses the tarfile module instead...
2009-05-28 Philip Jenveyexplicitly close files
2009-05-28 Philip Jenveyfurther hint to where the open docs really are
2009-05-28 Philip Jenveyexplicitly close the file, merged from py3k
2009-05-28 Benjamin Petersonswitch library reference and language reference
2009-05-27 R. David Murrayfix issue #6121 by stripping spaces from the argument...
2009-05-27 Benjamin Petersonplug ref leak
2009-05-27 Benjamin Petersoncorrectly handle descrs with __missing__
2009-05-27 Raymond HettingerFix field name conflicts for named tuples.
2009-05-26 Ronald OussorenFixes issue 6110
2009-05-26 Benjamin Petersonteach the peepholer about SETUP_WITH
2009-05-26 Georg Brandl#6112: list.remove raises ValueError, not RuntimeError.
2009-05-26 Collin WinterIssue 5794: fix cPickle's unpickling of recursive tuples.
2009-05-25 Georg BrandlAllow multiple context managers in one with statement...
2009-05-25 Michael FoordMake assertSequenceEqual error messages less cryptic...
2009-05-25 Benjamin Petersonfix error handling
2009-05-25 Benjamin Petersontake into account the fact that SETUP_WITH pushes a...
2009-05-25 Benjamin Petersonadd a SETUP_WITH opcode
2009-05-25 Collin WinterIssue 5670: special-case pickling of dicts. This nearly...
2009-05-25 Benjamin Petersonhandle errors from _PyObject_LookupSpecial when __get__...
2009-05-25 Benjamin Petersonmake class skipping decorators the same as skipping...
2009-05-24 Benjamin Petersonstop using Py_FindMethod
2009-05-24 Antoine PitrouAdd Misc/python.pc to the list of ignored files
2009-05-24 Antoine PitrouIssue #3585: Add pkg-config support.
2009-05-24 Martin v. LöwisIssue #6050: Don't fail extracting a directory from...
2009-05-24 Martin v. LöwisIssue #6065: Do not try to build a version-independent
2009-05-24 Gregory P.... add a versionadded tag for set_tunnel
2009-05-24 Antoine PitrouIssue #1309352: fcntl now converts its third arguments...
2009-05-24 Antoine PitrouFix build under Windows
2009-05-24 Senthil KumaranFixed Issue1424152, urllib2 fails with HTTPS over Proxy.
2009-05-23 Jeffrey YasskinIssue #6042:
2009-05-23 R. David MurrayAdd smtplib test from issue 5259.
2009-05-23 Benjamin Petersonremove mention of old ctypes version
2009-05-23 Benjamin Petersonreorder name
2009-05-23 Benjamin Petersonsupport building with subversion 1.7 #6094
2009-05-23 Antoine PitrouIssue #3877: skip a test_fileio subtest on all BSDs...
2009-05-23 Antoine PitrouSome pid_t-expecting or producing functions were forgot...
2009-05-23 Antoine PitrouIssue #1983: Fix functions taking or returning a proces...
2009-05-23 Eric SmithIssue 6089: str.format raises SystemError.
2009-05-23 R. David MurrayFix spelling left over from testing.
2009-05-23 R. David MurrayDon't be so wordy in requires('network') in case other...
2009-05-23 R. David MurrayFix Issue #4066: smtplib.SMTP_SSL._get_socket now corre...
2009-05-22 Georg Brandl#6078: _warnings is a builtin module and has no standar...
2009-05-22 Georg Brandl#6086: fix spelling and use a better exception to catch.
2009-05-22 Georg BrandlCorrection in softspace behavior description.
2009-05-22 Georg Brandls/use/call/
2009-05-22 Georg BrandlFix confusing wording.
next