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
*
Add os.path.supports_unicode_filenames for all platforms,
Mark Hammond
2002-10-08
7
-11/+25
*
openfile(): Go back to opening the files in text mode. This undoes
Barry Warsaw
2002-10-07
2
-2/+2
*
_parsebody(): Use get_content_type() instead of the deprecated
Barry Warsaw
2002-10-07
1
-5/+6
*
Use escaped Unicode literals, according to PEP 8.
Martin v. Löwis
2002-10-07
1
-12/+11
*
Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it
Barry Warsaw
2002-10-07
1
-1/+1
*
Patch #448038: Add move(). Report errors from copytree as in shutil.Error.
Martin v. Löwis
2002-10-07
1
-2/+30
*
Patch #619493: Prefer rpmbuild over rpm if available. Backported to 2.2.
Martin v. Löwis
2002-10-07
1
-0/+3
*
Add test_pep277 to the expected skips on Linux. (This test seems to
Guido van Rossum
2002-10-06
1
-0/+1
*
Patch #572031: AUTH method LOGIN for smtplib
Martin v. Löwis
2002-10-06
1
-1/+1
*
Make sure the email test suite can be run both stand-alone and under
Guido van Rossum
2002-10-06
1
-2/+4
*
Apply Josh Robb's Patch:
Kurt B. Kaiser
2002-10-06
1
-3/+11
*
This test fails on Win98, which is fine, but when it failed it left
Tim Peters
2002-10-05
1
-6/+17
*
Josh Robb's Patch
Kurt B. Kaiser
2002-10-04
1
-0/+4
*
Apply Josh Robb's Patch
Kurt B. Kaiser
2002-10-04
1
-1/+1
*
When looking for an alias, first look for the normalized name (which
Guido van Rossum
2002-10-04
1
-1/+3
*
.iterkeys() is not needed.
Raymond Hettinger
2002-10-04
1
-1/+1
*
Undo the removal. Guido mentioned that the encoding name is in active
Marc-André Lemburg
2002-10-04
1
-0/+1
*
Remove unneeded alias.
Marc-André Lemburg
2002-10-04
1
-1/+0
*
Fix doc-string.
Marc-André Lemburg
2002-10-04
1
-3/+3
*
Adapt lookup names to new more general encoding name normalization
Marc-André Lemburg
2002-10-04
1
-14/+14
*
Extending the encoding name normalization to handle more non-alphanumeric
Marc-André Lemburg
2002-10-04
1
-8/+20
*
Pulling Mark Alexander's contribution from CVS.
Marc-André Lemburg
2002-10-04
5
-948/+14
*
Tests for pep277 - Unicode file names on Windows NT.
Mark Hammond
2002-10-03
2
-0/+110
*
Updates to track Grammar changes. The patch to token.py loosens the regexp to
Michael W. Hudson
2002-10-03
2
-1/+3
*
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
Mark Hammond
2002-10-03
1
-0/+4
*
Fix an endcase bug: initial_indent was ignored when the text was short
Guido van Rossum
2002-10-02
2
-5/+16
*
Fix for the recursion_level bug Armin Rigo reported in sf
Michael W. Hudson
2002-10-02
1
-0/+20
*
test__all__(): Fix the import list.
Barry Warsaw
2002-10-01
1
-4/+4
*
save the verbose argument as an instance attributes. Subclasses of
Skip Montanaro
2002-10-01
1
-0/+1
*
Commit fix for SF 603831.
Guido van Rossum
2002-10-01
1
-1/+2
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-10-01
1
-3/+3
*
_structure(): Swap fp and level arguments.
Barry Warsaw
2002-10-01
1
-2/+2
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-10-01
1
-6/+15
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-10-01
2
-17/+17
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-09-30
1
-3/+4
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-09-30
1
-3/+3
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-09-30
1
-3/+3
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-09-30
1
-3/+3
*
__all__: Updated
Barry Warsaw
2002-09-30
1
-20/+22
*
Docstring consistency with the updated .tex files.
Barry Warsaw
2002-09-30
1
-0/+14
*
Now that TestCase is a new-style class, change loadTestsFromModule and
Guido van Rossum
2002-09-30
1
-2/+4
*
__contains__(): Change the second argument to `name' for consistency.
Barry Warsaw
2002-09-30
1
-58/+69
*
Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.
Martin v. Löwis
2002-09-30
1
-1/+58
*
With help from Martin v. Loewis, clarification is added for the
Barry Warsaw
2002-09-30
1
-29/+61
*
Patch #544740: test_commands test fails under Cygwin
Jason Tishler
2002-09-30
1
-5/+7
*
The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in
Barry Warsaw
2002-09-30
2
-12/+9
*
Finding a suitable interpreter to spawn needed tweaking on the Mac
Tony Lownds
2002-09-29
1
-4/+17
*
Whitespace normalization (get rid of tabs).
Guido van Rossum
2002-09-29
6
-100/+98
*
Mac users now see correct modifiers in the Key Binding Entry window.
Tony Lownds
2002-09-29
1
-29/+35
*
Change key binding to avoid conflict.
Tony Lownds
2002-09-29
1
-2/+2
[next]