]> granicus.if.org Git - python/shortlog
python
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...
2015-09-29 Serhiy StorchakaIssue #25262. Added support for BINBYTES8 opcode in...
2015-09-29 Serhiy StorchakaIssue #25262. Added support for BINBYTES8 opcode in...
2015-09-29 Guido van RossumAlso rewrote the guts of asyncio.Semaphore (patch by...
2015-09-29 Guido van RossumAlso rewrote the guts of asyncio.Semaphore (patch by...
2015-09-29 Guido van RossumAlso rewrote the guts of asyncio.Semaphore (patch by...
2015-09-29 Andrew SvetlovMerge 3.5 -> default
2015-09-29 Andrew SvetlovMerge 3.4 -> 3.5
2015-09-29 Andrew SvetlovFix StreamReader.__repr__
2015-09-29 Eric V. SmithIssue #25034: Merge from 3.5.
2015-09-29 Eric V. SmithIssue #25034: Merge from 3.4.
2015-09-29 Eric V. SmithFixed issue #25034: Fix string.Formatter problem with...
2015-09-29 Serhiy StorchakaAdded additional unpickling tests.
2015-09-29 Serhiy StorchakaAdded additional unpickling tests.
2015-09-29 Serhiy StorchakaAdded additional unpickling tests.
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Serhiy StorchakaMoved unpickling tests with prepickled data to separate...
2015-09-29 Victor StinnerIssue #25220: Add test for --wait in test_regrtest
2015-09-29 Victor StinnerOops, revert unwanted change, sorry
2015-09-29 Victor StinnerIssue #18174: Explain why is_valid_fd() uses dup()...
2015-09-29 Victor Stinnertest
2015-09-29 Victor StinnerTry to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
2015-09-29 Victor StinnerOptimize ascii/latin1+surrogateescape encoders
2015-09-29 Terry Jan ReedyMerge with 3.5, Issue #24028: Add subsection about...
2015-09-29 Terry Jan ReedyMerge with 3.4, Issue #24028: Add subsection about...
2015-09-29 Terry Jan ReedyIssue #24028: Add subsection about Idle calltips.
2015-09-29 Terry Jan Reedymerge 3.5
2015-09-29 Terry Jan ReedyMerge with 3.4
2015-09-29 Terry Jan ReedyRemove indent in news item. Error when building 3.x...
2015-09-29 Terry Jan ReedyIDLE NEWS.
2015-09-29 Terry Jan ReedyIDLE NEWS items.
2015-09-29 Terry Jan ReedyAdd recent IDLE NEWS items.
2015-09-28 Guido van RossumCorrect Misc/NEWS about asyncio.Queue rewrite.
2015-09-28 Guido van RossumCorrect Misc/NEWS about asyncio.Queue rewrite.
2015-09-28 Guido van RossumCorrect Misc/NEWS about asyncio.Queue rewrite.
2015-09-28 Victor StinnerFix test_regrtest.test_tools_buildbot_test()
2015-09-28 Victor StinnerIssue #25220: Add functional tests to test_regrtest
2015-09-28 Guido van RossumIssue #25233: Rewrite the guts of Queue to be more...
2015-09-28 Guido van RossumIssue #25233: Rewrite the guts of Queue to be more...
2015-09-28 Guido van RossumIssue #25233: Rewrite the guts of Queue to be more...
2015-09-28 Victor StinnerIssue #25122: Remove verbose mode of test_eintr
2015-09-28 Berker PeksagIssue #25249: Remove unneeded mkstemp helper in test_su...
2015-09-28 Berker PeksagIssue #25249: Remove unneeded mkstemp helper in test_su...
2015-09-28 Berker PeksagIssue #25249: Remove unneeded mkstemp helper in test_su...
2015-09-28 Terry Jan ReedyMerge with 3.5
2015-09-28 Terry Jan ReedyMerge with 3.4
2015-09-28 Terry Jan ReedyIssue #24972: New option is only valid in tk 8.5+.
2015-09-28 Terry Jan ReedyMerge with 3.5
2015-09-28 Terry Jan ReedyMerge with 3.4
2015-09-28 Terry Jan ReedyIssue #24972: Inactive selection background now matches...
2015-09-28 Martin PanterMerge from 3.5; no file changes
2015-09-28 Martin PanterMerge from 3.4 into 3.5; no file changes
2015-09-28 Terry Jan ReedyBacked out changeset: 70c01dd35100
2015-09-28 Terry Jan ReedyIssue #24972: Inactive selection background now matches...
2015-09-28 Alexander Belopolskymerge
2015-09-28 Alexander Belopolskymerge
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander Belopolskymerge
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-28 Alexander BelopolskyCloses issue #23600: Wrong results from tzinfo.fromutc().
2015-09-27 Serhiy StorchakaIssue #25203: Failed readline.set_completer_delims...
2015-09-27 Serhiy StorchakaIssue #25203: Failed readline.set_completer_delims...
next