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
*
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
*
Cleaned up test (removing bogus argument list).
Raymond Hettinger
2002-12-07
1
-2/+2
*
Remove assumption that cls is a subclass of dict.
Raymond Hettinger
2002-12-07
2
-10/+4
*
A patch from Kevin Jacobs, plugging several leaks discovered when
Tim Peters
2002-12-07
1
-5/+10
*
slot_tp_hash(): In the normal path, this leaked a reference to the
Tim Peters
2002-12-06
1
-3/+3
*
Typo: propogate -> propagate
Thomas Heller
2002-12-06
2
-3/+3
*
M PyShell.py
Kurt B. Kaiser
2002-12-06
2
-20/+39
*
Remove extra ")" in example.
Fred Drake
2002-12-06
1
-1/+1
*
Typo: "dead lock" --> "deadlock"
Fred Drake
2002-12-06
2
-2/+2
*
Don't include <ioctl.h> unless on __VMS.
Martin v. Löwis
2002-12-06
1
-1/+3
*
Patch #614055: Support OpenVMS.
Martin v. Löwis
2002-12-06
13
-7/+528
*
Patch #649184: Update to tix-8.1.4 RC3.
Martin v. Löwis
2002-12-06
2
-18/+73
*
Search in standard library and include dirs for Sleepycat stuff.
Martin v. Löwis
2002-12-06
1
-24/+34
*
Document that the second argument to PyObject_IsInstance
Walter Dörwald
2002-12-06
1
-3/+7
*
Fixed so the Res.Resource() accepts either another resource, a string
Jack Jansen
2002-12-05
3
-66/+129
*
Fixed typo.
Jack Jansen
2002-12-05
1
-1/+1
*
The final tweaks before closing
Michael W. Hudson
2002-12-05
2
-20/+27
*
add logmerge.py (pydoc is already installed)
Skip Montanaro
2002-12-05
1
-0/+1
*
Patch #649060: Cygwin bz2module patch
Jason Tishler
2002-12-05
1
-14/+29
*
Patch #648998: test_commands ACL patch
Jason Tishler
2002-12-05
1
-0/+1
*
Add a Cygwin skip mentioned by Jason Tishler.
Tim Peters
2002-12-05
1
-1/+1
*
Patch #551977: Regression exceptions for cygwin
Jason Tishler
2002-12-05
1
-0/+22
*
simple setup.py to install some interesting scripts in $(prefix)/bin.
Skip Montanaro
2002-12-05
1
-0/+16
*
* when given, port should be converted to int
Skip Montanaro
2002-12-05
1
-1/+3
*
allow optional port specified as part of the hostname, e.g.,
Skip Montanaro
2002-12-05
1
-3/+6
*
Decode untyped strings from UTF-8.
Martin v. Löwis
2002-12-04
1
-2/+27
*
history update
Andrew MacIntyre
2002-12-04
1
-1/+2
*
make BSDDB 1.85 module buildable again after BSDDB3 module import
Andrew MacIntyre
2002-12-04
1
-3/+3
*
reformat for PEP-7 style conformance
Andrew MacIntyre
2002-12-04
1
-121/+132
*
typo fix: declaration required for VACPP not EMX+gcc
Andrew MacIntyre
2002-12-04
1
-1/+1
*
Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.
Raymond Hettinger
2002-12-04
2
-2/+10
*
Added _ssl.lib to the installer too. Restored alphabetical order of
Tim Peters
2002-12-04
2
-5/+10
*
Rearrange test_socket_ssl so that a skip is expected iff the network
Tim Peters
2002-12-04
3
-28/+35
[next]