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
*
Fix SF bug #691276, shutil.copytree documentation bug
Neal Norwitz
2003-02-23
1
-3/+3
*
User requested changes to the itertools module.
Raymond Hettinger
2003-02-23
4
-104/+303
*
After the removal of SET_LINENO, PyCode_Addr2Line has always been
Michael W. Hudson
2003-02-22
1
-3/+0
*
Getting rid of macfs.
Jack Jansen
2003-02-21
3
-8/+6
*
Get rid of macfs.
Jack Jansen
2003-02-21
1
-60/+59
*
Checking mac-specific stuff from the 2.3a2 branch in on the trunk.
Jack Jansen
2003-02-21
13
-30/+42
*
getpid doesn't exist on MacOS9.
Jack Jansen
2003-02-21
1
-1/+4
*
Remove _reduce_2, it's now implemented in C.
Guido van Rossum
2003-02-21
1
-42/+5
*
WASTEconst.py goes one level above the toolbox directory.
Jack Jansen
2003-02-21
1
-1/+1
*
Implementing the salient parts of __reduce_ex__ in C.
Guido van Rossum
2003-02-21
1
-6/+229
*
SF bug 690622: test_cpickle overflows stack on MacOS9.
Tim Peters
2003-02-21
1
-1/+5
*
I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few
Michael W. Hudson
2003-02-21
1
-2/+2
*
Add some minimal doc for get_completer added for patch 676342
Neal Norwitz
2003-02-21
1
-0/+5
*
Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping
Walter Dörwald
2003-02-21
1
-5/+5
*
Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures
Tim Peters
2003-02-21
1
-1/+7
*
Added a method WMAvailable(). This will return True if and only if there
Jack Jansen
2003-02-21
1
-0/+43
*
Port all string tests to PyUnit and share as much tests
Walter Dörwald
2003-02-21
6
-935/+921
*
Fill in missing table entries.
Raymond Hettinger
2003-02-21
1
-1/+5
*
SF bug #685775: turtle circle() documentation error
Raymond Hettinger
2003-02-21
1
-4/+5
*
SF bug #690377: Dud footnote reference in distutils docs
Raymond Hettinger
2003-02-21
1
-2/+2
*
Markup and nits.
Raymond Hettinger
2003-02-21
1
-12/+11
*
SF bug #690083: test_random fails sometimes
Raymond Hettinger
2003-02-21
1
-1/+1
*
flex_complete looks like a private (but callback) function, so make it static
Neal Norwitz
2003-02-21
1
-1/+1
*
Add some notes about HIGHEST_PROTOCOL.
Neal Norwitz
2003-02-21
1
-4/+15
*
Strange control flow in PyInt_AsLong. When nb_int is called inside
Thomas Heller
2003-02-20
1
-3/+3
*
Update PY_VERSION to indicate that we're beyond 2.3a2 now.
Guido van Rossum
2003-02-20
1
-1/+1
*
As far as I can tell PyEval_GetOwner was removed in 1997 (when it was
Michael W. Hudson
2003-02-20
1
-1/+0
*
Add PEP 301 metadata.
Guido van Rossum
2003-02-20
1
-2/+42
*
Don't use self.announce() in a function that's not a method.
Guido van Rossum
2003-02-20
1
-3/+3
*
announce(): use the level argument to control the log level.
Guido van Rossum
2003-02-20
1
-1/+1
*
set_verbosity(): do something reasonable for out-of-range verbosity
Guido van Rossum
2003-02-20
1
-3/+3
*
Prepped for 2.3b1.
Guido van Rossum
2003-02-20
1
-0/+57
*
Match parentheses.
Guido van Rossum
2003-02-20
1
-1/+1
*
Merge in changes made to the 2.3a2 release.
Guido van Rossum
2003-02-20
1
-2/+28
*
fixed markup
David Goodger
2003-02-19
1
-8/+13
*
Update versions/dates for release of 2.3a2. Added some last-minute news.
Guido van Rossum
2003-02-19
2
-9/+7
*
The connect timeout code wasn't working on Windows.
Guido van Rossum
2003-02-19
1
-12/+13
*
Add a note about the recent PEP 293 changes.
Walter Dörwald
2003-02-19
1
-0/+4
*
Added a note about the new itertools module. (Omission noted by
Fred Drake
2003-02-19
1
-0/+4
*
- PyEval_GetFrame() is now declared to return a PyFrameObject *
Guido van Rossum
2003-02-19
6
-12/+19
*
- sys.path[0] (the directory from which the script is loaded) is now
Guido van Rossum
2003-02-19
5
-5/+21
*
Include download_url in the data POSTed to the catalog server
Andrew M. Kuchling
2003-02-19
1
-0/+1
*
[Patch #683939] Add download_url field to metadata
Andrew M. Kuchling
2003-02-19
2
-2/+9
*
[Patch #684398] Rename verbose argument to show-response; don't conditionaliz...
Andrew M. Kuchling
2003-02-19
1
-9/+8
*
logging.warn() renamed to warning()
Andrew M. Kuchling
2003-02-19
1
-3/+3
*
OS/2 has no concept of file ownership, like DOS & MS Windows version
Andrew MacIntyre
2003-02-19
1
-1/+2
*
OS/2 EMX build updates for recent CVS changes
Andrew MacIntyre
2003-02-19
2
-2/+15
*
Use pythonw as the default interpreter also for .py scripts (overridable
Jack Jansen
2003-02-19
1
-4/+9
*
os.mkdir() would crash with a Unicode filename and mode param.
Mark Hammond
2003-02-19
1
-1/+1
*
PyObject_Generic{Get,Set}Attr:
Guido van Rossum
2003-02-19
1
-2/+4
[next]