]> granicus.if.org Git - python/shortlog
python
2015-10-03 Martin PanterIssues #25232, #24657: Merge two CGI server fixes from 3.5
2015-10-03 Raymond HettingerFactor out common iterator finalization code
2015-10-03 Martin PanterIssues #25232, #24657: Use new enum status to match...
2015-10-03 Martin PanterIssues #25232, #24657: Merge two CGI server fixes from...
2015-10-03 Martin PanterIssue #24657: Prevent CGIRequestHandler from collapsing...
2015-10-03 Martin PanterIssue #25232: Fix CGIRequestHandler's splitting of...
2015-10-03 Terry Jan ReedyMerge with 3.5
2015-10-03 Terry Jan ReedyMerge with 3.4
2015-10-03 Terry Jan ReedyIssue #25224: README.txt is now an idlelib index for...
2015-10-03 Terry Jan ReedyMerge with 3.5
2015-10-03 Terry Jan ReedyMerge with 3.4
2015-10-03 Terry Jan ReedyIssue #24820: Users can now set breakpoint colors in...
2015-10-03 Victor StinnerIssue #18174: Fix test_regrtest when Python is compiled...
2015-10-02 Victor StinnerFix _PyUnicodeWriter_PrepareKind()
2015-10-02 Brett CannonMerge from 3.5 for issue #25188.
2015-10-02 Brett CannonIssue #25188: Add a -P/--pgo flag to regrtest to silenc...
2015-10-02 Victor StinnerIssue #22806: Add ``python -m test --list-tests`` comma...
2015-10-02 Victor StinnerIssue #18174: "python -m test --huntrleaks ..." now...
2015-10-02 Victor StinnerIssue #25287: Don't add crypt.METHOD_CRYPT to crypt...
2015-10-02 Berker PeksagMerge from 3.5
2015-10-02 Berker PeksagTweak susp-ignored.csv to make buildbots happy
2015-10-02 Yury Selivanovasyncio: Make ensure_future() accept all kinds of await...
2015-10-02 Yury Selivanovasyncio: Make ensure_future() accept all kinds of await...
2015-10-02 Yury Selivanovasyncio: ensure_future() now understands awaitables
2015-10-02 Berker PeksagIssue #25290: Fix typo in csv.reader() docstring
2015-10-02 Berker PeksagIssue #25290: Fix typo in csv.reader() docstring
2015-10-02 Berker PeksagIssue #25290: Fix typo in csv.reader() docstring
2015-10-02 Serhiy StorchakaIssue #24848: Fixed bugs in UTF-7 decoding of misformed...
2015-10-02 Serhiy StorchakaIssue #24848: Fixed bugs in UTF-7 decoding of misformed...
2015-10-02 Serhiy StorchakaIssue #24848: Fixed bugs in UTF-7 decoding of misformed...
2015-10-02 Serhiy StorchakaIssue #24483: C implementation of functools.lru_cache...
2015-10-02 Serhiy StorchakaIssue #24483: C implementation of functools.lru_cache...
2015-10-01 Steve DowerMerge from 3.5
2015-10-01 Steve DowerIssue #25165: Windows uninstallation should not remove...
2015-10-01 Steve DowerImproves support for building unofficial versions of...
2015-10-01 Victor StinnerMake _PyUnicode_TranslateCharmap() symbol private
2015-10-01 Victor StinnerUpdate importlib_external.h
2015-10-01 Victor StinnerIssue #25267: The UTF-8 encoder is now up to 75 times...
2015-10-01 Vinay SajipCloses #24884: refactored WatchedFileHandler file reope...
2015-10-01 Vinay SajipFixes #25097: Merged fix from 3.5.
2015-10-01 Vinay SajipFixes #25097: Merged fi from 3.4.
2015-10-01 Vinay SajipFixes #25097: Windows test is skipped if there are...
2015-10-01 Victor StinnerIssue #25277: Set a timeout of 10 minutes in test_eintr...
2015-10-01 Vinay SajipCloses #25185: merged fix from 3.5.
2015-10-01 Vinay SajipCloses #25185: merged fix from 3.4.
2015-10-01 Vinay SajipCloses #25185: Use UTF-8 encoding when reading pyvenv...
2015-10-01 Serhiy StorchakaIssue #25280: Import trace messages emitted in verbose...
2015-10-01 Serhiy StorchakaIssue #25280: Import trace messages emitted in verbose...
2015-10-01 Serhiy StorchakaIssue #25280: Import trace messages emitted in verbose...
2015-10-01 Victor StinnerMerge 3.5
2015-10-01 Victor StinnerMerge 3.4 (os.urandom)
2015-10-01 Victor StinnerIssue #25003: os.urandom() doesn't use getentropy(...
2015-10-01 Victor StinnerMerge 3.5
2015-10-01 Victor StinnerIssue #25003: On Solaris 11.3 or newer, os.urandom...
2015-10-01 Victor Stinner(Merge 3.5) Issue #25274: test_recursionlimit_recovery...
2015-10-01 Victor Stinner(Merge 3.4) Issue #25274: test_recursionlimit_recovery...
2015-10-01 Victor StinnerIssue #25274: test_recursionlimit_recovery() of test_sy...
2015-10-01 Andrew SvetlovMerge 3.5 -> default
2015-10-01 Andrew SvetlovMerge 3.4 -> 3.5
2015-10-01 Andrew SvetlovReflect parameter name change in the doc
2015-10-01 Victor StinnerFix _PyTime_AsTimevalStruct_impl() on OpenBSD
2015-10-01 Raymond HettingerAdd fast paths to deque_init() for the common cases
2015-09-30 Victor StinnerFix regrtest --coverage on Windows
2015-09-30 Victor StinnerBackout change 28d3bcb1bad6: "Try to fix _PyTime_AsTime...
2015-09-30 Victor StinnerIssue #25171: Fix compilation issue on OpenBSD in random.c
2015-09-30 Victor Stinner(Merge 3.5) Issue #25182: Fix compilation on Windows
2015-09-30 Victor Stinner(Merge 3.4) Issue #25182: Fix compilation on Windows
2015-09-30 Victor StinnerIssue #25182: Fix compilation on Windows
2015-09-30 Serhiy StorchakaIssue #25182: The stdprinter (used as sys.stderr before...
2015-09-30 Serhiy StorchakaIssue #25182: The stdprinter (used as sys.stderr before...
2015-09-30 Serhiy StorchakaIssue #25182: The stdprinter (used as sys.stderr before...
2015-09-30 Victor StinnerIssue #25220: Fix "-m test --forever"
2015-09-30 Raymond HettingerAdd an early-out for deque_clear()
2015-09-30 Victor StinnerIssue #25220, libregrtest: more verbose output for -jN
2015-09-30 Victor StinnerIssue #25220, libregrtest: Cleanup
2015-09-30 Victor StinnerIssue #25220, libregrtest: Pass directly ns to runtest()
2015-09-30 Victor StinnerIssue #25220, libregrtest: Set support.use_resources...
2015-09-30 Victor StinnerIssue #25274: Workaround test_sys crash just to keep...
2015-09-29 Victor StinnerIssue #25220, libregrtest: Call setup_python(ns) in...
2015-09-29 Victor StinnerIssue #25220, libregrtest: Add runtest_ns() function
2015-09-29 Victor StinnerIssue #25220, libregrtest: Move setup_python() to a...
2015-09-29 Victor StinnerIssue #25220, libregrtest: Cleanup setup code
2015-09-29 Victor StinnerIssue #25220: Use print(flush=True) in libregrtest
2015-09-29 Victor StinnerIssue #25220: Enhance regrtest -jN
2015-09-29 Victor StinnerDon't strip refcount in libregrtest/runtest_mp.py
2015-09-29 Victor StinnerIssue #25220, libregrtest: Remove unused import
2015-09-29 Victor StinnerIssue #25220: truncate some long lines in libregrtest...
2015-09-29 Victor StinnerIssue #25220: regrtest setups Python after parsing...
2015-09-29 Victor StinnerIssue #25220: Enhance regrtest --coverage
2015-09-29 Victor StinnerIssue #25220: Create libregrtest/runtest_mp.py
2015-09-29 Serhiy StorchakaIssue #22958: Constructor and update method of weakref...
2015-09-29 Serhiy StorchakaIssue #22958: Constructor and update method of weakref...
2015-09-29 Victor StinnerIssue #25220: Split the huge main() function of libregr...
2015-09-29 Serhiy StorchakaIssue #22958: Constructor and update method of weakref...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor of collections.UserDict now...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor of collections.UserDict now...
2015-09-29 Serhiy StorchakaIssue #22609: Constructor of collections.UserDict now...
2015-09-29 Serhiy StorchakaIssue #25111: Fixed comparison of traceback.FrameSummary.
2015-09-29 Serhiy StorchakaIssue #25111: Fixed comparison of traceback.FrameSummary.
2015-09-29 Serhiy StorchakaIssue #25262. Added support for BINBYTES8 opcode in...
next