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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #17223: Fix PyUnicode_FromUnicode() for string of 1 character outside
Victor Stinner
2013-02-25
1
-0/+3
*
Merge #17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
2
-0/+4
|
\
|
*
#17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
2
-0/+4
*
|
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
2
-4/+0
|
\
\
|
|
/
|
*
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
2
-4/+0
*
|
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
2
-0/+4
|
\
\
|
|
/
|
*
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
2
-0/+4
*
|
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen
2013-02-23
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen
2013-02-23
1
-0/+3
*
|
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen
2013-02-23
1
-0/+3
|
\
\
|
|
/
|
*
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen
2013-02-23
1
-0/+3
*
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
2
-0/+5
|
\
\
|
|
/
|
*
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
2
-0/+5
*
|
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
2
-0/+4
|
\
\
|
|
/
|
*
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
2
-0/+4
*
|
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen
2013-02-23
2
-0/+4
|
\
\
|
|
/
|
*
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen
2013-02-23
2
-0/+4
*
|
#17249: merge with 3.2.
Ezio Melotti
2013-02-23
1
-0/+2
|
\
\
|
|
/
|
*
#17249: convert a test in test_capi to use unittest and reap threads.
Ezio Melotti
2013-02-23
1
-0/+2
*
|
Issue #17203: add long option names to unittest discovery docs.
Chris Jerdonek
2013-02-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17203: add long option names to unittest discovery docs.
Chris Jerdonek
2013-02-22
1
-0/+2
*
|
#17255: merge with 3.2.
Ezio Melotti
2013-02-21
1
-0/+1
|
\
\
|
|
/
|
*
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
Ezio Melotti
2013-02-21
1
-0/+1
*
|
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
1
-0/+3
|
\
\
|
|
/
|
*
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
1
-0/+3
*
|
fix building without pymalloc (closes #17228)
Benjamin Peterson
2013-02-20
1
-0/+2
*
|
Merge: #13700: Make imap.authenticate with authobject work.
R David Murray
2013-02-19
1
-0/+3
|
\
\
|
|
/
|
*
#13700: Make imap.authenticate with authobject work.
R David Murray
2013-02-19
1
-0/+3
*
|
#7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
1
-0/+3
|
\
\
|
|
/
|
*
#7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
1
-0/+3
*
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
Serhiy Storchaka
2013-02-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
Serhiy Storchaka
2013-02-18
1
-0/+3
*
|
Issue #9669: Protect re against infinite loops on zero-width matching in
Serhiy Storchaka
2013-02-16
1
-0/+3
|
\
\
|
|
/
|
*
Issue #9669: Protect re against infinite loops on zero-width matching in
Serhiy Storchaka
2013-02-16
1
-0/+3
*
|
Issue #13169: The maximal repetition number in a regular expression has been
Serhiy Storchaka
2013-02-16
1
-0/+4
|
\
\
|
|
/
|
*
Issue #13169: The maximal repetition number in a regular expression has been
Serhiy Storchaka
2013-02-16
1
-0/+4
*
|
#17178: merge with 3.2.
Ezio Melotti
2013-02-15
1
-0/+1
|
\
\
|
|
/
|
*
#17178: update any()/all() docstrings to document their behavior with empty i...
Ezio Melotti
2013-02-15
1
-0/+1
*
|
#17143: fix a missing import in the trace module. Initial patch by Berker Pe...
Ezio Melotti
2013-02-15
1
-0/+3
*
|
#17163: test_file now works with unittest test discovery. Patch by Zachary W...
Ezio Melotti
2013-02-15
1
-0/+3
*
|
Merge
Richard Oudkerk
2013-02-13
1
-0/+2
|
\
\
|
|
/
|
*
Add Misc/NEWS entry for Issue #16743
Richard Oudkerk
2013-02-13
1
-0/+2
*
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-0/+3
*
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
2
-0/+4
|
\
\
|
|
/
|
*
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
2
-0/+4
|
*
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka
2013-02-12
1
-0/+2
*
|
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
R David Murray
2013-02-11
1
-0/+3
|
\
\
|
|
/
|
*
#17171: fix email.encoders.encode_7or8bit when applied to binary data.
R David Murray
2013-02-11
1
-0/+3
*
|
Merge
Michael Foord
2013-02-11
1
-1/+1
|
\
\
|
|
/
[next]