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
*
Whitespace normalization.
Tim Peters
2003-05-12
7
-25/+24
*
Effectively renamed tokenize_tests.py to have a txt extension instead.
Tim Peters
2003-05-12
2
-1/+1
*
Close the file after tokenizing it. Because the open file object was
Tim Peters
2003-05-12
1
-2/+5
*
Remove assert that checked if a parameter was an instance of Request. Closes...
Brett Cannon
2003-05-12
1
-1/+0
*
Change Request.add_header to call string.capitalize in order to normalize
Brett Cannon
2003-05-12
1
-7/+8
*
Update for SF 71033 and changes to subprocess threading
Kurt B. Kaiser
2003-05-12
1
-1/+13
*
1. RemoteDebugger now runs user code in subprocess MainThread
Kurt B. Kaiser
2003-05-12
3
-54/+61
*
Beefed up timezone support. UTC and GMT are now always recognized timezones
Brett Cannon
2003-05-11
2
-12/+29
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
13
-23/+27
*
All two more modules with __all__.
Raymond Hettinger
2003-05-10
1
-0/+2
*
[ SF 710733 - Martin v. Loewis] Improving source encoding dialog
Kurt B. Kaiser
2003-05-10
3
-13/+101
*
1. Update debugger to not trace RPC code even when calling Queue and
Kurt B. Kaiser
2003-05-10
3
-33/+17
*
Replace line somehow deleted before last checkin.
Jeremy Hylton
2003-05-09
1
-0/+1
*
Variant of SF patch 614770: MSVC 7 support
Jeremy Hylton
2003-05-09
1
-143/+189
*
1. Implement processing of user code in subprocess MainThread. Pass loop
Kurt B. Kaiser
2003-05-08
4
-193/+267
*
Bump version number
Barry Warsaw
2003-05-08
1
-1/+1
*
A couple of new parsedate test cases.
Barry Warsaw
2003-05-08
1
-0/+10
*
parsedate_tz(): Be slightly more lenient when there's no day of the
Barry Warsaw
2003-05-08
1
-3/+2
*
Clarify the dedent() example a bit by indenting the input lines unevenly.
Greg Ward
2003-05-08
1
-4/+4
*
Minor clarification of dedent().
Greg Ward
2003-05-08
1
-3/+3
*
Add DedentTestCase to test dedent() function.
Greg Ward
2003-05-08
1
-3/+68
*
SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):
Greg Ward
2003-05-08
1
-0/+42
*
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
Greg Ward
2003-05-08
1
-3/+20
*
SF bug #730296: Unexpected Changes in list Iterator
Raymond Hettinger
2003-05-07
1
-4/+4
*
SF #596434: tweak wordsep_re so the definition of an em-dash is
Greg Ward
2003-05-07
1
-1/+1
*
SF #596434: add test_funky_parens() to probe some more of the tricky
Greg Ward
2003-05-07
1
-3/+19
*
SF #726446: raise ValueError if width <= 0.
Greg Ward
2003-05-07
1
-0/+2
*
SF #726446: ensure wrap() raises ValueError when width <= 0.
Greg Ward
2003-05-07
1
-0/+6
*
detect old version 2 hash files and return "bsddb185" as the appropriate
Skip Montanaro
2003-05-06
1
-3/+4
*
don't need to worry about file endianness
Skip Montanaro
2003-05-06
1
-1/+0
*
Data file for bsddb185 test
Skip Montanaro
2003-05-06
1
-0/+0
*
test case for bsddb185 module
Skip Montanaro
2003-05-06
1
-0/+40
*
the new bsddb185 module is an expected skip on most platforms (this may not
Skip Montanaro
2003-05-06
1
-0/+12
*
add not-yet-supported Unicode test just so it doesn't get lost.
Skip Montanaro
2003-05-06
1
-0/+20
*
Allow for Version, Flavor and Download-URL not being set.
Jack Jansen
2003-05-06
1
-3/+3
*
When doing a forced install of a package depending on a pseudo-package
Jack Jansen
2003-05-06
1
-1/+6
*
Port test_uu.py to PyUnit. From SF patch #662807.
Walter Dörwald
2003-05-06
1
-147/+162
*
On Mac OS X pwd.getpwall() might return the tuples
Walter Dörwald
2003-05-05
1
-21/+2
*
SF bug 622042: Don't expect response body from HEAD request.
Jeremy Hylton
2003-05-05
2
-4/+24
*
typo
Skip Montanaro
2003-05-05
1
-1/+1
*
Better fix for newurl as suggested by Jim Jewett in SF bug #730963.
Jeremy Hylton
2003-05-05
1
-12/+2
*
Add comment explaining try/except for endheaders().
Jeremy Hylton
2003-05-05
1
-0/+2
*
Repair redirect handling and raise URLError on host-not-found.
Jeremy Hylton
2003-05-04
1
-22/+36
*
'forget' now also deletes any proper .pyo files.
Brett Cannon
2003-05-04
1
-1/+19
*
Somewhere along the way, the softspace attr of file objects became read-
Tim Peters
2003-05-04
1
-0/+20
*
Refer to __builtin__.file, not __builtins__.file
Martin v. Löwis
2003-05-03
1
-2/+3
*
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
Martin v. Löwis
2003-05-03
3
-2/+15
*
* Added a substantial number of edge case and argument tests for
Raymond Hettinger
2003-05-03
1
-15/+76
*
Apply the simplified test_support boilerplate.
Raymond Hettinger
2003-05-03
1
-6/+4
*
Simplify ref count test.
Raymond Hettinger
2003-05-02
1
-3/+3
[next]