]> granicus.if.org Git - python/shortlog
python
2010-03-03 Florent XiclunaRevert a nonexistent docstring typo, r42805.
2010-03-03 Benjamin Petersonfix Sphinx warnings
2010-03-03 Benjamin Petersonedit for style
2010-03-03 Victor StinnerIssue #3299: fix thread.allocate_lock() error handler...
2010-03-02 Florent XiclunaFix wording.
2010-03-02 Benjamin Petersonplug ref leaks
2010-03-02 Victor StinnerIssue #7820: The parser tokenizer restores all bytes...
2010-03-02 Benjamin Petersonremove cross-version compatibility code
2010-03-02 Benjamin Petersonremove code to avoid BaseException.message bug
2010-03-02 Victor StinnerIssue #2973: Fix gcc warning on the 2nd argument of...
2010-03-02 Florent XiclunaTest test_pep277 is only relevant for Unicode-friendly...
2010-03-02 Benjamin Petersonconvert deprecated fail* methods to assert* variants
2010-03-02 Benjamin Petersonuse test_main() in __main__ section
2010-03-02 Benjamin Petersonprevent warning filter adjustment from altering other...
2010-03-02 Benjamin Petersonenable running of argparse tests and fix two that faile...
2010-03-02 Georg BrandlAdd some x-refs.
2010-03-02 Benjamin Petersonremove another coding cookie
2010-03-02 Benjamin Petersonset svn:eol-style
2010-03-02 Benjamin Petersonremove coding cookie as mandated by PEP 8
2010-03-02 Florent XiclunaTentatively enable test_pep277 on all platforms.
2010-03-02 Florent XiclunaRefactor test_dict using assertRaises.
2010-03-02 Michael FoordLink correction in documentation.
2010-03-02 Andrew M. KuchlingAdd an item
2010-03-02 Steven BethardInitial commit of the argparse library, based on argpar...
2010-03-01 Benjamin Petersonremove CVS id
2010-03-01 Barry WarsawManually copy patch for bug 7250 from the release26...
2010-03-01 Florent Xicluna#7808: Fix reference leaks in _bsddb and related tests.
2010-03-01 Andrew M. Kuchling#7637: avoid repeated-concatenation antipattern in...
2010-03-01 Andrew M. Kuchling#7191: describe more details of wbits parameter
2010-03-01 Andrew M. Kuchling#7637: update discussion of minidom.unlink() and garbag...
2010-03-01 R. David MurrayIssue 3892 again. The bsddb3 replication test still...
2010-03-01 Gregory P.... Fix test to be skipped on windows.
2010-03-01 Gregory P.... Fixes issue #7999: os.setreuid() and os.setregid()...
2010-03-01 Gregory P.... Adds c_ssize_t to ctypes. issue 6729.
2010-03-01 Gregory P.... Cleanup the test added in r78517 based on Ezio Melotti...
2010-03-01 Gregory P.... Fix the new test on windows (skip it, its posix only)
2010-03-01 Gregory P.... Fix for r78527. It left out updating forkpty.
2010-03-01 Gregory P.... Adds the hashlib.algorithms attribute. See issue7418.
2010-03-01 Gregory P.... Issue #7242: On Solaris 9 and earlier calling os.fork...
2010-03-01 Gregory P.... Issue #1068268: The subprocess module now handles EINTR...
2010-02-28 Ezio Melotti#8030: more docstring fix for builtin types.
2010-02-28 Gregory P.... Issue #7481: When a threading.Thread failed to start...
2010-02-28 Georg BrandlThe set types can also be called without arguments.
2010-02-28 Georg Brandl#8030: make builtin type docstrings more consistent...
2010-02-28 Ezio MelottiPep8ify test names in the examples.
2010-02-27 Florent XiclunaFix an oversight in r78508: p.wait() should be compared...
2010-02-27 Florent XiclunaClean test_subprocess: use assertRaises, skipIf, skipUn...
2010-02-27 Florent Xicluna#7793: Fix RuntimeError when running "regrtest -R"...
2010-02-27 Georg BrandlLink to http://www.python.org/dev/workflow/ from bugs...
2010-02-27 Ezio MelottiFix missing parenthesis.
2010-02-27 Florent XiclunaIssue #1729305: Fix doctest to handle encode error...
2010-02-27 Ezio MelottiAdd a test for normpath to test_macpath.
2010-02-27 Florent XiclunaAdd entry for issue #691291.
2010-02-27 Benjamin Petersonrun autoconf
2010-02-27 Ezio MelottiShow an error when the value passed to --enable-unicode...
2010-02-26 Ezio Melottitypo: __next__ -> next
2010-02-26 Andrew M. Kuchling#7407: specify default maxsize value; patch by Floris...
2010-02-26 Florent Xicluna#691291: codecs.open() should not convert end of lines...
2010-02-26 Senthil KumaranFixing issue5475 : urllib2.getproxies not documented
2010-02-25 Martin v. LöwisAdd Florent Xicluna.
2010-02-25 Ezio Melotti#7649: "u'%c' % char" now behaves like "u'%s' % char...
2010-02-25 Eric SmithIssue #7928: Document str.format element_index better.
2010-02-25 Eric SmithIssue #5965: Add documentation for parts of format...
2010-02-24 Senthil KumaranFix for Issue7540 ; urllib2 will raise a TypeError...
2010-02-24 Dirkjan OchtmanAdd some notes about Tools/scripts/serve.py.
2010-02-24 Ezio Melottitypos
2010-02-24 Senthil KumaranFix for Issue3819 - urllib2 sends Basic auth across...
2010-02-24 Eric SmithIssue #7309: Unchecked pointer access when converting...
2010-02-24 Dirkjan OchtmanIssue #7427: improve the representation of httplib...
2010-02-24 Dirkjan OchtmanIssue #8004: add a serve target to the Doc Makefile.
2010-02-24 Dirkjan OchtmanIssue #7733: add explicit reference in asyncore docs.
2010-02-24 R. David MurrayIssue 7975: in python 2.6 bsddb.dbshelve switched from...
2010-02-24 Benjamin PetersonMerged revisions 78407 via svnmerge from
2010-02-24 R. David MurrayThe primary copy of lib2to3 is not trunk, so the lib2to...
2010-02-24 Brett CannonRecord that Dino Viehland got commit privs.
2010-02-23 Amaury Forgeot... #4852: Remove dead code in every thread implementation...
2010-02-23 Victor StinnerIssue #7649: Fix u'%c' % char for character in range...
2010-02-23 Georg Brandl#6544: fix refleak in kqueue, occurring in certain...
2010-02-23 Georg Brandl#8000: fix deprecated directive. What a shame to lose...
2010-02-23 Dirkjan OchtmanFix #1537721: add writeheader() method to csv.DictWriter.
2010-02-23 Thomas Hellerctypes CThunkObject was not registered correctly with...
2010-02-23 Jack Diederich issue#6442 use in operator instead of has_key
2010-02-23 Jack Diederichfixup markup error
2010-02-23 Michael Foordunittest.TestResult can now be used with the TextTestRu...
2010-02-23 Mark DickinsonFix spacing nit. Thanks Eric Smith for the public...
2010-02-23 Mark DickinsonMake global variable overflowok into a keyword argument...
2010-02-23 Tarek Ziadéfixed #5801: removed spurious empty lines in wsgiref
2010-02-23 Tarek Ziadécompleted the __all__ list and changed the module doctest
2010-02-23 Tarek Ziadéadded a note on shutil new APIs
2010-02-23 Tarek Ziadéadded make_archive (and secondary APIs) to shutil
2010-02-23 Tarek Ziadéremoved debugging code
2010-02-23 R. David MurrayIssue 6292: for the moment at least, the test suite...
2010-02-23 Eric SmithIssue #6902: Fix problem with built-in types format...
2010-02-22 Michael FoordSupport for old TestResult object (unittest) with warni...
2010-02-22 Andrew M. Kuchling#7706: add include guards where they're missing; requir...
2010-02-22 Andrew M. Kuchling#7706: DONT_HAVE_ERRNO_H is no longer defined by config...
2010-02-22 Andrew M. Kuchling#2560: remove an unnecessary 'for' loop from my_fgets...
2010-02-22 Jack Diederich* fix issue#7476
2010-02-22 Andrew M. KuchlingRemove Tools/modulator, a reference to it in the docs...
2010-02-22 Jack Diederichfixes issue #1522237, bad init check in _threading_local
next