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
*
Include wctype.h.
Martin v. Löwis
2002-10-07
1
-1/+2
*
Check for wctype.h.
Martin v. Löwis
2002-10-07
3
-5/+9
*
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
*
Modified presentation of the grammar for calls to be easier to read
Fred Drake
2002-10-07
1
-4/+5
*
Patch #479898: Use multibyte C library for printing strings if available.
Martin v. Löwis
2002-10-07
4
-23/+81
*
Patch #448038: Add move(). Report errors from copytree as in shutil.Error.
Martin v. Löwis
2002-10-07
3
-2/+49
*
Apply file system default encoding to exec and spawn path and arguments.
Martin v. Löwis
2002-10-07
1
-23/+68
*
Fix quoting for Solaris LDSHARED. Will backport to 2.2.
Martin v. Löwis
2002-10-07
2
-3/+3
*
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
*
Also look in -lposix4 for sem_init. Fixes #618615.
Martin v. Löwis
2002-10-06
2
-20/+65
*
Update info for impending 2.2.2.
Tim Peters
2002-10-06
2
-0/+3
*
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
*
Document patch #594001.
Martin v. Löwis
2002-10-05
2
-0/+11
*
s/_alloca/alloca/g; Windows doesn't need the former, at least not unless
Tim Peters
2002-10-05
2
-5/+5
*
Add a section to be written; remove reference to deleted code
Andrew M. Kuchling
2002-10-04
1
-9/+6
*
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
*
Remove some unnecessary dependencies (minor).
Fred Drake
2002-10-04
1
-4/+4
*
Added refcount information for PyObject_GetIter().
Fred Drake
2002-10-04
1
-0/+3
*
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
*
SF # 607253, header file problems by Ralf W. Grosse-Kunstleve
Neal Norwitz
2002-10-04
2
-6/+6
*
Fix doc-string.
Marc-André Lemburg
2002-10-04
1
-3/+3
*
News item about the new encoding normalization scheme.
Marc-André Lemburg
2002-10-04
1
-0/+6
*
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
*
Disable LFS if Solaris/gcc bug is detected. Fixes #618095.
Martin v. Löwis
2002-10-04
2
-1/+81
*
Pulling Mark Alexander's contribution from CVS.
Marc-André Lemburg
2002-10-04
5
-948/+14
*
Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.
Martin v. Löwis
2002-10-04
4
-3/+25
*
Fix [ 616716 ] Bug in PyErr_SetExcFromWindows
Mark Hammond
2002-10-04
1
-9/+28
*
Fix errors to pep277 checkin identified by Neal Norwitz.
Mark Hammond
2002-10-04
1
-3/+3
*
Tests for pep277 - Unicode file names on Windows NT.
Mark Hammond
2002-10-03
2
-0/+110
*
One last tweak to the tracing machinery: this actually computes what I intended
Michael W. Hudson
2002-10-03
1
-1/+3
*
Clamp code objects' tp_compare result to [-1, 1].
Michael W. Hudson
2002-10-03
1
-3/+3
*
Updates to track Grammar changes. The patch to token.py loosens the regexp to
Michael W. Hudson
2002-10-03
2
-1/+3
*
Trivial fix to the pep277 checkin: ensure that exceptions always have a filen...
Mark Hammond
2002-10-03
1
-1/+1
*
Patch 594001: PEP 277 - Unicode file name support for Windows NT.
Mark Hammond
2002-10-03
6
-44/+568
*
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
2
-0/+24
*
Support UCS-4 builds.
Martin v. Löwis
2002-10-01
1
-8/+36
*
Add a comment to the top of the file explaining why the file is here.
Fred Drake
2002-10-01
1
-0/+7
[next]