projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2002-03-30
Tim Peters
Lots of changes:
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Auxiliary files used by BuildApplet for MachoPython.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Auxiliary files for building the IDE applet. Running...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Handle .icns and .plist files for applets.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Missed one version number.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Fred Drake
Use the right types for a couple of fields of the type...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Fred Drake
Started updating information about defining attributes...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
First stab at an icon for the IDE.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Just van Rossum
repair damage: canceling the "save options" dialog...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Just van Rossum
repair damage: now works again as a CFM app.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Completely revamped newline handling. PyEdit is now...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Allow file without filetype as long as they end in...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Implemented buildtools for MachoPython .app bundles...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Don't attempt to create a dummy fsspec if the user...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Re-raise the Res.Error if the file doesn't exist.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Added -Wno-long-double
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Changed visible name (in dock, menubar) of the interpre...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Neil Schemenauer
Add missing typecast.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Andrew M. Kuchling
[Patch #536769] Add -Xcompiler flag for adding argument...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Martin v. Löwis
Patch #527027: Allow building python as shared library.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Andrew M. Kuchling
As part of fixing bug #536241, add a test case for...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Andrew M. Kuchling
[Bug #536241] string.zfill() produces mangled output...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Andrew M. Kuchling
Add two tests for string.zfill
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Allow .pyc files as applets as well as .py files. ...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
If the file has no resource fork first check to see...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Removed debug.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
In MachoPython print "Pythonw" in banner to distinguish...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Added target "installunixprograms" which installs pytho...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Jack Jansen
Shell script that invokes Python.app from the command...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Tim Peters
Remove the CACHE_HASH and INTERN_STRINGS preprocessor...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Neil Schemenauer
Call PyObject_GC_UnTrack before putting an object on...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Neil Schemenauer
If the GC is enabled then don't use the ob_type pointer...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Neil Schemenauer
Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-29
Guido van Rossum
News for SF #535905.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Mark a couple of types that had not been marked.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Added comments for more entries of the type structure...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
The new files included by \verbatiminput in newtypes...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Move some of the longer example code to external fragme...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Jeremy Hylton
Fix getcomments() so that it doesn't fail with TypeErrors.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Added index entries.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Extend \verbatiminput so that the typeset version provi...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Skip Montanaro
new script - helps track down symbols exported by modul...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Tim Peters
test_trashcan: reword obscure code.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Tim Peters
New test_traschcan() test in test_gc, which reliably...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Minor wording change.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Neil Schemenauer
Add _Py_AS_GC macro. It will be used by the trashcan...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Neil Schemenauer
Add missing "void" to function.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Neil Schemenauer
Add type cast.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Skip Montanaro
add comment reminding people about class hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Skip Montanaro
add exception class hierarchy. This should probably...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Guido van Rossum
This is Neil's fix for SF bug 535905 (Evil Trashcan...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Allow a page break in a code longish example.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Guido van Rossum
Fix an issue that was reported in but unrelated to...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Add documentation on the hasfree data object.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Martin v. Löwis
Reindent.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Add a simple test of the METH_CLASS and METH_STATIC...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Martin v. Löwis
Patch #536117: Typo in turtle.py.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Minor consistency adjustments.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Tim Peters
PYMALLOC_DEBUG routines: The "check API family" gimmic...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-28
Fred Drake
Introduce two new flag bits that can be set in a PyMeth...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Fred Drake
Ignore new output directory.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Martin v. Löwis
Expose C library's gettext. Fixes #516412.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Martin v. Löwis
Destroy and unlink deleted NoteBook panes. Fixes #516703.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Skip Montanaro
add seealso referring to site module doc where people...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Martin v. Löwis
Ignore widgets with unknown names in winfo_children...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Neil Schemenauer
Remove weakref free list. This has the side effect...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Skip Montanaro
fix a typo in PyErr_Format table and add row for 'p...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Neal Norwitz
Change sys_exit to use METH_VARARGS.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Martin v. Löwis
Don't imply XPG4 constants from CODESET presence. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Steven M. Gava
further work on new config system;
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Andrew M. Kuchling
Fill in this document a bit, adding reminders of items...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Steven M. Gava
further work on new config system;
commit
|
commitdiff
|
tree
|
snapshot
2002-03-27
Steven M. Gava
_finally_ tracked down and eliminated a major problem
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Fred Drake
Add the "What's New" document to the index of HTML...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Neil Schemenauer
Implement iterator protocol.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Barry Warsaw
__init__(): We'll try to be more RFC 2821 compliant...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Fred Drake
The <link> to the stylesheet should include the type...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Fred Drake
Wire up the makefile to more fully support the "What...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Fred Drake
Wire in the "What's New" document.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Fred Drake
Add a starter for the next "What's New" document.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Fred Drake
Make \url to force horizontal mode.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Neal Norwitz
time and socket were already imported in the module...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Neal Norwitz
re was already imported in the module, no need to re...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Neal Norwitz
os was already imported in the module, no need to re...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Neal Norwitz
Cleanup x so it is not left in module
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Neal Norwitz
Missed change METH_OLDARGS to METH_NOARGS for two alias...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Just van Rossum
Make object browser work in OSX (by rewriting the old...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Skip Montanaro
operate as a filter when no files or directories appear...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-26
Guido van Rossum
Fix for SF 502085.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Neal Norwitz
Remove last occurrance of PyArg_GetInt. It is deprecated,
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Neal Norwitz
Add a comment that PyArg_GetInt is deprecated and shoul...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Skip Montanaro
make default banner match what the real interpreter...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Skip Montanaro
remove unqualified excepts - catch ImportError when...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Skip Montanaro
eliminate unqualified except when checking for presence...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Skip Montanaro
tighten up unqualified except in currentframe()
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Neal Norwitz
Missed change METH_OLDARGS to METH_NOARGS for two alias...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Neal Norwitz
Remove many uses of PyArg_NoArgs macro, change METH_OLD...
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Fred Drake
Document the finditer() function and method.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Tim Peters
Update master Windows build-number list for 2.2.1c2.
commit
|
commitdiff
|
tree
|
snapshot
2002-03-25
Walter Dörwald
Add tests for the iterkeys, itervalues and iteritems
commit
|
commitdiff
|
tree
|
snapshot
next