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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch to make _codecs a builtin module. This is necessary since
Marc-André Lemburg
2002-12-12
1
-5/+15
*
Hardcode the recognized whitespace characters to the US-ASCII whitespace
Greg Ward
2002-12-12
1
-3/+12
*
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald
2002-12-12
1
-0/+9
*
Patch #651621, approved by MvL.
Just van Rossum
2002-12-12
1
-2/+9
*
Tweak generation of unicode_whitespace_trans -- clearer, more
Greg Ward
2002-12-11
1
-2/+3
*
Clean-up test class for DictMixin.
Raymond Hettinger
2002-12-11
1
-2/+6
*
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 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
1
-3/+22
*
SF 548651: Fix the METH_CLASS implementation.
Tim Peters
2002-12-09
1
-4/+4
*
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
*
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
2
-8/+60
*
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
1
-0/+5
*
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
1
-3/+3
*
M PyShell.py
Kurt B. Kaiser
2002-12-06
2
-20/+39
*
Patch #649184: Update to tix-8.1.4 RC3.
Martin v. Löwis
2002-12-06
1
-11/+65
*
The final tweaks before closing
Michael W. Hudson
2002-12-05
1
-0/+4
*
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
*
Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.
Raymond Hettinger
2002-12-04
1
-0/+7
*
Rearrange test_socket_ssl so that a skip is expected iff the network
Tim Peters
2002-12-04
3
-28/+35
*
Enable Check Module
Kurt B. Kaiser
2002-12-03
1
-5/+2
*
Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix.
Kurt B. Kaiser
2002-12-03
1
-17/+11
*
Some more expected skips on OSX.
Guido van Rossum
2002-12-03
1
-0/+3
*
Lose references to knee (no longer exists) and pyclbr (has its own
Guido van Rossum
2002-12-03
1
-2/+0
*
Get rid of 1.5.2 compatibility hack. :-)
Guido van Rossum
2002-12-03
1
-8/+0
*
Adding Python <= 2.2 support back in.
Marc-André Lemburg
2002-12-03
1
-3/+10
*
Add more sophistication to the comparison between pyclbr output and
Guido van Rossum
2002-12-03
1
-42/+36
*
Another big update, fixing all known bugs related to nesting functions
Guido van Rossum
2002-12-03
1
-50/+80
*
In class bsdTableDB, add class variables db and env (set to None) to
Guido van Rossum
2002-12-02
1
-0/+5
*
Fix typo in except clause (_db should be _bsddb).
Guido van Rossum
2002-12-02
1
-1/+1
*
Moderately heavy reorganization of pyclbr to fix package-related bugs.
Guido van Rossum
2002-12-02
2
-67/+99
*
Add a better columnizer to print_topics().
Guido van Rossum
2002-12-02
1
-7/+58
*
Require 'largefile' resource for Mac OSX as well.
Guido van Rossum
2002-12-02
1
-5/+5
*
On Max OSX, try increasing the stack limit to 2048 so test_re and
Guido van Rossum
2002-12-02
1
-0/+16
*
Remove dead code in get_stack().
Kurt B. Kaiser
2002-12-02
1
-31/+23
*
Fix beep.
Kurt B. Kaiser
2002-12-02
1
-16/+3
*
Cleanup:
Neal Norwitz
2002-11-30
1
-9/+5
*
Remove unused import
Neal Norwitz
2002-11-30
1
-5/+6
[next]