]> granicus.if.org Git - python/shortlog
python
2012-12-08 Benjamin Petersonadd fixer for reload() -> imp.reload() (closes #11797...
2012-12-07 Chris JerdonekIssue #16495: remove extraneous NULL encoding check...
2012-12-07 Raymond HettingerImprove OrderedDict equality test.
2012-12-06 Benjamin Petersonassert than we never try to deal with True, False,...
2012-12-06 Benjamin Petersoncreate NameConstant AST class for None, True, and False...
2012-12-06 Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-06 Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-06 Andrew SvetlovSpecify which I/O ABC methods have implementations...
2012-12-05 Andrew SvetlovUpdate comment: SAVE_EXC_STATE and SWAP_EXC_STATE macro...
2012-12-05 Andrew SvetlovUpdate comment: SAVE_EXC_STATE and SWAP_EXC_STATE macro...
2012-12-05 Andrew SvetlovMerge: skip pdb test for #13120 if threading is not...
2012-12-05 Andrew SvetlovMerge: skip pdb test for #13120 if threading is not...
2012-12-05 Andrew SvetlovSkip pdb test for #13120 if threading is not available.
2012-12-05 Andrew SvetlovMerge 3.3
2012-12-05 Andrew SvetlovFix typo.
2012-12-05 Eric SnowIssue #15627: This is simply an update to the name...
2012-12-04 Andrew SvetlovMerge issue #13120: Allow to call pdb.set_trace() from...
2012-12-04 Andrew SvetlovIssue #13120: Allow to call pdb.set_trace() from thread.
2012-12-04 Victor StinnerIssue #16444: test more bytes in support.TESTFN_UNDECOD...
2012-12-04 Andrew SvetlovMerge issue #13120: Allow to call pdb.set_trace() from...
2012-12-04 Victor StinnerCleanup unicodeobject.c
2012-12-04 Victor StinnerIssue #16455: On FreeBSD and Solaris, if the locale...
2012-12-03 Antoine PitrouFix test splitting in previous commit.
2012-12-03 Antoine PitrouFix test splitting in previous commit.
2012-12-03 Antoine PitrouFix test splitting in previous commit.
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 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 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.3)
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 Antoine PitrouIssue #16562: Optimize dict equality testing.
2012-12-02 Benjamin Petersonmerge 3.3
2012-12-02 Benjamin Petersonmore test to more general test file, so it can test...
2012-12-02 Benjamin Petersonmerge 3.3
2012-12-02 Benjamin Petersonloosen test now that bytes are allowed
2012-12-02 Benjamin Petersonmerge 3.3
2012-12-02 Benjamin Petersondocument UnicodeError attributes
2012-12-02 Benjamin Petersondocument that encoding error handlers may return bytes...
2012-12-02 Benjamin Petersonmerge 3.3 (#16585)
2012-12-02 Benjamin Petersonsupport encoding error handlers that return bytes ...
2012-12-02 Benjamin Petersonmerge 3.3
2012-12-02 Benjamin Petersonunicode -> str
2012-12-02 Mark DickinsonIssue 10052: null merge from 3.3
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 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 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 #16588: Silence unused-but-set warnings in Python...
2012-12-02 Christian Heimesnull merge
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-12-02 Christian HeimesIssue #16592: stringlib_bytes_join doesn't raise Memory...
2012-12-02 Christian HeimesHave BSD 'make -s' do the right thing, thanks to Daniel...
2012-12-01 Antoine PitrouIssue #16590: remove obsolete compatibility code from...
2012-11-30 Benjamin PetersonAdd Bruno Dupuis
2012-11-29 Benjamin Petersonmerge 3.3 (#16573)
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 SvetlovMerge: remove redundant sentence from c-api docs (issue...
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 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.3.
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#16333: add Misc/NEWS entry for e63ac05ccfa8.
2012-11-29 Ezio Melotti#16476: null merge with 3.3.
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.3.
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 Victor StinnerCleanup json decoder: float() has builtin support of...
2012-11-28 Ezio Melotti#16333: fix example in docstring.
2012-11-28 Ezio Melotti#16333: use (",", ": ") as default separator when inden...
2012-11-28 Ezio Melotti#16333: null merge with 3.3.
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 SvetlovRevert duplicate changes in argparse docs.
2012-11-28 Andrew SvetlovMerge issue #11076: document the way to convert argpars...
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 JerdonekNull merge from 3.3.
2012-11-28 Chris JerdonekMerge heads.
2012-11-28 Chris JerdonekMerge heads.
next