]> granicus.if.org Git - python/shortlog
python
2016-03-14 Victor StinnerIssue #26558: Remove useless check in tracemalloc
2016-03-14 Victor StinnerFix Py_FatalError() if called without the GIL
2016-03-14 Victor StinnerAdd PYTHONMALLOC env var
2016-03-14 Serhiy StorchakaIssue #20556: Used specific assert methods in threading...
2016-03-14 Serhiy StorchakaIssue #20556: Used specific assert methods in threading...
2016-03-14 Berker PeksagIssue #747320: Use email.utils.formatdate() to avoid...
2016-03-14 Berker PeksagIssue #16181: cookiejar.http2time() now returns None...
2016-03-14 Berker PeksagIssue #16181: cookiejar.http2time() now returns None...
2016-03-13 Ezio Melotti#24918: merge with 3.5.
2016-03-13 Ezio Melotti#24918: fix CSS for code blocks when a side box is...
2016-03-13 Raymond Hettingermerge
2016-03-13 Raymond HettingerMinor recipe edit: convert "while 1" to "while True".
2016-03-13 Ezio Melotti#25687: merge with 3.5.
2016-03-13 Ezio Melotti#25687: clarify that errors in tearDown increase the...
2016-03-13 Raymond Hettingermerge
2016-03-13 Raymond HettingerIssue #26548: Minor fix to awkward wording in docs
2016-03-12 Steve DowerIssue #26079: Fixing the build output folder for tix...
2016-03-12 Steve DowerIssue #26079: Fixing the build output folder for tix...
2016-03-12 Steve DowerIssue #23606: Adds note to ctypes documentation regardi...
2016-03-12 Steve DowerIssue #23606: Adds note to ctypes documentation regardi...
2016-03-12 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-03-12 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-03-12 Serhiy StorchakaIssue #23718: Fixed parsing time in week 0 before Jan...
2016-03-12 Serhiy StorchakaIssue #23718: Fixed parsing time in week 0 before Jan...
2016-03-12 Victor StinnerRevert change 291d47954618
2016-03-11 Victor StinnerMerge 3.5
2016-03-11 Victor StinnerIssue #20589: Fix test_pathlib
2016-03-11 Victor StinnerAlways test datetime.strftime("%4Y")
2016-03-11 Berker PeksagIssue #26542: Fix markup of code example in difflib...
2016-03-11 Victor StinnerAdd Mock.assert_called()
2016-03-11 Berker PeksagIssue #26542: Fix markup of code example in difflib...
2016-03-11 Berker PeksagIssue #20589: Invoking Path.owner() and Path.group...
2016-03-11 Berker PeksagIssue #20589: Invoking Path.owner() and Path.group...
2016-03-11 Terry Jan ReedyMerge with 3.5
2016-03-11 Terry Jan ReedyIssue 25959: Explain in docstring that PhotoImage.zoom...
2016-03-09 Victor StinnerMerge 3.5 (malloc doc)
2016-03-09 Victor StinnerIssue #26516: Enhance Python mem allocators doc
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-10 Martin PanterIssue #21042: Return full path in ctypes.util.find_libr...
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Steve DowerBacks out buildbot clean trigger.
2016-03-08 Steve DowerBacks out buildbot clean trigger.
2016-03-08 Steve DowerAdds warning to prepare_ssl when nasm is not available.
2016-03-08 Steve DowerAdds warning to prepare_ssl when nasm is not available.
2016-03-08 Serhiy StorchakaIssue #25911: Tring to silence deprecation warnings...
2016-03-08 Serhiy StorchakaIssue #25911: Tring to silence deprecation warnings...
2016-03-08 Serhiy StorchakaBacked out changeset da020e408c7f
2016-03-08 Serhiy StorchakaBacked out changeset f9e22717722d
2016-03-08 Serhiy StorchakaBacked out changeset 19a3e0e664af
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in fileinput.
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in the...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Serhiy StorchakaIssues #23808, #25911: Trying to fix walk tests on...
2016-03-08 Ned DeilyIssue #26465: merge from 3.5
2016-03-08 Ned DeilyIssue #26465: Update OS X installer build to use OpenSS...
2016-03-08 Ned DeilyIssue #24324: merge from 3.5
2016-03-08 Ned DeilyIssue #24324: Do not enable unreachable code warnings...
2016-03-07 Ned DeilyIssue #26505: merge from 3.5
2016-03-07 Ned DeilyIssue #26505: Fix typos in getaddrinfo license text.
2016-03-07 Berker PeksagIssue #24852: Remove outdated "HOWTO Use Python in...
2016-03-07 Berker PeksagIssue #24852: Remove outdated "HOWTO Use Python in...
2016-03-07 Berker PeksagIssue #21034: Remove outdated paragraph from venv docum...
2016-03-07 Berker PeksagIssue #21034: Remove outdated paragraph from venv docum...
2016-03-07 Raymond HettingerMerge
2016-03-07 Raymond HettingerDocument another recipe for itertools: all_equal(...
2016-03-06 Alexander BelopolskyCloses #19475: Added timespec to the datetime.isoformat...
2016-03-06 Berker PeksagIssue #26489: Add dictionary unpacking support to Tools...
2016-03-06 Berker PeksagIssue #26489: Add dictionary unpacking support to Tools...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Serhiy StorchakaNull merge
2016-03-06 Serhiy StorchakaIssue #26167: Backported copy tests.
2016-03-06 Serhiy StorchakaIssue #26167: Minimized overhead in copy.copy() and...
2016-03-06 Serhiy StorchakaIssue #26015: Added new tests for pickling iterators...
2016-03-06 Serhiy StorchakaIssue #26015: Added new tests for pickling iterators...
2016-03-06 Serhiy StorchakaIssue #25718: Fixed pickling and copying the accumulate...
2016-03-06 Serhiy StorchakaIssue #25718: Fixed pickling and copying the accumulate...
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-06 Serhiy StorchakaIssue #26482: Allowed pickling recursive dequeues.
2016-03-05 Berker PeksagIssue #17940: Remove redundant code from _Section.forma...
2016-03-04 Raymond HettingerMore logicial order. Move space saving step to just...
2016-03-04 Serhiy StorchakaFixed typo in pickle tests.
2016-03-04 Serhiy StorchakaFixed typo in pickle tests.
2016-03-04 Benjamin Petersonmerge 3.5 (closes #26478)
2016-03-04 Benjamin Petersonmerge 3.4 (closes #26478)
2016-03-04 Benjamin Petersonproperly use the ObjArgs variant of CallMethod in dictv...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-03-02 Berker PeksagIssue #26335: Make mmap.write() return the number of...
2016-03-02 Yury SelivanovMerge 3.5 (issue #25888)
2016-03-02 Yury Selivanovcoroutines: Error when awaiting on coroutine that's...
2016-03-02 Yury SelivanovMerge 3.5 (issue #26338)
2016-03-02 Yury Selivanovasyncio: Remove duplicate bind addresses in create_server.
next