projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2016-02-04
Yury Selivanov
Issue #25660: Fix a unittest and rlcompleter when readl...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-04
Yury Selivanov
Issue #25660: Fix TAB key behaviour in REPL.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-04
Zachary Ware
Python for .NET has moved to Github.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Zachary Ware
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Serhiy Storchaka
Issue #25945: Fixed bugs in functools.partial.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-03
Martin Panter
Issue #26244: Clarify default zlib compression level...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Raymond Hettinger
Issue #26194: Inserting into a full deque to raise...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Victor Stinner
Fix error message in asyncio.selector_events.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Victor Stinner
test_asyncio: fix test_timeout_time()
commit
|
commitdiff
|
tree
|
snapshot
2016-02-02
Martin Panter
Issue #19587: Remove masked and redundant tests in...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-01
Martin Panter
Issue #26173: Separate bad cert file tests and client...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-31
Victor Stinner
Enhance os.scandir() doc
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Berker Peksag
Issue #26242: Fix another one in importlib.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Berker Peksag
Fix a markup error in socket.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Berker Peksag
Issue #23076: Path.glob() now raises a ValueError if...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Berker Peksag
Update "Creating Virtual Environments" link in venv...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Berker Peksag
Update output of venv -h
commit
|
commitdiff
|
tree
|
snapshot
2016-01-31
Martin Panter
Issue #4806: Avoid masking original TypeError in call...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Zachary Ware
Issue #25934: Default to /fp:strict for ICC builds
commit
|
commitdiff
|
tree
|
snapshot
2016-01-30
Martin Panter
Issue #26173: Fix test_ssl confusion with non-existing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Serhiy Storchaka
Issue #26202: copy.deepcopy() now correctly copies...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Serhiy Storchaka
Issue #19883: Fixed possible integer overflows in zipim...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Serhiy Storchaka
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Serhiy Storchaka
Issue #26198: Added tests for "es", "et", "es#", "et...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Victor Stinner
Backport fixes on test_eintr
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Berker Peksag
Issue #24705: Add a test case for ef84d21f5292
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Victor Stinner
Windows: Decode hostname from ANSI code page
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Berker Peksag
Add a link to PEP 384 in stable.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-29
Martin Panter
Issue #19023: Document ctypes array and pointer classes
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Berker Peksag
Issue #26034: Improve wording of clear parameter
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Berker Peksag
Issue #26034: Sync documentation of --clear with its...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-28
Berker Peksag
Issue #26199: Fix broken link in unittest.mock-examples.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-29
Martin Panter
Issue #26220: Remove outdated comment about a question...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-27
Terry Jan Reedy
Issue #25507: revert incorrect movement of idleConf...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-27
Victor Stinner
Fix resize_compact()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-27
Raymond Hettinger
Issue #26194: Fix undefined behavior for deque.insert...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-26
Senthil Kumaran
Remove unnecessary test case comment in urllib.parse...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Brett Cannon
Fix a typo in a code example
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Victor Stinner
doc: i18n HTML templates
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Victor Stinner
code_richcompare() now uses the constants types
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Benjamin Peterson
merge 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Benjamin Peterson
reject negative data_size
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Senthil Kumaran
minor clarification on Zipfile 'x' mode - exclusive...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Donald Stufft
Merge update to pip
commit
|
commitdiff
|
tree
|
snapshot
2016-01-22
Donald Stufft
Upgrade pip to 8.0.2
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Berker Peksag
Issue #18620: Improve Pool examples in multiprocessing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Senthil Kumaran
issue25909 - Correct the documentation of PyMapping_Ite...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Victor Stinner
Issue #26106: doc: Move text of licenses to parsed...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.4 (#26171)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
prevent buffer overflow in get_data (closes #26171)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
fix refleak in error condition
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
merge 3.4 (#26172)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-21
Benjamin Peterson
remove script from epub (closes #26172)
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
Replace fpgetmask() with fedisableexcept()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Senthil Kumaran
issue25982 - Add a class definition for managers.Namesp...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Victor Stinner
Add _PyThreadState_UncheckedGet()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Serhiy Storchaka
Issue #26147: xmlrpc now works with strings not encodab...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Berker Peksag
Issue #5626: Remove misleading comment from socket...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Berker Peksag
Issue #26157: Fix typos in asyncio-eventloop.rst
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Donald Stufft
Merge update to pip/setuptools
commit
|
commitdiff
|
tree
|
snapshot
2016-01-20
Donald Stufft
Update pip to 8.0.0 and setuptools to 19.4
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #25935: Garbage collector now breaks reference...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Serhiy Storchaka
Issue #16620: Fixed AttributeError in msilib.Directory...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Victor Stinner
Fix BytecodeTestCase.assertNotInBytecode()
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Benjamin Peterson
set tp_new from the class in the hierarchy that actuall...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Senthil Kumaran
issue23962 - Reference the correct TimeoutError in...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Martin Panter
Issue #25859: Reimplement NNTP test_starttls() using...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-19
Berker Peksag
Issue #25366: Skip test_with_pip when threading module...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Added exceptins for testing non-reversible import mappi...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #26013: Added compatibility with broken protocol...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Serhiy Storchaka
Issue #9006: Added tests for XML RPC with non-UTF-8...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-18
Senthil Kumaran
Issue26017 - Suggest enclosing command args in double...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Terry Jan Reedy
Issue #25905: Specify 'ascii' encoding for README.txt...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-17
Senthil Kumaran
Issue26135 - In the tutorial section on modules, refere...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26071: bdist_wininst created binaries fail to...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26073: Update the list of magic numbers in launcher
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #26065: Excludes venv from library when generatin...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #25850: Use cross-compilation by default for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Steve Dower
Issue #25089: Adds short documentation section for...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Senthil Kumaran
Issue26035 - Correct the argument names used in the...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #14771: Redirect GDB's stdin to avoid messing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Martin Panter
Issue #26127: Fix links in tokenize documentation;...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Gregory P....
Make the error message regex more lenient so that it...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Gregory P....
Make the error message regex more lenient so that it...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Brett Cannon
Issue #17633: Improve support for namespace packages...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Brett Cannon
Add some "used with permission" mentions where external...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Brett Cannon
Issue #26114: Remove a reference to 'Numerical Recipes'.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Martin Panter
Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Martin Panter
Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Martin Panter
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Martin Panter
Issue #25940: On Windows, connecting to port 444 return...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
Martin Panter
Issue #25940: Update new SSL tests for self-signed...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
Martin Panter
Issue #25940: Merge self-signed.pythontest.net testing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
doko@ubuntu.com
dictobject.c(dict_sizeof): Make it static again.
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
Martin Panter
Issue #25940: Update new SSL tests for self-signed...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
Martin Panter
Issue #25940: Merge self-signed.pythontest.net testing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
Martin Panter
Issue #25940: Merge self-signed.pythontest.net testing...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-14
Martin Panter
Issue #25940: Use self-signed.pythontest.net in SSL...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-12
Ezio Melotti
#26001: mention in the tutorial that files in binary...
commit
|
commitdiff
|
tree
|
snapshot
next