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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-59/+59
|
\
|
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-59/+59
*
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-7/+11
|
\
\
|
|
/
|
*
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
Serhiy Storchaka
2013-02-10
1
-7/+11
*
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
5
-10/+9
|
\
\
|
|
/
|
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
4
-9/+8
*
|
Issue #17098: Be more stringent of setting __loader__ on early imported
Brett Cannon
2013-02-01
1
-292/+299
*
|
Issue #17098: Make sure every module has __loader__ defined.
Brett Cannon
2013-02-01
1
-283/+289
*
|
remove unnecessary clearing of list
Benjamin Peterson
2013-01-19
1
-7/+0
*
|
Issue #16730: Don't raise an exception in
Brett Cannon
2013-01-11
1
-943/+946
*
|
(Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner
2013-01-03
1
-23/+217
|
\
\
|
|
/
|
*
Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner
2013-01-03
1
-23/+222
|
*
Issue #16416: Fix compilation error
Victor Stinner
2012-12-03
1
-1/+3
*
|
bring Python into 2013
Benjamin Peterson
2013-01-01
1
-1/+1
*
|
Add sanity assertions in some import lock code (issue #15599).
Antoine Pitrou
2012-12-18
1
-0/+2
*
|
(Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always
Victor Stinner
2012-12-03
1
-6/+54
|
\
\
|
|
/
|
*
Issue #16416: On Mac OS X, operating system data are now always
Victor Stinner
2012-12-03
1
-6/+54
*
|
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Christian Heimes
2012-12-02
1
-0/+3
*
|
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson
2012-11-25
4
-23/+25
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-23
1
-1/+1
|
\
\
|
|
/
|
*
#16306: report only the first unknown option and add more tests. Patch by Se...
Ezio Melotti
2012-11-23
1
-1/+1
|
*
Remove unused variabile "plain" in builtin_exec.
Ezio Melotti
2012-11-21
1
-2/+0
*
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
Barry Warsaw
2012-11-20
1
-63/+67
*
|
#16306: merge with 3.2.
Ezio Melotti
2012-11-18
1
-5/+5
|
\
\
|
|
/
|
*
#16306: Fix multiple error messages when unknown command line parameters wher...
Ezio Melotti
2012-11-18
1
-5/+5
*
|
recompile importlib.h
Benjamin Peterson
2012-11-12
1
-1543/+1543
*
|
Issue #15835: Define PATH_MAX on HP-UX.
Stefan Krah
2012-11-12
1
-0/+1
*
|
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-6/+6
|
\
\
|
|
/
|
*
Issue #15001: fix segfault on "del sys.module['__main__']"
Hynek Schlawack
2012-11-07
1
-6/+6
|
*
#5057: the peepholer no longer optimizes subscription on unicode literals (e....
Ezio Melotti
2012-11-04
1
-18/+7
*
|
Issue #5765: Apply a hard recursion limit in the compiler
Nick Coghlan
2012-11-04
2
-29/+73
*
|
#16336: merge with 3.2.
Ezio Melotti
2012-11-03
1
-4/+4
|
\
\
|
|
/
|
*
#16336: fix input checking in the surrogatepass error handler. Patch by Serh...
Ezio Melotti
2012-11-03
1
-4/+4
*
|
Issue #16218: Support non ascii characters in python launcher.
Andrew Svetlov
2012-11-01
1
-2/+7
*
|
check return value of _PyUnicode_AsString
Benjamin Peterson
2012-10-31
1
-2/+6
*
|
merge with 3.2
Philip Jenvey
2012-10-27
1
-3/+4
|
\
\
|
|
/
|
*
bounds check for bad data (thanks amaury)
Philip Jenvey
2012-10-27
1
-3/+4
|
*
Fix compilation on Windows
Nick Coghlan
2012-10-20
1
-1/+1
|
*
Issue #6074: Forward port Windows read-only source file fix from 2.7
Nick Coghlan
2012-10-19
1
-0/+6
*
|
Issue #6074: Apply an appropriate fix for importlib based imports
Nick Coghlan
2012-10-19
1
-1884/+1885
*
|
Issue #15833: don't raise an exception if importlib can't write byte-compiled
Trent Nelson
2012-10-16
1
-1839/+1845
*
|
Closes issue #15111: Calling __import__ with a module specified in
Brett Cannon
2012-10-10
1
-467/+471
*
|
Add some comments.
Brett Cannon
2012-09-28
1
-3476/+3475
*
|
don't depend on __debug__ because it's baked in at freeze time (issue #16046)
Benjamin Peterson
2012-09-25
1
-4221/+4230
*
|
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
1
-5/+3
*
|
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to ...
Christian Heimes
2012-09-12
1
-1/+3
|
\
\
|
|
/
|
*
Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to ...
Christian Heimes
2012-09-12
1
-1/+3
*
|
Partly revert ad3824a90261 and add comment about reference ownership
Christian Heimes
2012-09-12
1
-2/+1
|
\
\
|
|
/
|
*
Partly revert ad3824a90261 and add comment about reference ownership
Christian Heimes
2012-09-12
1
-2/+1
[next]