]> granicus.if.org Git - python/shortlog
python
2010-03-06 Benjamin Petersonpost release update
2010-03-06 Benjamin Petersontag 2.7 alpha 4
2010-03-06 Benjamin Petersonbump version to 2.7a4 v2.7a4
2010-03-06 Florent XiclunaSkip test_send_signal, test_kill, test_terminate on...
2010-03-06 Florent XiclunaMinor tweaking of previous r78734, and add a NEWS entry.
2010-03-06 Florent XiclunaCreate test_genericpath.CommonTest and reuse it to...
2010-03-06 Florent XiclunaDo not print the header lines when running a single...
2010-03-06 Vinay SajipAdded checks for tuples in dictConfig.
2010-03-06 Vinay SajipAdded schema version test in dictConfig.
2010-03-06 Florent XiclunaBackport "test.regrtest -R 2:3" syntax from py3k branch...
2010-03-06 Florent Xicluna#6906: TCL_LIBRARY and TK_LIBRARY environment variables...
2010-03-06 Florent Xicluna#2777: Apply same recipe on win32, i.e. do not inherit...
2010-03-06 Florent XiclunaPrint platform information to stdout, to help troublesh...
2010-03-06 Florent XiclunaKeep the test files in the ./build/ subdirectory, if...
2010-03-06 Gregory P.... Call setreuid and setregid in a subprocess to avoid...
2010-03-06 Benjamin Petersonsettscdump is definitely an implementation detail
2010-03-06 Tarek Ziadésearch in the alternative location for VCExpress
2010-03-06 Tarek Ziadéfixed various failures and environment alterations...
2010-03-06 Tarek Ziadéfiles used by win32 tests
2010-03-06 Tarek Ziadésimplified the fallback case
2010-03-06 Tarek Ziadéprovide a fallback for xxmodule.c in case the buildir...
2010-03-06 Tarek Ziadécopied back the build_ext tests from 2.6
2010-03-06 Florent Xicluna#2777: Apply same recipe for test_terminate and test_ki...
2010-03-05 Vinay SajipFactored out time usage determination into a method...
2010-03-05 Florent Xicluna#2777: Handle fds more carefully to try to fix some...
2010-03-05 Mark DickinsonRemove the redundant #define: PY_STRUCT_FLOAT_COERCE
2010-03-05 Mark DickinsonFix incorrect stacklevel for DeprecationWarnings origin...
2010-03-05 Gerhard HäringMerged code from pysqlite 2.6.0.
2010-03-05 Benjamin PetersonMerged revisions 78679,78681 via svnmerge from
2010-03-05 Benjamin Petersonremove the svn:executable property from files that...
2010-03-05 Benjamin Petersonset svn:eol-style on Lib files
2010-03-05 Benjamin Petersonset svn:eol-style
2010-03-05 Florent XiclunaThese line should not be there.
2010-03-05 Florent XiclunaLet's use assertIsNone / assertIsNotNone. It's hype.
2010-03-05 Florent XiclunaWorkaround #3137: Retry SIGINT if it is not received...
2010-03-05 Tarek Ziadéreverted the usage of compiler_obj in Python's setup.py
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.
next