]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2012-12-03  Antoine PitrouSplit the bigmem re test in two separate tests with...
2012-12-03  Antoine PitrouSplit the bigmem re test in two separate tests with...
2012-12-03  Andrew SvetlovMerge issue #16583: Prevent nesting SystemExit in tkint...
2012-12-03  Andrew SvetlovIssue #16583: Prevent nesting SystemExit in tkinter...
2012-12-03  Victor Stinner(Null merge 3.2)
2012-12-03  Victor StinnerIssue #16416: Fix compilation error
2012-12-03  Victor Stinner(Merge 3.2) Issue #16416: On Mac OS X, operating system...
2012-12-03  Victor StinnerIssue #16416: On Mac OS X, operating system data are...
2012-12-02  Benjamin Petersonmore test to more general test file, so it can test...
2012-12-02  Benjamin Petersonloosen test now that bytes are allowed
2012-12-02  Benjamin Petersondocument UnicodeError attributes
2012-12-02  Benjamin Petersondocument that encoding error handlers may return bytes...
2012-12-02  Benjamin Petersonsupport encoding error handlers that return bytes ...
2012-12-02  Benjamin Petersonunicode -> str
2012-12-02  Mark DickinsonIssue 10052: merge fix from 3.2.
2012-12-02  Mark DickinsonIssue 10052: fix failed uint32_t / uint64_t / int32_t...
2012-12-02  Antoine PitrouIssue #10182: The re module doesn't truncate indices...
2012-12-02  Antoine PitrouIssue #10182: The re module doesn't truncate indices...
2012-12-02  Christian HeimesIssue #16588: Silence unused-but-set warnings in Python...
2012-12-02  Christian HeimesIssue #16588: Silence unused-but-set warnings in Python...
2012-12-02  Christian HeimesIssue #16593: Have BSD 'make -s' do the right thing...
2012-12-02  Christian Heimes- Issue #16593: Have BSD 'make -s' do the right thing...
2012-11-29  Benjamin Petersonmerge 3.2
2012-11-29  Benjamin Petersonadd changelog
2012-11-29  Benjamin Petersonmerge 3.2 (#16573)
2012-11-29  Benjamin Petersonenumerate only requires an iterable (closes #16573)
2012-11-29  Andrew SvetlovRemove redundant sentence from c-api docs (issue #16323)
2012-11-29  Andrew SvetlovMerge issue #16477: Close tarfile internal handlers...
2012-11-29  Andrew SvetlovIssue #16477: Close tarfile internal handlers in case...
2012-11-29  Ezio Melotti#16549: merge with 3.2.
2012-11-29  Ezio Melotti#16549: fix test failures on Windows.
2012-11-29  Ezio Melotti#16476: merge with 3.2.
2012-11-29  Ezio Melotti#16476: Fix json.tool to avoid including trailing white...
2012-11-29  Ezio Melotti#16549: merge with 3.2.
2012-11-29  Ezio Melotti#16549: Make json.tool work again on Python 3 and add...
2012-11-28  Ezio Melotti#16333: merge with 3.2.
2012-11-28  Ezio Melotti#16333: document a way to get rid of trailing whitespac...
2012-11-28  Andrew SvetlovRevert duplicate changes in argparse docs.
2012-11-28  Andrew SvetlovRevert duplicate changes in argparse docs.
2012-11-28  Andrew SvetlovMerge issue #11076: document the way to convert argpars...
2012-11-28  Andrew SvetlovIssue #11076: document the way to convert argparse...
2012-11-28  Chris JerdonekMerge heads.
2012-11-28  Chris JerdonekMerge from 3.2: improve argument/parameter documentatio...
2012-11-28  Andrew SvetlovIssue #16323: Fix wrong C API documentation for locale...
2012-11-28  Chris JerdonekImprove argument/parameter documentation (issue #15990).
2012-11-28  Chris JerdonekAdd a str class entry to the "Text Sequence Type" secti...
2012-11-27  Gregory P.... null merge (3.3 is different)
2012-11-27  Gregory P.... Plug a leak in timemodule. The module dictionary is...
2012-11-27  Ezio Melotti#16556: merge with 3.2.
2012-11-27  Ezio Melotti#16556: Fix inconsistency between kwds and kwargs....
2012-11-26  Ezio Melotti#16559: merge with 3.2.
2012-11-26  Ezio Melotti#16559: Add more tests for the json module. Patch...
2012-11-26  Chris JerdonekMerge from 3.2: add hyperlinks to some os.path function...
2012-11-26  Chris JerdonekAdd hyperlinks to the docs of some os.path functions...
2012-11-25  Vinay SajipNull merge for fix for #16521.
2012-11-25  Vinay SajipCloses #16521: Improved error handling for basicConfig...
2012-11-25  Mark DickinsonIssue #16546: make ast.YieldFrom argument mandatory.
2012-11-24  Antoine PitrouIssue #12848: The pure Python pickle implementation...
2012-11-24  Antoine PitrouIssue #12848: The pure Python pickle implementation...
2012-11-23  Ezio MelottiMerge debug print removal with 3.2.
2012-11-23  Ezio MelottiRemove debug print.
2012-11-23  Vinay SajipIssue #16519: Used os.path.abspath, removed unnecessary...
2012-11-23  Ezio Melotti#16530: merge with 3.2.
2012-11-23  Ezio Melotti#16530: the "options" arg of os.wait3 is required.
2012-11-23  Ezio Melotti#16306: merge with 3.2.
2012-11-23  Ezio Melotti#16306: report only the first unknown option and add...
2012-11-23  Andrew SvetlovIssue #16538: correctly describe MAKE_CLOSURE in docs.
2012-11-22  Stefan KrahFix more usages of NULL without including stdio.h.
2012-11-22  Stefan KrahIssue #13057: Include stdio.h when NULL is used in...
2012-11-22  Éric AraujoAddress reviews for open’s opener argument doc patch...
2012-11-21  Ezio MelottiNull merge with 3.2.
2012-11-21  Ezio MelottiRemove unused variabile "plain" in builtin_exec.
2012-11-21  Chris JerdonekNull merge from 3.2.
2012-11-21  Chris JerdonekFix label in docs (from issue #13538).
2012-11-21  Chris JerdonekImprove str() and object.__str__() documentation (issue...
2012-11-21  Chris JerdonekNull merge from 3.2 (issue #13538).
2012-11-21  Chris JerdonekImprove str() and object.__str__() documentation (issue...
2012-11-20  Barry Warsawnull merge
2012-11-20  Barry WarsawDo a better job of preserving the state of sys.modules.
2012-11-20  Barry WarsawDo a better job of ensuring test reproducibility and...
2012-11-20  Antoine PitrouMerge test from issue #1160.
2012-11-20  Antoine PitrouIssue #1160: Fix compiling large regular expressions...
2012-11-20  Barry Warsaw- Issue #16514: Fix regression causing a traceback...
2012-11-20  Andrew SvetlovFix typo in multiprocessing documentation, thanks to...
2012-11-18  Stefan KrahBackport 9dd4638de73b.
2012-11-18  Ezio Melotti#7782: merge with 3.2.
2012-11-18  Ezio Melotti#7782: add a test for test_iter.
2012-11-18  Antoine PitrouThe poplib module provides two classes, not one.
2012-11-18  Antoine PitrouThe poplib module provides two classes, not one.
2012-11-18  Ezio Melotti#16306: merge with 3.2.
2012-11-18  Ezio Melotti#16306: Fix multiple error messages when unknown comman...
2012-11-18  Ezio Melotti#14313: null merge.
2012-11-18  Ezio Melotti#14313: zipfile now raises NotImplementedError when...
2012-11-18  Ezio Melotti#16053: merge with 3.2.
2012-11-18  Ezio Melotti#16053: document csv.Dialect.strict. Patch by Kushal...
2012-11-18  Mark DickinsonMerge typo fix from 3.2.
2012-11-18  Mark DickinsonTypo fix.
2012-11-18  Mark DickinsonIssue #12005: merge doc patch from 3.2
2012-11-18  Mark DickinsonIssue #12005: clarify behaviour of % and // for Decimal...
2012-11-17  Antoine PitrouIssue #16408: Fix file descriptors not being closed...
next