]> granicus.if.org Git - python/shortlog
python
2010-03-05 Tarek Ziadéreverting partially distutils to its 2.6.x state so...
2010-03-04 Florent Xicluna#2777: Enable test_send_signal, test_kill and test_term...
2010-03-04 Florent XiclunaCleanup.
2010-03-04 Dirkjan OchtmanTry to fix buildbot breakage from r78384.
2010-03-04 R. David MurrayFix documentation of email.Message.get_filename to...
2010-03-04 Florent Xicluna#7805: wait until all workers are started before collec...
2010-03-04 Florent XiclunaFix transient refleak in test_popen2.
2010-03-04 Victor StinnerIssue #1054943: Fix unicodedata.normalize('NFC', text...
2010-03-04 Benjamin Petersonset svn:executable on all regen scripts
2010-03-04 Victor StinnerIssue #7494: fix a crash in _lsprof (cProfile) after...
2010-03-03 Victor StinnerIssue #7544: Preallocate thread memory before creating...
2010-03-03 Victor StinnerIssue #3299: fix curses.panel.new_panel() error handler...
2010-03-03 Benjamin Petersonrephrase
2010-03-03 Lars GustäbelIssue #7232: Add support for the context manager protocol
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...
next