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
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
2
-0/+12
*
fix bug #42 reported by Andrew Dalke
Jeremy Hylton
2000-07-11
5
-27/+2
*
Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in
Eric S. Raymond
2000-07-11
1
-6/+6
*
fixed inconsistent use of tab and spaces
Peter Schneider-Kamp
2000-07-11
1
-3/+3
*
Add test of resize() method of mmap objects
Andrew M. Kuchling
2000-07-11
2
-0/+13
*
Docstring changes.
Andrew M. Kuchling
2000-07-11
2
-6/+2
*
add more tests of string.join variants to run_method_tests
Jeremy Hylton
2000-07-11
1
-8/+11
*
-- removed get_default compatibility kludge
Fredrik Lundh
2000-07-10
2
-3/+4
*
Give ConfigParser the capability to set as well as read options, and to write
Eric S. Raymond
2000-07-10
1
-0/+36
*
factor out test definitions to string_tests module
Jeremy Hylton
2000-07-10
4
-353/+202
*
add isalpha and isalnum methods
Jeremy Hylton
2000-07-10
1
-0/+2
*
Added the line 'Testing UTF-16 code point order comparisons... done."
Guido van Rossum
2000-07-10
1
-0/+1
*
remove prints of file objects from _test
Jeremy Hylton
2000-07-10
1
-2/+0
*
expect message "no regression test case for method 'encode'
Jeremy Hylton
2000-07-10
1
-0/+3
*
Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:
Andrew M. Kuchling
2000-07-10
1
-1/+0
*
Better error handling of bad entity references. Before when an & in
Sjoerd Mullender
2000-07-10
1
-16/+25
*
- changed the nt.popen2 return values back to
Fredrik Lundh
2000-07-09
1
-10/+25
*
- repaired locale.py for non-windows platforms. the try/except
Fredrik Lundh
2000-07-09
1
-2/+5
*
Use TQSQ (triple quoted single quote) module docstring for better
Barry Warsaw
2000-07-09
1
-2/+2
*
- added popen.popen2/popen3/popen4 support for
Fredrik Lundh
2000-07-09
1
-15/+39
*
- merged setlocale and set_locale. the internal setlocale
Fredrik Lundh
2000-07-09
1
-92/+159
*
New module to control Web browsers; see the documentation for
Fred Drake
2000-07-09
1
-0/+229
*
Make tabnanny happy.
Fred Drake
2000-07-09
2
-254/+254
*
delete bogus file
Guido van Rossum
2000-07-07
1
-246/+0
*
Deleted bogus file.
Guido van Rossum
2000-07-07
1
-946/+0
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
1
-8/+11
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
2
-20/+20
*
fix inconsistent use of tabs and spaces
Jeremy Hylton
2000-07-07
4
-24/+24
*
Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.
Marc-André Lemburg
2000-07-07
1
-0/+72
*
Tests for new instance support in unicode().
Marc-André Lemburg
2000-07-07
1
-0/+15
*
Change whitespace in two places to silence tabnanny.
Guido van Rossum
2000-07-06
1
-4/+4
*
fixed indentation in several places
Skip Montanaro
2000-07-06
1
-19/+19
*
fix indentation in one docstring
Skip Montanaro
2000-07-06
1
-1/+1
*
fix indentation in three docstrings
Skip Montanaro
2000-07-06
1
-3/+3
*
maintenance release:
Fredrik Lundh
2000-07-05
1
-1/+3
*
Added tests for the new .isalpha() and .isalnum() methods.
Marc-André Lemburg
2000-07-05
2
-0/+31
*
Fixed so the ZIP file (which is bundled into an executable) goes in the
Greg Ward
2000-07-05
1
-4/+13
*
Added --dist-dir option to control where output archive(s) go.
Greg Ward
2000-07-05
1
-1/+7
*
Added the --dist-dir option that the "bdist_*" will use to control where
Greg Ward
2000-07-05
1
-0/+7
*
Added the --dist-dir option to control where the archive(s) are put;
Greg Ward
2000-07-05
1
-1/+11
*
2 fixes plus one extension:
Sjoerd Mullender
2000-07-04
1
-6/+6
*
Used original SAX handling form.
Paul Prescod
2000-07-04
3
-15/+14
*
Removed some tabs.
Paul Prescod
2000-07-04
1
-6/+6
*
- fixed grouping error bug
Fredrik Lundh
2000-07-03
4
-15/+19
*
- added lookbehind support (?<=pattern), (?<!pattern).
Fredrik Lundh
2000-07-03
3
-40/+51
*
Compute the name of the test file so that it can be found both when this
Fred Drake
2000-07-03
1
-2/+12
*
Fix bug #379, reported by Phillip Porch <root@theproch.com>:
Fred Drake
2000-07-03
1
-1/+1
*
Eric S. Raymond <esr@thyrsus.com>:
Fred Drake
2000-07-03
1
-9/+21
*
cmpfiles(): Added shallow and use_statcache parameters, with same meanings
Fred Drake
2000-07-03
1
-14/+13
*
Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>:
Fred Drake
2000-07-03
1
-40/+9
[next]