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
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0/+7
|
\
|
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0/+7
*
|
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI...
Ezio Melotti
2011-08-22
1
-0/+9
*
|
Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.
Brian Curtin
2011-08-11
1
-0/+4
*
|
add a AST validator (closes #12575)
Benjamin Peterson
2011-08-09
1
-0/+1
*
|
forgotten in f578ca44193d
Benjamin Peterson
2011-08-09
1
-2/+2
*
|
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson
2011-08-09
1
-0/+1
*
|
#10741: merge with 3.2
Sandro Tosi
2011-08-07
1
-1/+1
|
\
\
|
|
/
|
*
#10741: add documentation for PyGILState_GetThisThreadState()
Sandro Tosi
2011-08-07
1
-1/+1
|
*
Post-release steps for 3.2.1.
Georg Brandl
2011-07-09
1
-1/+1
|
*
Bump version to 3.2.1.
v3.2.1
Georg Brandl
2011-07-09
1
-3/+3
|
*
Post-release steps.
Georg Brandl
2011-07-04
1
-1/+1
|
*
Bump to 3.2.1rc2.
Georg Brandl
2011-07-03
1
-2/+2
|
*
Set up branch to be rc2 next.
Georg Brandl
2011-05-21
1
-1/+1
|
*
Bump to 3.2.1rc1.
v3.2.1rc1
Georg Brandl
2011-05-15
1
-2/+2
|
*
Bump to 3.2.1b1.
Georg Brandl
2011-05-08
1
-4/+4
*
|
excise the remains of STOP_CODE, which hasn't done anything useful for years
Benjamin Peterson
2011-07-18
1
-1/+0
*
|
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou
2011-07-08
1
-5/+0
*
|
add patchlevel to version string
Benjamin Peterson
2011-07-08
1
-1/+1
*
|
Issue #9642: Uniformize the tests on the availability of the mbcs codec
Victor Stinner
2011-07-04
1
-2/+6
*
|
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson
2011-06-26
1
-0/+6
*
|
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson
2011-05-29
1
-15/+8
*
|
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson
2011-05-27
1
-5/+14
*
|
make PyImport_ImportModuleLevel's first arg const like similiar functions (cl...
Benjamin Peterson
2011-05-25
1
-1/+1
*
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-0/+2
|
*
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-0/+1
*
|
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
1
-1/+1
*
|
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+1
|
\
\
|
|
/
|
*
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
Antoine Pitrou
2011-04-27
1
-0/+1
*
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-0/+1
*
|
PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are
Victor Stinner
2011-04-26
1
-3/+7
*
|
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner
2011-04-19
1
-1/+3
*
|
Issue #9904: fix and clarify some comments + fix indentation in symtable code
Eli Bendersky
2011-04-10
1
-4/+7
*
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-2/+7
*
|
Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame
Victor Stinner
2011-04-01
1
-3/+1
*
|
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-30
1
-0/+40
*
|
Remove traces of division_warning left over from Python 2 (#10998)
Éric Araujo
2011-03-26
1
-1/+0
*
|
Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h
Victor Stinner
2011-03-21
1
-2/+0
*
|
Issue #3080: Add PyImport_ImportModuleLevelObject() function
Victor Stinner
2011-03-14
1
-0/+7
*
|
Issue #3080: Document the name attribute of the _inittab structure
Victor Stinner
2011-03-07
1
-1/+1
*
|
Issue #3080: Import builtins using Unicode strings
Victor Stinner
2011-03-07
1
-2/+2
*
|
Issue #3080: Add PyImport_ImportFrozenModuleObject()
Victor Stinner
2011-03-20
1
-0/+3
*
|
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
2
-3/+3
|
\
\
|
|
/
|
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
2
-3/+3
|
|
\
|
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
2
-3/+3
*
|
|
kill PY_PATCHLEVEL_REVISION
Benjamin Peterson
2011-03-15
1
-4/+0
*
|
|
merge 3.2
Benjamin Peterson
2011-03-15
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.1
Benjamin Peterson
2011-03-15
1
-2/+3
|
|
\
\
|
|
|
/
|
|
*
make this subversion artifact empty
Benjamin Peterson
2011-03-15
1
-2/+3
[next]