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
*
Use code.interact(), which is even simpler, *and* imports readline
Guido van Rossum
2002-06-14
1
-3/+3
*
Now FOR_LOOP is gone, loop_subscript can go too.
Michael W. Hudson
2002-06-14
1
-19/+0
*
Don't poorly emulate the interactive interpreter, use
Guido van Rossum
2002-06-14
1
-19/+9
*
Anchors ("a" elements) used only for the name attribute should not
Fred Drake
2002-06-14
1
-1/+1
*
Make a start at describing the results of class/type unification
Steve Holden
2002-06-14
1
-121/+86
*
Test for the bug in recurse_down_subclasses() that I just fixed.
Guido van Rossum
2002-06-14
1
-0/+10
*
Inexplicably, recurse_down_subclasses() was comparing the object
Guido van Rossum
2002-06-14
1
-1/+2
*
Missed one use of new PyDoc_STRVAR macro
Neal Norwitz
2002-06-14
1
-2/+2
*
Refer the reader to the correct module for constant definitions.
Fred Drake
2002-06-14
1
-1/+1
*
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz
2002-06-14
1
-7/+7
*
Fix SF bug # 561858 Assertion with very long lists
Neal Norwitz
2002-06-14
3
-12/+43
*
SF bug # 493951 string.{starts,ends}with vs slices
Neal Norwitz
2002-06-14
4
-45/+70
*
Document the Binary.data attribute.
Fred Drake
2002-06-14
1
-5/+13
*
Use \code{True} (or False) instead of true/false.
Neal Norwitz
2002-06-14
1
-4/+4
*
Test exceptional condition in select()
Neal Norwitz
2002-06-13
1
-0/+7
*
Test exceptional conditions in list.sort()
Neal Norwitz
2002-06-13
1
-0/+15
*
Cleanup a little
Neal Norwitz
2002-06-13
1
-6/+7
*
SF # 533070 Silence AIX C Compiler Warnings
Neal Norwitz
2002-06-13
2
-2/+2
*
Major cleanup operation: whenever there's a call that looks for an
Guido van Rossum
2002-06-13
1
-10/+59
*
Fix for SF bug 532646. This is a little simpler than what Neal
Guido van Rossum
2002-06-13
2
-1/+31
*
SF # 561244 Micro optimizations
Neal Norwitz
2002-06-13
1
-5/+3
*
Fix typo in exception message
Neal Norwitz
2002-06-13
1
-1/+1
*
Use new PyDoc_STRVAR macro
Neal Norwitz
2002-06-13
1
-2/+2
*
Add "version added" for getpgid
Neal Norwitz
2002-06-13
1
-0/+1
*
SF #561244 Micro optimizations
Neal Norwitz
2002-06-13
3
-14/+7
*
Patch #568235: Add posix.setpgid.
Martin v. Löwis
2002-06-13
8
-3/+41
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
63
-1625/+1509
*
Temporarily disable the timeout and socket tests.
Guido van Rossum
2002-06-13
2
-14/+14
*
Hopefully this addresses the remaining issues of SF bugs 459235 and
Guido van Rossum
2002-06-13
2
-24/+85
*
The opcode FOR_LOOP no longer exists.
Guido van Rossum
2002-06-13
4
-40/+3
*
Do not claim that getlocale() returns a tulpe; that is not always true.
Fred Drake
2002-06-13
1
-3/+3
*
Munge depends files to have absolute paths.
Jeremy Hylton
2002-06-13
1
-2/+7
*
Extend dependency tracking so that .o files are rebuilt.
Jeremy Hylton
2002-06-13
1
-4/+2
*
Refactor compile() method implementations.
Jeremy Hylton
2002-06-13
5
-272/+178
*
Add depends=None to the arglist for compile().
Jeremy Hylton
2002-06-13
1
-1/+2
*
Extend compiler() method with optional depends argument.
Jeremy Hylton
2002-06-13
1
-74/+168
*
Rearrange the #ifndef WITHOUT_COMPLEX so it can be picked up from
Guido van Rossum
2002-06-13
1
-2/+2
*
Comment out testHostnameRes() -- it depends on a correctly working
Guido van Rossum
2002-06-13
1
-10/+10
*
Fix non-blocking connect() for Windows. Refactored the code
Guido van Rossum
2002-06-13
2
-39/+42
*
More style changes and little cleanups.
Jeremy Hylton
2002-06-13
1
-63/+33
*
Get rid of accidentally checked-in reference to "bits".
Guido van Rossum
2002-06-13
1
-2/+0
*
Major overhaul of timeout sockets:
Guido van Rossum
2002-06-13
5
-247/+89
*
Fix a typo.
Guido van Rossum
2002-06-13
1
-1/+2
*
Some more style improvements
Jeremy Hylton
2002-06-13
1
-25/+4
*
Python style conformance: Delete spaces between name of function and arglist.
Jeremy Hylton
2002-06-13
1
-41/+41
*
Add dependencies on socketmodule.h.
Guido van Rossum
2002-06-13
1
-2/+6
*
_Py prefix is verboten for static entry points
Andrew MacIntyre
2002-06-13
1
-4/+4
*
work around name clash with OS/2 TCPIP routine sock_init()
Andrew MacIntyre
2002-06-13
1
-2/+2
*
Whitespace nit.
Guido van Rossum
2002-06-13
1
-1/+1
*
Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),
Fred Drake
2002-06-13
1
-0/+42
[next]