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
...
*
Actually, make this 2.5a1 since it will include API changes that may
Barry Warsaw
2002-12-30
1
-1/+1
*
Silence cast warnings for Tcl 8.3.
Martin v. Löwis
2002-12-30
1
-6/+12
*
Bump to 2.5
Barry Warsaw
2002-12-30
1
-1/+1
*
TestMIMEAudio.setUp(): Use the email package's copy of the audio test
Barry Warsaw
2002-12-30
1
-2/+7
*
A copy of the audio test file from Lib/test, needed because some
Barry Warsaw
2002-12-30
1
-0/+0
*
Added tests that conversion to our own timezone is always an identity,
Tim Peters
2002-12-30
1
-0/+13
*
parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and
Barry Warsaw
2002-12-30
1
-1/+8
*
test_parsedate_compact(): A test for optional FWS between the comma
Barry Warsaw
2002-12-30
1
-0/+5
*
Beefed up the timezone conversion test by adding a phony UTC zone that's
Tim Peters
2002-12-30
1
-67/+81
*
A code cleansing pass
Barry Warsaw
2002-12-30
1
-55/+74
*
Patch 659834 by Magnus Lie Hetland:
Guido van Rossum
2002-12-30
4
-3/+71
*
Port rfc822.py changes that didn't make it into this copy,
Barry Warsaw
2002-12-30
1
-21/+35
*
test_name_with_dots(): A new test to ensure that we're implementing
Barry Warsaw
2002-12-30
1
-0/+9
*
More markup additions
Andrew M. Kuchling
2002-12-30
1
-156/+264
*
String tests should test 8-bit strings :-)
Marc-André Lemburg
2002-12-30
1
-1/+1
*
Last checkin was missing the tuple comma.
Raymond Hettinger
2002-12-30
1
-1/+1
*
Restore the test of the random module after including "Random" in the
Raymond Hettinger
2002-12-30
1
-1/+1
*
Minor grammar fix, and clarification
Andrew M. Kuchling
2002-12-30
1
-2/+2
*
Mark up more text
Andrew M. Kuchling
2002-12-30
1
-117/+148
*
Untabify.
Greg Ward
2002-12-30
1
-106/+106
*
Whitespace fixes to conform to coding standards.
Greg Ward
2002-12-30
1
-18/+18
*
Temporarily comment out a test that crashes upon the introduction of
Raymond Hettinger
2002-12-30
1
-1/+1
*
Comment fix.
Greg Ward
2002-12-30
1
-9/+2
*
Rename some mixer methods:
Greg Ward
2002-12-30
1
-16/+16
*
Remove 'x_' prefix from oss_t and oss_mixer_t struct members.
Greg Ward
2002-12-30
1
-57/+58
*
This test depends on the exact ordering produced by the WichmannHill
Raymond Hettinger
2002-12-30
1
-3/+3
*
Revert the last change. Tim was faster and chose a different route.
Raymond Hettinger
2002-12-30
1
-2/+0
*
Document the _randommodule project for the Windows build.
Raymond Hettinger
2002-12-30
1
-0/+2
*
Taught the Windows build about _randommodule.c. This is compiled
Tim Peters
2002-12-29
2
-0/+6
*
A start at non-trivial (== DST-aware) tests of timezone conversion.
Tim Peters
2002-12-29
1
-0/+152
*
SF patch 658251: Install a C implementation of the Mersenne Twister as the
Raymond Hettinger
2002-12-29
6
-322/+983
*
Remove some old debugging print statements.
Kurt B. Kaiser
2002-12-29
1
-10/+0
*
M EditorWindow.py
Kurt B. Kaiser
2002-12-29
2
-16/+20
*
Add newsitem for the two new unittest methods.
Raymond Hettinger
2002-12-29
1
-15/+21
*
Patch for bug #659709: bogus computation of float length
Marc-André Lemburg
2002-12-29
4
-16/+88
*
Make error message more specific for min() and max().
Raymond Hettinger
2002-12-29
1
-1/+1
*
Incorporate Skip's suggestion to use SciPy's validation test near
Raymond Hettinger
2002-12-29
2
-0/+52
*
Demonstrate use of PyType_Ready() in the example.
Raymond Hettinger
2002-12-29
1
-3/+5
*
Bug #599248: strip directories when building Python. Out-of-tree builds shou...
Andrew M. Kuchling
2002-12-29
1
-2/+5
*
Suppress unsafe *Cookie class warnings
Andrew M. Kuchling
2002-12-29
1
-0/+5
*
Patch #655760: add warnings when the unsafe *Cookie classes are instantiated
Andrew M. Kuchling
2002-12-29
1
-1/+11
*
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger
2002-12-29
11
-41/+41
*
SF Bug 645777: list.extend() works with any iterable and is no longer
Raymond Hettinger
2002-12-29
2
-4/+2
*
Apparently FreeBSD enables some HW floating-point exceptions by default.
Tim Peters
2002-12-28
3
-5/+26
*
Gracefully delay runtime error up to 1s. Add .willdispatch().
Martin v. Löwis
2002-12-28
2
-12/+32
*
astimezone(): document that None is an OK argument.
Tim Peters
2002-12-27
1
-4/+5
*
Added a useful warning to the documentation.
Eric S. Raymond
2002-12-27
1
-2/+4
*
Document killpg.
Martin v. Löwis
2002-12-27
1
-0/+8
*
Patch #657889: Implement posix.getloadavg.
Martin v. Löwis
2002-12-27
5
-5/+44
*
And put back a little code duplication, in the form of asserts.
Tim Peters
2002-12-27
1
-0/+3
[prev]
[next]