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 #1470548: Do not buffer XMLGenerator output.
Serhiy Storchaka
2013-02-25
2
-3/+22
*
#17275: Fix class name in init errors in C bufferedio classes.
R David Murray
2013-02-24
4
-2/+24
*
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
4
-28/+1
*
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
4
-1/+28
*
Issue #16403: Document how distutils uses the maintainer field in PKG-INFO
Petri Lehtinen
2013-02-23
3
-2/+9
*
Issue #16695: Document how glob handles filenames starting with a dot
Petri Lehtinen
2013-02-23
3
-4/+24
*
Issue #8890: Stop advertising an insecure use of /tmp in docs
Petri Lehtinen
2013-02-23
17
-32/+37
*
Issue #14720: sqlite3: Convert datetime microseconds correctly
Petri Lehtinen
2013-02-23
4
-2/+23
*
Issue #5033: Fix building of the sqlite3 extension module
Petri Lehtinen
2013-02-23
3
-1/+5
*
Fix deprecation warning in test_tcl.
Ezio Melotti
2013-02-23
1
-1/+1
*
Fix deprecation warning in tempfile.
Ezio Melotti
2013-02-23
1
-1/+1
*
#17249: check for the availability of the thread module.
Ezio Melotti
2013-02-23
1
-2/+3
*
#17249: convert a test in test_capi to use unittest and reap threads.
Ezio Melotti
2013-02-23
2
-28/+29
*
#15438: add a note to math.pow() that suggests using **/pow() for integers. ...
Ezio Melotti
2013-02-23
1
-0/+4
*
Fix the highlight in another example.
Ezio Melotti
2013-02-22
1
-1/+3
*
#17256: fix syntax highlight in embedding example. Patch by Kushal Das.
Ezio Melotti
2013-02-22
1
-2/+6
*
#17035: use new style classes in classmethod/staticmethod examples. Patch by...
Ezio Melotti
2013-02-22
1
-4/+6
*
Issue #17203: add long option names to unittest discovery docs.
Chris Jerdonek
2013-02-22
2
-5/+7
*
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
Ezio Melotti
2013-02-21
2
-0/+3
*
Issue #17225: JSON decoder now counts columns in the first line starting
Serhiy Storchaka
2013-02-21
5
-4/+7
*
Issue #17248: Fix os.*chown() testing when user is in root group.
Serhiy Storchaka
2013-02-21
1
-1/+1
*
#17265: fix highlight in template example. Initial patch by Berker Peksag.
Ezio Melotti
2013-02-21
1
-3/+3
*
null merge from 2.6
Barry Warsaw
2013-02-20
0
-0/+0
|
\
|
*
- Issue #16248: Disable code execution from the user's home directory by
Barry Warsaw
2013-02-20
2
-1/+6
*
|
fix building without pymalloc (closes #17228)
Benjamin Peterson
2013-02-20
2
-1/+3
*
|
Issue #17248: Fix os.*chown() testing when user has group root.
Serhiy Storchaka
2013-02-20
1
-2/+3
*
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
Serhiy Storchaka
2013-02-20
1
-24/+42
*
|
#7842: backport fix for py_compile.compile syntax error message handling.
R David Murray
2013-02-20
2
-1/+3
*
|
#7963: fix error message when 'object' called with arguments.
R David Murray
2013-02-19
2
-2/+5
*
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
Serhiy Storchaka
2013-02-18
1
-0/+12
*
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
Serhiy Storchaka
2013-02-18
2
-2/+7
*
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka
2013-02-18
2
-2/+14
*
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Serhiy Storchaka
2013-02-18
1
-0/+2
*
|
Remove unused certificate files
Antoine Pitrou
2013-02-16
2
-23/+0
*
|
Fix test_ssl by replacing expired X509 certificate
Antoine Pitrou
2013-02-16
2
-36/+34
*
|
Issue #9669: Protect re against infinite loops on zero-width matching in
Serhiy Storchaka
2013-02-16
3
-2/+19
*
|
Issue #13169: The maximal repetition number in a regular expression has been
Serhiy Storchaka
2013-02-16
7
-15/+68
*
|
#17178: update any()/all() docstrings to document their behavior with empty i...
Ezio Melotti
2013-02-15
2
-2/+5
*
|
Issue #17208: add a note about the termination behaviour of daemon threads.
Antoine Pitrou
2013-02-15
1
-0/+6
*
|
Add Misc/NEWS entry for Issue #16743
Richard Oudkerk
2013-02-13
1
-0/+2
*
|
Issue #16743: Fix mmap overflow check on 32 bit Windows
Richard Oudkerk
2013-02-13
2
-11/+18
*
|
Fix tests for issue #5308.
Serhiy Storchaka
2013-02-13
1
-4/+4
*
|
Issue #11311: StringIO.readline(0) now returns an empty string as all other
Serhiy Storchaka
2013-02-13
3
-1/+6
*
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
4
-63/+116
*
|
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka
2013-02-12
1
-2/+2
*
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
5
-12/+93
*
|
Issue #13555: cPickle now supports files larger than 2 GiB.
Serhiy Storchaka
2013-02-12
6
-130/+217
*
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka
2013-02-12
8
-144/+299
*
|
Clean trailing whitespaces in Makefile.pre.in and grpmodule.c.
Serhiy Storchaka
2013-02-12
2
-6/+6
*
|
Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4.
Ned Deily
2013-02-12
2
-2/+5
[next]