index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
5
-50/+246
*
merge 3.4
Benjamin Peterson
2016-01-22
1
-0/+4
|
\
|
*
reject negative data_size
Benjamin Peterson
2016-01-22
1
-0/+4
*
|
minor clarification on Zipfile 'x' mode - exclusive creation of a file.
Senthil Kumaran
2016-01-22
1
-2/+2
*
|
Merge update to pip
Donald Stufft
2016-01-22
2
-1/+1
|
\
\
|
|
/
|
*
Upgrade pip to 8.0.2
Donald Stufft
2016-01-22
2
-1/+1
*
|
Issue #18620: Improve Pool examples in multiprocessing documentation
Berker Peksag
2016-01-21
1
-11/+26
*
|
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
Senthil Kumaran
2016-01-21
2
-14/+14
*
|
Issue #26106: doc: Move text of licenses to parsed literal block
Victor Stinner
2016-01-21
2
-177/+184
*
|
merge 3.4 (#26171)
Benjamin Peterson
2016-01-21
2
-0/+8
|
\
\
|
|
/
|
*
prevent buffer overflow in get_data (closes #26171)
Benjamin Peterson
2016-01-21
2
-0/+8
*
|
merge 3.4
Benjamin Peterson
2016-01-21
1
-0/+1
|
\
\
|
|
/
|
*
fix refleak in error condition
Benjamin Peterson
2016-01-21
1
-0/+1
*
|
merge 3.4 (#26172)
Benjamin Peterson
2016-01-21
1
-1/+1
|
\
\
|
|
/
|
*
remove script from epub (closes #26172)
Benjamin Peterson
2016-01-21
1
-1/+1
*
|
Replace fpgetmask() with fedisableexcept()
Victor Stinner
2016-01-20
1
-6/+2
*
|
issue25982 - Add a class definition for managers.Namespace in the multiproces...
Senthil Kumaran
2016-01-20
1
-15/+17
*
|
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
7
-26/+42
*
|
Issue #26147: xmlrpc now works with strings not encodable with used
Serhiy Storchaka
2016-01-20
4
-11/+30
*
|
Issue #5626: Remove misleading comment from socket.gethostname() documentation
Berker Peksag
2016-01-20
1
-5/+0
*
|
Issue #26157: Fix typos in asyncio-eventloop.rst
Berker Peksag
2016-01-20
1
-4/+4
*
|
Merge update to pip/setuptools
Donald Stufft
2016-01-20
3
-2/+2
|
\
\
|
|
/
|
*
Update pip to 8.0.0 and setuptools to 19.4
Donald Stufft
2016-01-20
3
-2/+2
*
|
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Serhiy Storchaka
2016-01-19
3
-13/+29
*
|
Issue #16620: Fixed AttributeError in msilib.Directory.glob().
Serhiy Storchaka
2016-01-19
2
-1/+7
*
|
Fix BytecodeTestCase.assertNotInBytecode()
Victor Stinner
2016-01-19
1
-2/+2
*
|
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
3
-1/+11
*
|
issue23962 - Reference the correct TimeoutError in concurrent.futures documen...
Senthil Kumaran
2016-01-19
1
-16/+27
*
|
Issue #25859: Reimplement NNTP test_starttls() using local server
Martin Panter
2016-01-19
1
-18/+64
*
|
Issue #25366: Skip test_with_pip when threading module is not available
Berker Peksag
2016-01-19
1
-0/+7
*
|
Added exceptins for testing non-reversible import mapping for Issue #26013.
Serhiy Storchaka
2016-01-18
1
-0/+2
*
|
Issue #26013: Added compatibility with broken protocol 2 pickles created
Serhiy Storchaka
2016-01-18
2
-0/+10
*
|
Issue #9006: Added tests for XML RPC with non-UTF-8 encoding.
Serhiy Storchaka
2016-01-18
1
-3/+53
*
|
Issue26017 - Suggest enclosing command args in double quotes when using chara...
Senthil Kumaran
2016-01-18
1
-2/+4
*
|
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
Terry Jan Reedy
2016-01-17
2
-4/+7
*
|
Issue26135 - In the tutorial section on modules, reference importlib.reload i...
Senthil Kumaran
2016-01-17
1
-1/+2
*
|
Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python
Steve Dower
2016-01-16
5
-3/+19
*
|
Issue #26073: Update the list of magic numbers in launcher
Steve Dower
2016-01-16
2
-1/+6
*
|
Issue #26065: Excludes venv from library when generating embeddable distro.
Steve Dower
2016-01-16
2
-0/+6
*
|
Issue #25850: Use cross-compilation by default for 64-bit Windows.
Steve Dower
2016-01-16
2
-16/+7
*
|
Issue #25089: Adds short documentation section for modifying an install.
Steve Dower
2016-01-16
1
-0/+17
*
|
Issue26035 - Correct the argument names used in the docs of the traceback mo...
Senthil Kumaran
2016-01-16
1
-34/+35
*
|
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
Martin Panter
2016-01-16
1
-0/+3
*
|
Issue #26127: Fix links in tokenize documentation; patch by Silent Ghost
Martin Panter
2016-01-16
1
-7/+7
*
|
Make the error message regex more lenient so that it matches both
Gregory P. Smith
2016-01-16
1
-2/+2
|
\
\
|
|
/
|
*
Make the error message regex more lenient so that it matches both
Gregory P. Smith
2016-01-16
1
-2/+2
*
|
Issue #17633: Improve support for namespace packages with zipimport.
Brett Cannon
2016-01-15
3
-48/+250
*
|
Add some "used with permission" mentions where external resources are referen...
Brett Cannon
2016-01-15
3
-1/+4
*
|
Issue #26114: Remove a reference to 'Numerical Recipes'.
Brett Cannon
2016-01-15
1
-3/+2
*
|
Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5
Martin Panter
2016-01-15
1
-1/+1
|
\
\
|
|
/
[next]