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 to make _codecs a builtin module. This is necessary since
Marc-André Lemburg
2002-12-12
4
-9/+17
*
Typo fix.
Greg Ward
2002-12-12
1
-1/+1
*
Hardcode the recognized whitespace characters to the US-ASCII whitespace
Greg Ward
2002-12-12
1
-3/+12
*
Support threads-enabled Tcl installations.
Martin v. Löwis
2002-12-12
1
-118/+525
*
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald
2002-12-12
7
-37/+80
*
Patch #651621, approved by MvL.
Just van Rossum
2002-12-12
2
-7/+16
*
Getting rid of pre-Carbon (MacOS8) support. All code depending on
Jack Jansen
2002-12-12
54
-5242/+100
*
Correct buggy module docstring.
Jeremy Hylton
2002-12-11
1
-17/+30
*
Fix one bug and reformat lots of code.
Jeremy Hylton
2002-12-11
1
-50/+72
*
This is not used anymore.
Martin v. Löwis
2002-12-11
2
-1003/+0
*
Made the _ssl subproject depend on the w9xpopen subproject, because
Tim Peters
2002-12-11
1
-20/+23
*
Add OSS mixer interface (from Nicholas FitzRoy-Dale <wzdd@lardcave.net>):
Greg Ward
2002-12-11
1
-0/+267
*
Various additions and changes suggested by Raymond Hettinger
Andrew M. Kuchling
2002-12-11
1
-16/+85
*
Prepare for the coming mixer support patch: change _do_ioctl_0() and
Greg Ward
2002-12-11
1
-14/+14
*
Finish expunging the 'linuxaudiodev' name:
Greg Ward
2002-12-11
1
-55/+55
*
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis
2002-12-11
12
-121/+126
*
Tweak generation of unicode_whitespace_trans -- clearer, more
Greg Ward
2002-12-11
1
-2/+3
*
Constify char* API. Fixes #651363. 2.2 candidate.
Martin v. Löwis
2002-12-11
2
-6/+6
*
Patch #650415: Avoid redefinition of macros.
Martin v. Löwis
2002-12-11
1
-0/+12
*
Patch #650422: Use Posix AF_ constants instead of PF_ ones.
Martin v. Löwis
2002-12-11
1
-5/+7
*
Patch #650834: Document 'U' in file mode, remove stale variables.
Martin v. Löwis
2002-12-11
1
-5/+1
*
Patch #651006: Better explain what component might be empty.
Martin v. Löwis
2002-12-11
1
-1/+1
*
Patch #651289: Fix quoting errors.
Martin v. Löwis
2002-12-11
2
-7/+7
*
Clean-up test class for DictMixin.
Raymond Hettinger
2002-12-11
1
-2/+6
*
Update comments about the performance of xrange().
Raymond Hettinger
2002-12-11
2
-4/+4
*
Update to reflect current implementation.
Kurt B. Kaiser
2002-12-11
1
-78/+76
*
Rework the command line interface, incorporating the shell/edit
Kurt B. Kaiser
2002-12-11
1
-72/+136
*
Added a word to the heapq description in response to user confusion.
Tim Peters
2002-12-10
1
-2/+3
*
Install the tools/i18n directory on Windows. A user requested it,
Tim Peters
2002-12-10
1
-0/+8
*
Added test_ossaudiodev to expected skips on Windows.
Tim Peters
2002-12-10
1
-0/+1
*
Aesthetic tweakery: factor read_sound_file() out of play_sound_file().
Greg Ward
2002-12-10
1
-5/+9
*
Initial revision is rev 1.8 of test_linuxaudiodev.py, with
Greg Ward
2002-12-10
1
-0/+89
*
Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)
Neal Norwitz
2002-12-10
2
-9/+23
*
SF 548651: Fix the METH_CLASS implementation.
Tim Peters
2002-12-09
5
-8/+80
*
Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode
Greg Ward
2002-12-09
1
-0/+12
*
Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.
Greg Ward
2002-12-09
1
-3/+13
*
Fix SF bug #622849: in _wrap_chunks(), ensure that leading whitespace in
Greg Ward
2002-12-09
1
-2/+3
*
Fix SF bug #622831 (I think): add unicode_whitespace_trans class
Greg Ward
2002-12-09
1
-1/+8
*
Docs were added about a month ago
Raymond Hettinger
2002-12-09
1
-2/+1
*
self.binary -> self._binary to remove it from the public interface -
Skip Montanaro
2002-12-08
1
-2/+2
*
Add support for binary pickles to the shelve module. In some situations
Skip Montanaro
2002-12-08
4
-12/+98
*
slot_nb_nonzero(): Another leak uncovered by the sandbox datetime
Tim Peters
2002-12-07
1
-28/+27
*
Revise the __all__ index entry a touch.
Fred Drake
2002-12-07
1
-1/+1
*
Remove C++ comment. Silence unsigned char* cast warning.
Martin v. Löwis
2002-12-07
1
-2/+2
*
Remove C++ comment.
Martin v. Löwis
2002-12-07
1
-1/+1
*
Correct db3 /opt/sfw library path. Link ndbm with libc only if ndbm.h
Martin v. Löwis
2002-12-07
1
-10/+10
*
Add another test which exercises the whole suite with a
Raymond Hettinger
2002-12-07
1
-0/+14
*
Fix typo in abstract.c which caused __rpow__ to not be invoked.
Raymond Hettinger
2002-12-07
2
-1/+6
*
Add __all__ to Reference Manual index.
Raymond Hettinger
2002-12-07
1
-0/+1
*
Clarify and speedup test.
Raymond Hettinger
2002-12-07
1
-2/+3
[next]