]> granicus.if.org Git - python/shortlog
python
2009-06-07 Benjamin Petersonbackport r73273
2009-06-07 Benjamin Petersonremove has_key
2009-06-07 Benjamin Petersonuse booleans for flags
2009-06-07 Benjamin Petersonalways inherit from an appropiate base class
2009-06-07 Benjamin Petersoninherit from object
2009-06-07 Georg BrandlAdd Ezio.
2009-06-07 Kristján Valur... http://bugs.python.org/issue6192
2009-06-07 Benjamin Petersonbackport r73268
2009-06-06 Georg Brandl#6224: s/JPython/Jython/, and remove one link to a...
2009-06-06 Georg Brandl#6204: use a real reference instead of "see later".
2009-06-06 Georg Brandl#6211: elaborate a bit on ways to call the function.
2009-06-06 Georg Brandl#6206: fix test__locale.
2009-06-05 Benjamin Petersononly test for named pipe when os.stat doesn't raise...
2009-06-05 Michael FoordFix unittest discovery tests for Windows. Issue 6199
2009-06-05 Tarek Ziadéreverting r72823 : Python trunk has to use latin-1...
2009-06-05 Eric SmithRemoved tests so that test_float pass on Windows. See...
2009-06-05 Hirokazu YamamotoFix test__locale on windows (Backport of r72365)
2009-06-04 Georg BrandlAdd test for #3684.
2009-06-04 Eric SmithMinor documentation fixes for logging.
2009-06-04 Georg Brandl#6175: document that inet_aton supports alternate input...
2009-06-04 Georg Brandl#6176: fix man page section for flock(2).
2009-06-04 Georg Brandl#5967: note that the C slicing APIs do not support...
2009-06-04 Georg BrandlBetter name for "Ctor".
2009-06-04 Georg Brandl#3584: ignore trailing newlines when placing the caret...
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
next