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
...
*
IDLE support for PEP 263.
Martin v. Löwis
2002-08-05
1
-0/+5
*
Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than
Jack Jansen
2002-08-05
2
-13/+61
*
Patch #590913: PEP 263 support.
Martin v. Löwis
2002-08-05
2
-1/+188
*
Use ascii_letters to avoid UnicodeErrors.
Martin v. Löwis
2002-08-05
1
-1/+4
*
Add a small description of PEP 263.
Guido van Rossum
2002-08-05
1
-1/+3
*
Added a cast to shut up a compiler warning.
Jack Jansen
2002-08-05
1
-1/+1
*
Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...
Jack Jansen
2002-08-05
1
-4/+4
*
Added _IBCarbon module.
Jack Jansen
2002-08-05
4
-0/+5
*
SF 582071 clarified the .split() method's docstring to note that sep=None
Raymond Hettinger
2002-08-05
1
-2/+2
*
Note that True and False are pickable objects
Raymond Hettinger
2002-08-05
1
-1/+1
*
GvR provided solution to the socket rebinding timeout problem.
Kurt B. Kaiser
2002-08-05
3
-7/+6
*
Add 1 to lineno in deprecation warning. Fixes #590888.
Martin v. Löwis
2002-08-05
1
-1/+3
*
Test whether a Cyrillic text correctly appears in a Unicode literal.
Martin v. Löwis
2002-08-05
1
-0/+2
*
We don't really need the name of the test in the "test skipped" msg, and
Tim Peters
2002-08-04
1
-1/+1
*
Oops! Forgot the closing paren.
Tim Peters
2002-08-04
1
-1/+1
*
Finally got around to figuring out and documenting why this test fails
Tim Peters
2002-08-04
1
-2/+10
*
Build the _IBCarbon module.
Jack Jansen
2002-08-04
1
-0/+2
*
The definitions for IBCarbonRuntime.h
Jack Jansen
2002-08-04
1
-0/+5
*
Updated to something that works on my system, and regenerated module.
Jack Jansen
2002-08-04
2
-12/+7
*
Specify pathnames in a way that works on both OS9 and OSX.
Jack Jansen
2002-08-04
1
-3/+3
*
Use universal newline input when scanning header files.
Jack Jansen
2002-08-04
1
-3/+3
*
Donovan Preston's interface to IBCarbon, allowing you to use Interface
Jack Jansen
2002-08-04
3
-0/+342
*
Changes to the OSX section:
Jack Jansen
2002-08-04
1
-6/+13
*
Use the -n option of ln in stead of -h, as it also works with other ln's
Jack Jansen
2002-08-04
1
-9/+9
*
small speedup for constant and name access
Skip Montanaro
2002-08-04
1
-3/+6
*
Make pgen compile with pydebug. Duplicate normalized names, as it may
Martin v. Löwis
2002-08-04
2
-2/+8
*
Group statements properly.
Martin v. Löwis
2002-08-04
1
-6/+12
*
Repaired a fatal compiler error in the debug build: it's not clear what
Tim Peters
2002-08-04
1
-1/+1
*
Squash compiler wng about signed-vs-unsigned mismatch.
Tim Peters
2002-08-04
1
-1/+1
*
Sped the usual case for sorting by calling PyObject_RichCompareBool
Tim Peters
2002-08-04
1
-10/+18
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
13
-31/+656
*
Add encoding declaration.
Martin v. Löwis
2002-08-04
2
-1/+2
*
Add encoding declaration.
Martin v. Löwis
2002-08-04
2
-0/+2
*
Remove a syntax error in the example, spotted by Walter Hofman.
Steve Holden
2002-08-04
1
-1/+1
*
Always link libpython.so with LIBS. Fixes #589422.
Martin v. Löwis
2002-08-04
2
-9/+13
*
Add trace_frame. Fixes #534864. Backported to 2.2.
Martin v. Löwis
2002-08-04
1
-0/+38
*
Add recursion counter for pickling. Fixes #576084.
Martin v. Löwis
2002-08-04
1
-0/+9
*
OS/2 EMX now supported
Andrew MacIntyre
2002-08-04
1
-0/+2
*
I don't know what's going on with this test, but the last change from
Tim Peters
2002-08-04
1
-1/+1
*
SF patch #578297:
Andrew MacIntyre
2002-08-04
4
-19/+20
*
- comment improvement
Andrew MacIntyre
2002-08-04
1
-1/+25
*
add parameter missing following Jeremy's compiler class refactoring
Andrew MacIntyre
2002-08-04
1
-1/+1
*
Add two reminders
Andrew M. Kuchling
2002-08-04
1
-0/+4
*
Document that --enable-shared puts PIC objects into the static libpython.
Martin v. Löwis
2002-08-03
1
-1/+7
*
Mkdirs() failed when provided with unix pathnames. Fixed.
Jack Jansen
2002-08-03
1
-1/+1
*
_siftup(): __le__ is now the only comparison operator used on array
Tim Peters
2002-08-03
1
-1/+1
*
Document new heapreplace() function.
Tim Peters
2002-08-03
1
-0/+9
*
Document new heapify() function.
Tim Peters
2002-08-03
1
-5/+12
*
Revert last checkin. Man, that was stupid.
Michael W. Hudson
2002-08-03
1
-1/+1
*
Another fix for:
Michael W. Hudson
2002-08-03
1
-1/+1
[prev]
[next]