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
*
Bug #1011: fix rfc822.Message.getheader docs.
Georg Brandl
2007-08-24
1
-2/+4
*
Fix silly typo in test name.
Guido van Rossum
2007-08-24
1
-1/+1
*
Bug #1765375: fix stripping of unwanted LDFLAGS.
Georg Brandl
2007-08-24
1
-1/+2
*
uuid creation is now threadsafe, backport from py3k rev. 57375.
Georg Brandl
2007-08-24
2
-1/+6
*
Fix bug 1725856.
Gregory P. Smith
2007-08-24
2
-0/+20
*
Patch #1779550: remove redundant code in logging.
Georg Brandl
2007-08-23
1
-15/+3
*
Bug #1758696: more info about descriptors.
Georg Brandl
2007-08-23
1
-3/+10
*
Bug #1625381: clarify match vs search introduction.
Georg Brandl
2007-08-23
1
-5/+5
*
Bug #1688564: document os.path.join's absolute path behavior in the docstring.
Georg Brandl
2007-08-23
2
-2/+6
*
Bug #1734111: document struct.Struct.size.
Georg Brandl
2007-08-23
1
-0/+5
*
Bug #1752332: httplib no longer uses socket.getaddrinfo().
Georg Brandl
2007-08-23
1
-1/+1
*
Clarify wording a bit.
Georg Brandl
2007-08-23
1
-11/+13
*
Bug #1594966: fix misleading usage example
Georg Brandl
2007-08-23
1
-16/+4
*
Bug #1694833: fix imp.find_module() docs wrt. packages.
Georg Brandl
2007-08-23
1
-35/+43
*
Bug #1573854: fix docs for sqlite3 cursor rowcount attr.
Georg Brandl
2007-08-23
1
-3/+3
*
Bug #1697820: document that the old slice protocol is still used by builtin t...
Georg Brandl
2007-08-23
1
-0/+3
*
Use try-except-finally in contextlib.
Georg Brandl
2007-08-23
1
-9/+8
*
Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if ...
Georg Brandl
2007-08-23
1
-1/+5
*
Bug #1766421: "return code" vs. "status code".
Georg Brandl
2007-08-23
1
-2/+2
*
Bug #1768121: fix wrong/missing opcode docs.
Georg Brandl
2007-08-23
1
-5/+23
*
Make test_runpy re-entrant.
Brett Cannon
2007-08-23
2
-1/+6
*
When setup.py fails to find the necessary bits to build some modules, have it
Jeffrey Yasskin
2007-08-22
1
-1/+4
*
stop leaving log.0000001 __db.00* and xxx.db turds in developer
Gregory P. Smith
2007-08-22
1
-1/+9
*
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
Alex Martelli
2007-08-22
2
-1/+29
*
whoops - need to check in configure as well
Skip Montanaro
2007-08-22
1
-8338/+8165
*
Note that BeOS is unsupported as of Python 2.6.
Skip Montanaro
2007-08-22
1
-0/+12
*
Added test for behavior of operations on an unconnected SMTP object,
Facundo Batista
2007-08-21
1
-11/+192
*
Bug #1777168: replace operator names "opa"... with "op1"... and mark everythi...
Georg Brandl
2007-08-21
1
-5/+5
*
Bug #1777160: mention explicitly that e.g. -1**2 is -1.
Georg Brandl
2007-08-21
1
-1/+1
*
Revert accidental checkins from last commit.
Georg Brandl
2007-08-21
3
-58/+7
*
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
Georg Brandl
2007-08-21
4
-9/+60
*
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
Mark Hammond
2007-08-21
1
-2/+3
*
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
Mark Hammond
2007-08-21
1
-1/+20
*
Catch ProtocolError exceptions and include the header information in
Facundo Batista
2007-08-21
1
-25/+52
*
Add a hack (originally devised in a slightly different form by Thomas Wouters)
Guido van Rossum
2007-08-20
1
-0/+20
*
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
Hye-Shik Chang
2007-08-20
5
-11/+146
*
Fix stray backticks.
Georg Brandl
2007-08-19
2
-4/+3
*
Remove Mikael as the maintainer of BeOS at his request. With no maintainer
Brett Cannon
2007-08-18
1
-1/+2
*
Fix PDB command descriptions.
Georg Brandl
2007-08-18
1
-4/+4
*
Make test_warnings re-entrant.
Brett Cannon
2007-08-17
1
-0/+5
*
Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
Facundo Batista
2007-08-17
2
-9/+106
*
Remove news entry for test.test_support.guard_warnings_filter as it has been
Brett Cannon
2007-08-17
1
-4/+0
*
Clarify the comment about setting the PYTHON variable for the Doc Makefile.
Brett Cannon
2007-08-17
1
-2/+3
*
Move another variable declaration up.
Walter Dörwald
2007-08-17
1
-2/+2
*
Use glossary x-refs, document new ``!`` feature.
Georg Brandl
2007-08-17
2
-13/+18
*
Move variable declaration up.
Walter Dörwald
2007-08-17
1
-6/+6
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
12
-2/+999
*
Move the glossary from the tutorial to toplevel.
Georg Brandl
2007-08-17
5
-352/+337
*
Note that smtplib example needs a mailserver.
Georg Brandl
2007-08-17
1
-0/+2
*
Fix problem reported by Andre Roberge.
Georg Brandl
2007-08-17
1
-5/+5
[next]