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 #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
*
Changed the extended slice example to show that you can reverse a
Guido van Rossum
2002-06-13
1
-2/+2
*
Add version annotations for some older changes to the calendar module.
Fred Drake
2002-06-13
1
-0/+7
*
Remove some overly complicated ways to concatenate and repeat strings
Guido van Rossum
2002-06-12
1
-6/+7
*
Don't test for Java, test for sys.getrefcount.
Guido van Rossum
2002-06-12
1
-2/+2
*
Some provisional changes to get more tests to run on Windows (I hope).
Guido van Rossum
2002-06-12
1
-6/+8
*
Argh. Typo. :-(
Guido van Rossum
2002-06-12
1
-1/+1
*
Allow absent fromfd(), for Windows.
Guido van Rossum
2002-06-12
1
-0/+2
*
testSetSockOpt() should not require the reuse flag to be 1 -- any
Guido van Rossum
2002-06-12
1
-2/+2
*
Lose the message on assertEqual calls -- they actually hide
Guido van Rossum
2002-06-12
1
-18/+15
*
Docstring, layout and style tweaking. Increase fuzz to 1 second.
Guido van Rossum
2002-06-12
1
-90/+87
*
Add a new definition to Extension objects: depends.
Jeremy Hylton
2002-06-12
2
-1/+6
*
Add some more basic tests to validate the argument checking of
Guido van Rossum
2002-06-12
1
-1/+51
*
New test suite for the socket module by Michael Gilfix.
Guido van Rossum
2002-06-12
3
-180/+486
*
SF bug 567826. Document new opcodes:
Guido van Rossum
2002-06-12
1
-6/+50
*
Add a testcase to ensure that cycles going through the __class__ link
Guido van Rossum
2002-06-12
1
-0/+6
*
SF bug 567538: Generator can crash the interpreter (Finn Bock).
Guido van Rossum
2002-06-12
3
-2/+25
*
Rework the code to have only the GvR RPC. Output from execution of user
Kurt B. Kaiser
2002-06-12
11
-1190/+171
*
The opcode YIELD_STMT was accidentally called YIELD_VALUE here.
Guido van Rossum
2002-06-11
1
-1/+1
*
patch #562492 - prevent duplicate lines in history
Skip Montanaro
2002-06-11
1
-2/+19
*
Fix SF #565414, FancyURLopener() needs to support **kwargs
Neal Norwitz
2002-06-11
1
-2/+2
*
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Michael W. Hudson
2002-06-11
2
-3/+7
*
Fold remaining long lines.
Guido van Rossum
2002-06-11
1
-2/+6
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
13
-22/+570
*
Patch #488073: AtheOS port.
Martin v. Löwis
2002-06-11
23
-17/+1782
*
add a version of GvR's q&d python idle printing patch,
Steven M. Gava
2002-06-11
5
-3/+51
[next]