projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-03-16
Victor Stinner
Fix compilation error of traceback.c on Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-03-17
Martin Panter
Issue #21042: Revert Linux find_library() to return...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-17
Martin Panter
Issue #26499: Merge HTTPResponse fix from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-03-17
Martin Panter
Issue #26499: Fixes to HTTPResponse.readline() and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
regrtest: Fix module.__path__
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
Issue #26564: Fix test_capi
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
Oops, revert unwanted change used to create an example
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
On memory error, dump the memory block traceback
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
Merge 3.5 (_tracemalloc)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
_tracemalloc: store lineno as unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
Enhance and rewrite traceback dump C functions
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
Merge 3.5 (test_faulthandler)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
faulthandler: Test Py_FatalError() with GIL released
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
_tracemalloc: filename cannot be NULL
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Victor Stinner
Issue #26566: Rewrite test_signal.InterProcessSignalTests
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Antoine Pitrou
Issue #26523: The multiprocessing thread pool (multipro...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Antoine Pitrou
Issue #26523: The multiprocessing thread pool (multipro...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Robert Collins
#25320: Handle sockets in directories unittest discover...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Robert Collins
#25320: Handle sockets in directories unittest discover...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Check the GIL in PyObject_Malloc()
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Add more checks on the GIL
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Issue #26516: Fix test_capi on AIX
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Merge 3.5 (test_venv)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Fix test_venv on FreeBSD buildbot
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
_pickle: Fix load_counted_tuple(), use Py_ssize_t for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
posix_getcwd(): limit to INT_MAX on Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Merge 3.5 (test_site)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Skip test_site if USER_SITE cannot be created
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Issue #26516: Fix test_capi on 32-bit system
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Issue #26516: Fix test_capi on Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Issue #26558: Remove useless check in tracemalloc
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Fix Py_FatalError() if called without the GIL
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Fix Py_FatalError() if called without the GIL
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Victor Stinner
Add PYTHONMALLOC env var
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Serhiy Storchaka
Issue #20556: Used specific assert methods in threading...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Serhiy Storchaka
Issue #20556: Used specific assert methods in threading...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Berker Peksag
Issue #747320: Use email.utils.formatdate() to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Berker Peksag
Issue #16181: cookiejar.http2time() now returns None...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
Berker Peksag
Issue #16181: cookiejar.http2time() now returns None...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Ezio Melotti
#24918: merge with 3.5.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Ezio Melotti
#24918: fix CSS for code blocks when a side box is...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Raymond Hettinger
merge
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Raymond Hettinger
Minor recipe edit: convert "while 1" to "while True".
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Ezio Melotti
#25687: merge with 3.5.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Ezio Melotti
#25687: clarify that errors in tearDown increase the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Raymond Hettinger
merge
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
Raymond Hettinger
Issue #26548: Minor fix to awkward wording in docs
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Steve Dower
Issue #26079: Fixing the build output folder for tix...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Steve Dower
Issue #26079: Fixing the build output folder for tix...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Steve Dower
Issue #23606: Adds note to ctypes documentation regardi...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Steve Dower
Issue #23606: Adds note to ctypes documentation regardi...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Steve Dower
Issue #26513: Fixes platform module detection of Window...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Steve Dower
Issue #26513: Fixes platform module detection of Window...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Serhiy Storchaka
Issue #23718: Fixed parsing time in week 0 before Jan...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Serhiy Storchaka
Issue #23718: Fixed parsing time in week 0 before Jan...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-12
Victor Stinner
Revert change 291d47954618
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Victor Stinner
Merge 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Victor Stinner
Issue #20589: Fix test_pathlib
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Victor Stinner
Always test datetime.strftime("%4Y")
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Berker Peksag
Issue #26542: Fix markup of code example in difflib...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Victor Stinner
Add Mock.assert_called()
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Berker Peksag
Issue #26542: Fix markup of code example in difflib...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Berker Peksag
Issue #20589: Invoking Path.owner() and Path.group...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Berker Peksag
Issue #20589: Invoking Path.owner() and Path.group...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Terry Jan Reedy
Merge with 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Terry Jan Reedy
Issue 25959: Explain in docstring that PhotoImage.zoom...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Victor Stinner
Merge 3.5 (malloc doc)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Victor Stinner
Issue #26516: Enhance Python mem allocators doc
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Serhiy Storchaka
Issue #26177: Fixed the keys() method for Canvas and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
Martin Panter
Issue #21042: Return full path in ctypes.util.find_libr...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Serhiy Storchaka
Issue #26177: Fixed the keys() method for Canvas and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #15068: Avoid creating a reference loop in fileinput.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #15068: Avoid creating a reference loop in fileinput.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Backs out buildbot clean trigger.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Backs out buildbot clean trigger.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Adds warning to prepare_ssl when nasm is not available.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Adds warning to prepare_ssl when nasm is not available.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #25911: Tring to silence deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #25911: Tring to silence deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Backed out changeset da020e408c7f
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Backed out changeset f9e22717722d
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Backed out changeset 19a3e0e664af
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Issue #26465: Update Windows builds to use OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Steve Dower
Issue #26465: Update Windows builds to use OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #15068: Got rid of excessive buffering in fileinput.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issue #15068: Got rid of excessive buffering in the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issues #23808, #25911: Trying to fix walk tests on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issues #23808, #25911: Trying to fix walk tests on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Serhiy Storchaka
Issues #23808, #25911: Trying to fix walk tests on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Ned Deily
Issue #26465: merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Ned Deily
Issue #26465: Update OS X installer build to use OpenSS...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Ned Deily
Issue #24324: merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-03-08
Ned Deily
Issue #24324: Do not enable unreachable code warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Ned Deily
Issue #26505: merge from 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Ned Deily
Issue #26505: Fix typos in getaddrinfo license text.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Berker Peksag
Issue #24852: Remove outdated "HOWTO Use Python in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Berker Peksag
Issue #24852: Remove outdated "HOWTO Use Python in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Berker Peksag
Issue #21034: Remove outdated paragraph from venv docum...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Berker Peksag
Issue #21034: Remove outdated paragraph from venv docum...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-07
Raymond Hettinger
Merge
commit
|
commitdiff
|
tree
|
snapshot
next