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
*
Patch #612627: Add encoding attribute to file objects, and determine
Martin v. Löwis
2003-05-10
6
-1/+109
*
All two more modules with __all__.
Raymond Hettinger
2003-05-10
1
-0/+2
*
Fix missing parenthesis.
Raymond Hettinger
2003-05-10
1
-1/+1
*
Fixed spacing and unbalanced brackets or parenthesis.
Raymond Hettinger
2003-05-10
5
-6/+7
*
Added a tool for making a rough check of LaTeX documents.
Raymond Hettinger
2003-05-10
3
-0/+171
*
[ 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
*
Make this format again.
Fred Drake
2003-05-09
1
-10/+12
*
add a note about accessing user-defined functions with an import statement
Skip Montanaro
2003-05-09
1
-0/+17
*
Make this format again.
Fred Drake
2003-05-09
1
-5/+7
*
Replace line somehow deleted before last checkin.
Jeremy Hylton
2003-05-09
1
-0/+1
*
help with MSVC 7 support in distutils
Jeremy Hylton
2003-05-09
1
-0/+1
*
Variant of SF patch 614770: MSVC 7 support
Jeremy Hylton
2003-05-09
1
-143/+189
*
Pydoc also needs its #! line massaged. Fixes #733199.
Jack Jansen
2003-05-09
1
-2/+8
*
Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and
Jack Jansen
2003-05-09
3
-4/+6
*
- remove bogus \end{description}
Fred Drake
2003-05-09
1
-3/+2
*
added note about autoGIL
Just van Rossum
2003-05-09
1
-0/+4
*
Documented the new autoGIL module.
Jack Jansen
2003-05-09
3
-0/+28
*
also support cmd-. in the interactive window
Just van Rossum
2003-05-09
1
-1/+25
*
Simple fix for
Michael W. Hudson
2003-05-09
1
-0/+5
*
Suppress wartning on macfs import.
Jack Jansen
2003-05-09
1
-0/+2
*
Only look for krb5.h if ssl.h was found.
Martin v. Löwis
2003-05-09
1
-4/+5
*
Declare encoding. Use unsigned long constants. Fixes #728277.
Martin v. Löwis
2003-05-09
1
-3/+3
*
add explicit support for cancelling a running script (CFM-based MacPython had...
Just van Rossum
2003-05-09
1
-2/+25
*
more dead code removal
Just van Rossum
2003-05-09
1
-32/+2
*
dead code removal
Just van Rossum
2003-05-09
1
-33/+6
*
Patch #734118: Add {get|set}busywaitinterval.
Martin v. Löwis
2003-05-09
2
-2/+46
*
Yet another addition to [731644]: only use the lock if thread-support
Just van Rossum
2003-05-09
1
-2/+2
*
Addition to [731644]: also use the lock when using the getaddrinfo
Just van Rossum
2003-05-09
1
-2/+2
*
[ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect
Just van Rossum
2003-05-09
1
-10/+45
*
1. Implement processing of user code in subprocess MainThread. Pass loop
Kurt B. Kaiser
2003-05-08
4
-193/+267
*
Leading "C:" no longer hardcoded in the default installation directory.
Tim Peters
2003-05-08
2
-2/+21
*
Fixed small typo Pointed out by Michael Hudson.
Jim Fulton
2003-05-08
1
-1/+1
*
Fixed a typo in an example dealloc routine that calls it's "self"
Jim Fulton
2003-05-08
1
-1/+1
*
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
2
-8/+8
*
SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):
Greg Ward
2003-05-08
1
-4/+29
*
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
*
Library documentation for the 'test' package. Still needs to be checked by F...
Brett Cannon
2003-05-07
2
-0/+276
*
Rewrote the basic section of the chapter on defining new types.
Jim Fulton
2003-05-07
3
-125/+946
*
More message updates and minor fixes.
Raymond Hettinger
2003-05-07
1
-10/+9
*
Update traceback message
Raymond Hettinger
2003-05-07
1
-1/+1
*
Add list.insert() change for negative positions
Andrew M. Kuchling
2003-05-07
1
-9/+15
*
add missing parens - verified w/ interpreter - sorry to dismiss your comment
Skip Montanaro
2003-05-07
1
-1/+1
*
set platform properly for OSF/1
Skip Montanaro
2003-05-07
1
-2/+3
[next]