]> granicus.if.org Git - python/shortlog
python
2010-03-07 Florent XiclunaBackport the Popen.poll() protection from subprocess...
2010-03-07 Michael FoordRemove accidental print statement from last commit.
2010-03-07 Michael FoordFix accidental name rebinding in unittest py3k warning...
2010-03-07 Michael FoordAddition of setUpClass and setUpModule shared fixtures...
2010-03-07 Georg Brandl#8044: document Py_{Enter,Leave}RecursiveCall functions.
2010-03-07 Georg Brandl#8039: document conditional expressions better, giving...
2010-03-07 Georg Brandl#8085: The function is called PyObject_NewVar, not...
2010-03-07 Michael FoordFix for potentials errors in constructing unittest...
2010-03-07 Florent XiclunaRefresh the documentation for the test.test_support...
2010-03-07 Florent Xicluna#2777: Try hard to make Win7 buildbot happy...
2010-03-07 Mark DickinsonSilence compiler warning.
2010-03-07 Mark DickinsonIssue #1530559: When packing a non-integer with any...
2010-03-07 Florent XiclunaDo not fail if returncode is 0 on send_signal/kill...
2010-03-07 Georg Brandl#5341: more built-in vs builtin fixes.
2010-03-07 Florent Xicluna#2777: Enable test_send_signal, test_terminate and...
2010-03-07 Florent XiclunaIssue #7849: Now the utility ``check_warnings`` verifie...
2010-03-07 Florent XiclunaFix some py3k warnings in the standard library.
2010-03-07 Ronald OussorenFix for issue #7998: pythonw didn't work when --with...
2010-03-07 Senthil KumaranReverting the change made in r78431.
2010-03-07 Benjamin Petersoneliminate py3k warnings in argparse
2010-03-07 Benjamin Petersonmore specific exception for wrong kind of raise #8082
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
next