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
*
Issue #24278: Explain how argument parsing output buffers are managed
Martin Panter
2016-08-03
1
-14/+19
*
Merge 3.4
Donald Stufft
2016-08-03
3
-6/+6
|
\
|
*
Merge 3.3
Donald Stufft
2016-08-03
3
-5/+5
|
|
\
|
|
*
Switch upload.pypi.io to upload.pypi.org
Donald Stufft
2016-08-03
3
-4/+4
*
|
|
Issue #23710: Update PyObject_HEAD documentation
Berker Peksag
2016-08-03
1
-5/+9
*
|
|
Issue #20767: Fix -R option for FreeBSD/clang.
Stefan Krah
2016-08-03
1
-0/+2
*
|
|
Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...
Berker Peksag
2016-08-03
1
-4/+5
*
|
|
Issue #27241: Catch exception when running pstats as main.
Stefan Krah
2016-08-02
1
-1/+4
*
|
|
merge heads
Senthil Kumaran
2016-07-31
5
-0/+42
|
\
\
\
|
*
\
\
[merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
5
-0/+42
|
|
\
\
\
|
|
|
/
/
|
|
*
|
[merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
5
-0/+42
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-31
5
-0/+42
*
|
|
|
all SCHED_ constants are optional (closes #27656)
Benjamin Peterson
2016-07-31
2
-0/+8
|
/
/
/
*
|
|
Issue #27453: CPP invocation in configure must use CPPFLAGS.
Xavier de Gaye
2016-07-30
4
-2/+6
*
|
|
Silence another "default role used" warning in typing.rst
Berker Peksag
2016-07-30
1
-1/+1
*
|
|
Fix whitespace.
Guido van Rossum
2016-07-29
1
-1/+1
*
|
|
Expand documentation about type aliases and NewType in the typing module.
Guido van Rossum
2016-07-29
1
-1/+96
*
|
|
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
47
-128/+329
*
|
|
Correct typo in Windows docs.
Zachary Ware
2016-07-29
1
-1/+1
*
|
|
NEWS: tag security related changes with [Security] prefix
Victor Stinner
2016-07-28
1
-9/+9
*
|
|
Issue #23943: Restore extra fixes lost in merge 4fb2075952a4
Martin Panter
2016-07-28
1
-2/+2
*
|
|
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
33
-48/+48
*
|
|
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
5
-1/+12
*
|
|
ctypes: fix CThunkObject_new()
Victor Stinner
2016-07-27
1
-2/+4
*
|
|
Issue #27633: Fix usage of versionchanged directive in email.parser.rst
Berker Peksag
2016-07-27
1
-1/+1
*
|
|
Issue #26662: Set PYTHON_FOR_GEN in configure
Xavier de Gaye
2016-07-26
5
-164/+108
*
|
|
Issue #26638: Don’t link 2to3 -l option to the tarfile -l option
Martin Panter
2016-07-26
1
-1/+1
*
|
|
Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
Martin Panter
2016-07-25
2
-4/+8
*
|
|
Issue #27601: Improve example in the "Hashing of numeric types" section
Berker Peksag
2016-07-25
1
-11/+11
*
|
|
Fixes default intermediate directory when building on Windows.
Steve Dower
2016-07-25
1
-1/+1
*
|
|
Issue #27469: Adds a shell extension to the launcher so that drag and drop wo...
Steve Dower
2016-07-16
15
-10/+868
*
|
|
Issue #13849: Fix test_null_bytes under Windows
Berker Peksag
2016-07-23
1
-1/+1
*
|
|
Issue #13849: Add tests for null byte checking in test_genericpath
Berker Peksag
2016-07-23
1
-0/+9
*
|
|
Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false
Berker Peksag
2016-07-23
1
-0/+3
*
|
|
Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module
Martin Panter
2016-07-23
5
-419/+437
*
|
|
socket: use INVALID_SOCKET
Victor Stinner
2016-07-22
2
-7/+12
*
|
|
socket: Fix internal_select()
Victor Stinner
2016-07-22
1
-1/+1
*
|
|
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
2
-3/+4
*
|
|
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
2
-3/+16
*
|
|
Issue #16191: Fix up references to renamed variables
Martin Panter
2016-07-18
1
-6/+6
*
|
|
Issue #27507: Check for integer overflow in bytearray.extend()
Martin Panter
2016-07-18
2
-1/+14
*
|
|
Removes unused files from PC folder.
Steve Dower
2016-07-18
3
-51/+0
*
|
|
Issue #27309: Enables proper Windows styles in python[w].exe manifest.
Steve Dower
2016-07-18
2
-0/+11
*
|
|
Issue #27533: Release GIL in nt._isdir
Steve Dower
2016-07-18
2
-0/+4
*
|
|
Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj
Steve Dower
2016-07-18
1
-2/+0
*
|
|
Issue #27531: Update signature of Mock.assert_not_called method
Berker Peksag
2016-07-17
1
-1/+1
*
|
|
Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively
Stefan Krah
2016-07-17
2
-3/+75
*
|
|
Issue #27419: Added temporary workaround for subinterpreters.
Serhiy Storchaka
2016-07-17
1
-1/+4
*
|
|
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
Serhiy Storchaka
2016-07-17
1
-2/+2
*
|
|
Issue #27419: Standard __import__() no longer look up "__import__" in globals
Serhiy Storchaka
2016-07-17
2
-8/+8
[next]