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
*
Patch #1444529: the builtin compile() now accepts keyword arguments.
Georg Brandl
2007-03-13
4
-9/+23
*
Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl.
Thomas Heller
2007-03-13
10
-50/+656
*
Patch #1530482: add pydoc.render_doc() which returns the documentation
Georg Brandl
2007-03-13
2
-22/+29
*
Patch #1533909: the timeit module now accepts callables in addition to
Georg Brandl
2007-03-13
4
-11/+83
*
Fix a tab.
Georg Brandl
2007-03-13
1
-2/+2
*
Acks for recent patches.
Georg Brandl
2007-03-13
1
-0/+3
*
Add acks for recent patch checkins:
Collin Winter
2007-03-13
1
-0/+6
*
Patch #1537850: tempfile.NamedTemporaryFile now has a "delete" parameter
Georg Brandl
2007-03-13
5
-9/+37
*
Patch #1605192: list allowed states in error messages for imaplib.
Georg Brandl
2007-03-13
1
-4/+8
*
Patch #1581073: add a flag to textwrap that prevents the dropping of
Georg Brandl
2007-03-13
4
-4/+26
*
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
Georg Brandl
2007-03-13
3
-2/+27
*
Quick fix for tests that fail on systems with an encoding other
Lars Gustäbel
2007-03-13
1
-6/+7
*
Bug #1622896: fix a rare corner case where the bz2 module raised an
Georg Brandl
2007-03-13
2
-10/+14
*
This is the implementation of POSIX.1-2001 (pax) format read/write
Lars Gustäbel
2007-03-13
5
-968/+1514
*
Patch #1449244: Support Unicode strings in
Martin v. Löwis
2007-03-13
3
-2/+14
*
Patch #1569798: fix a bug in distutils when building Python from a
Georg Brandl
2007-03-13
2
-2/+5
*
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
Georg Brandl
2007-03-13
2
-0/+6
*
Patch #1555098: use str.join() instead of repeated string
Georg Brandl
2007-03-13
2
-9/+9
*
Patch #1635454: the csv.DictWriter class now includes the offending
Georg Brandl
2007-03-13
2
-3/+8
*
Patch #1668100: urllib2 now correctly raises URLError instead of
Georg Brandl
2007-03-13
3
-18/+25
*
Patch #1642844: comments to clarify the complexobject constructor.
Georg Brandl
2007-03-13
1
-4/+25
*
Patch #1679379: add documentation for fnmatch.translate().
Georg Brandl
2007-03-13
2
-0/+33
*
Typo and grammar fixes.
Georg Brandl
2007-03-13
2
-4/+4
*
Fix some style nits:
Neal Norwitz
2007-03-13
1
-13/+15
*
Add some other acks for recent checkins:
Neal Norwitz
2007-03-13
1
-0/+3
*
Add Jerry Seutter for a bunch of his recent patches refactoring tests
Neal Norwitz
2007-03-13
1
-0/+1
*
Fix a typo where the variable name was not updated.
Brett Cannon
2007-03-13
1
-1/+1
*
Add test.test_support.transient_internet . Returns a context manager that
Brett Cannon
2007-03-13
2
-3/+14
*
Set missing svn:eol-style property on text files.
Tim Peters
2007-03-12
0
-0/+0
*
Whitespace normalization.
Tim Peters
2007-03-12
18
-522/+522
*
Patch #1670993: Refactor test_threadedtempfile.py to use unittest.
Collin Winter
2007-03-12
2
-46/+34
*
Typo fix.
Georg Brandl
2007-03-12
1
-1/+1
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
7
-2/+62
*
Patch #1678088: convert test_operations to use unittest, fold the result into...
Collin Winter
2007-03-12
4
-100/+72
*
Bug #1678647: write a newline after printing an exception in any
Georg Brandl
2007-03-12
2
-2/+5
*
Backport from Py3k branch:
Georg Brandl
2007-03-12
5
-129/+281
*
Patch #1677862: Require a space or tab after import in .pth files.
Martin v. Löwis
2007-03-12
3
-7/+14
*
Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.
Martin v. Löwis
2007-03-12
3
-7/+13
*
Sane humans would call these invalid tests, but Andrew McNamara pointed out
Skip Montanaro
2007-03-12
1
-0/+4
*
Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the
Barry Warsaw
2007-03-12
3
-4/+17
*
Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...
Collin Winter
2007-03-12
1
-1/+1
*
Fix resource leak reported in SF #1516995.
Vinay Sajip
2007-03-11
1
-0/+2
*
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...
Collin Winter
2007-03-11
2
-2/+13
*
Patch #1675981: remove unreachable code from type.__new__() method.
Žiga Seilnacht
2007-03-11
2
-7/+7
*
Add missing "return" statements in exception handler.
Georg Brandl
2007-03-11
1
-0/+2
*
Patch #1599845: Add an option to disable the implicit calls to server_bind() ...
Collin Winter
2007-03-10
6
-12/+30
*
Convert an assert to a raise so it works even in the presence of -O.
Collin Winter
2007-03-10
1
-2/+4
*
Typos.
Georg Brandl
2007-03-10
2
-2/+2
*
Add proper attribution for a bug fix.
Collin Winter
2007-03-10
1
-1/+2
*
Simplify a little by handling the TCP case first.
Neal Norwitz
2007-03-10
1
-16/+16
[next]