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 #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
*
Update the tools before building the docs
Neal Norwitz
2007-08-17
1
-1/+1
*
Ignore a few more files.
Guido van Rossum
2007-08-17
0
-0/+0
*
Ignore *.py[co] files.
Guido van Rossum
2007-08-17
0
-0/+0
*
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
Matthias Klose
2007-08-16
1
-1/+1
*
Added a note in each regarding the fact that unicode strings that look the same
Mark Summerfield
2007-08-16
2
-2/+12
*
Try to make the comment a little clearer.
Neal Norwitz
2007-08-16
1
-3/+4
*
Support the new doc system.
Neal Norwitz
2007-08-16
1
-4/+8
*
Replace "Caveat" paragraphs by .. warning::s.
Georg Brandl
2007-08-15
5
-21/+30
*
Mark deprecated modules as such.
Georg Brandl
2007-08-15
14
-3/+25
*
Fix a wrong path in the Makefile.
Georg Brandl
2007-08-15
1
-1/+1
*
Don't use "?=" which seems to be a GNUism.
Georg Brandl
2007-08-15
1
-3/+3
*
Add the roman.py module which docutils require.
Georg Brandl
2007-08-15
1
-0/+80
*
Fail somewhat more gracefully when using Python < 2.5.
Georg Brandl
2007-08-15
1
-0/+9
*
When passed a bad formed literal to Decimal, now we have a
Facundo Batista
2007-08-15
1
-1/+2
*
Move the 2.6 reST doc tree in place.
Georg Brandl
2007-08-15
445
-0/+136056
*
Delete the LaTeX doc tree.
Georg Brandl
2007-08-15
513
-154687/+0
*
Tag last revision with LaTeX docs.
Georg Brandl
2007-08-15
0
-0/+0
*
Fix a missed instance of test.test_support.guard_warnings_filter (which was
Brett Cannon
2007-08-14
1
-1/+1
*
Added tests for simple function calls and introspection that are run
Facundo Batista
2007-08-14
1
-2/+102
[next]