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
*
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
|
\
\
|
|
/
|
*
Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
Martin Panter
2016-01-15
1
-1/+1
|
|
\
|
|
*
Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
Martin Panter
2016-01-15
1
-1/+1
|
|
|
\
|
|
|
*
Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT
Martin Panter
2016-01-15
1
-1/+3
*
|
|
|
Issue #25940: Update new SSL tests for self-signed.pythontest.net
Martin Panter
2016-01-14
1
-13/+14
*
|
|
|
Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5
Martin Panter
2016-01-14
6
-98/+97
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25940: Update new SSL tests for self-signed.pythontest.net
Martin Panter
2016-01-14
1
-12/+12
|
*
|
|
Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4
Martin Panter
2016-01-14
6
-86/+88
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3
Martin Panter
2016-01-14
7
-89/+111
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Issue #25940: Use self-signed.pythontest.net in SSL tests
Martin Panter
2016-01-14
6
-96/+97
|
|
|
*
Issue #25940: Backport self-signed.pythontest.net testing for test_httplib
Georg Brandl
2014-11-05
2
-7/+24
*
|
|
|
dictobject.c(dict_sizeof): Make it static again.
doko@ubuntu.com
2016-01-14
1
-1/+1
*
|
|
|
#26001: mention in the tutorial that files in binary mode expect bytes, not str.
Ezio Melotti
2016-01-12
1
-7/+8
*
|
|
|
#19006: fix wording in unittest docs.
Ezio Melotti
2016-01-12
1
-3/+4
*
|
|
|
Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat
Zachary Ware
2016-01-12
3
-51/+61
*
|
|
|
Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.
Yury Selivanov
2016-01-12
1
-2/+1
*
|
|
|
#25517: fix regex in the regex howto. Patch by Elena Oat.
Ezio Melotti
2016-01-11
1
-3/+4
*
|
|
|
#25991: fix readline example to limit history size. Patch by Daniel Dye.
Ezio Melotti
2016-01-11
1
-0/+4
*
|
|
|
Merge heads.
Barry Warsaw
2016-01-11
2
-37/+11
|
\
\
\
\
|
*
|
|
|
Comment out some tests that won't pass now that we've reverted the
Barry Warsaw
2016-01-11
2
-37/+11
*
|
|
|
|
- Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars
doko@ubuntu.com
2016-01-11
2
-1/+9
|
/
/
/
/
*
|
|
|
Issue #22995: [UPDATE] Comment out the one of the pickleability tests in
Barry Warsaw
2016-01-11
2
-0/+12
*
|
|
|
Merge 3.4 (Issue #26050)
Yury Selivanov
2016-01-11
3
-39/+317
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #26050: Add asyncio.StreamReader.readuntil() method.
Yury Selivanov
2016-01-11
3
-39/+317
*
|
|
|
Fix versionadded to use 3.5.1 only for 3.5 branch
Andrew Svetlov
2016-01-11
1
-1/+1
*
|
|
|
merge 3.4
Andrew Svetlov
2016-01-11
1
-48/+64
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Document asyncio.timeout()
Andrew Svetlov
2016-01-11
1
-46/+63
[next]