2001-02-02 |
Jeremy Hylton | add compile.h and symtable.h to list of header files |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Added Node.isSameNode() support. |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Ouch! I need a better test suite for this. ;-( |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Barry Warsaw | Steve Majewski's patch #103495, MatchFilename() and... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Jeremy Hylton | Add minimal interface to symtable: _symtable module. |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Jeremy Hylton | Move a bunch of definitions that were internal to compi... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Use a type flag to determine the applicability of the... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Jeremy Hylton | Undo recent exclusion of test_fork1 and test_zlib.... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Do not pass names of individual files to shutil.rmtree... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | WeakDictionary.items(): Do not allow (key,ref) pairs... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Marc-André... | Whitespace correction... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Marc-André... | Added new Python C API _test module to the build mechan... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Tim Peters | Teach the Windows installer about the _test module. |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Tim Peters | Patch derived from Trent's 101162: a Python/C API testi... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Adjustments to the text of the UnixMailbox description... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Jeremy Hylton | add info about Grant Edwards' raw packet support |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Jeremy Hylton | SF patch 101137 from Grant Edwards |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Added fork1, linuxaudiodev, sunaudiodev, and zlib to... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Jeremy Hylton | add missing DECREF (thanks, Barry) |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | The socket constants have been moved to the socket... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Move the whrandom entry to the "Obsolete Modules" appendix. |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Minor markup adjustments. |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Fred Drake | Added a warning at the top saying that user code should... |
commit | commitdiff | tree | snapshot |
2001-02-02 |
Tim Peters | Teach Windows build about the _weakref module. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | SF patch 103543 from tg@freebsd.org: |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | An ssl-wrapped socket now returns '' on EOF, just like... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | continue now allowed in try block |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | Allow 'continue' inside 'try' clause |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Barry Warsaw | Special case around some of the nastier annoyances... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Barry Warsaw | Move the "from Tkinter import *" out of the method... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | Add item about nested scopes. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | Undo recent change that banned using import to bind... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Added comments about the weak reference support. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | add quicktest target -- runs test suite except for... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | move extra arguments to the back of the new.code()... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Added note about need for -traditional-cpp on the MacOS... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Revise the driver code to be more informative in the... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Fix some markup breakage that prevented formatting... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Remove spurious "\end{description}" that caused formatt... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Tim Peters | Repaired a docstring. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | PEP 205, Weak References -- initial checkin. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Add entries for the weakref module to the build control. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Added entry for weakref documentation. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Add entry for weakref documentation. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Fred Drake | Documentation for the weakref module. |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Tim Peters | Windows build: update for 2.1a2, + get ucnhash out... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Tim Peters | Change random.seed() so that it can get at the full... |
commit | commitdiff | tree | snapshot |
2001-02-01 |
Jeremy Hylton | update section 4.1 to describe nested scopes |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Long ago, Guido suggested that I add this to the standa... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Simple embedded program that does a module import.... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Ignore the programs created in this directory. |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Add targets to make building `loop' and `import' easier... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Document the two changes to the mailbox.py module: |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Two changes: |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Barry Warsaw | Some rewriting of the "Internationalizing your programs... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Jeremy Hylton | move "from stat import *" to module level |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Tim Peters | Docs for new Windows zlib build procedure. |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Mark Hammond | Fix [ Bug #129293 ] zlib library used for binary win32... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Mark Hammond | Partial fix to [ Bug #128685 ] popen on Win9x isnt... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Mark Hammond | Fix Bug #125891 - os.popen2,3 and 4 leaked file objects... |
commit | commitdiff | tree | snapshot |
2001-01-31 |
Tim Peters | SF bug #130532: newest CVS won't build on AIX. |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Fred Drake | Make HTML the default output format, since that is... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Moshe Zadka | Checking in patch #103478 -- makes popen2 and fork1... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Jack Jansen | New internal function BMObj_NewCopied() which copies... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Jeremy Hylton | add note about two kinds of illegal imports that are... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Jeremy Hylton | Fix test for free ref to global. This test should... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Jeremy Hylton | add test for illegal imports |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Jeremy Hylton | Remove note about the compiler not checking for two... |
commit | commitdiff | tree | snapshot |
2001-01-30 |
Jeremy Hylton | Enforce two illegal import statements that were outlawe... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Guido van Rossum | Rename dubiously named local variable 'cmpfunc' --... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jeremy Hylton | Remove f_closure slot of frameobject and use f_localspl... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jeremy Hylton | Cleanup logic a little. Check args first, then try... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jeremy Hylton | plug leak detected by Barry |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jeremy Hylton | fix indentation glitch |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Andrew M. Kuchling | Patch #103485 from Donn Cave: patches to make the modul... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Andrew M. Kuchling | Rename 'lines' variable to 'nlines' to avoid conflict... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Andrew M. Kuchling | Restore the automatic use of the oldsharedmods and... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Andrew M. Kuchling | Add back most of the old contents of Setup.dist, with... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Andrew M. Kuchling | Add note about non-recursive Makefiles |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Use FSpCreateResFile() in stead of CreateResFile(). |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Got ZeroScrap() and PutScrap() to work under Carbon. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Use FSpCreateResFile() in stead of CreateResFile(). |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Use CountMenuItems() in stead of CountMItems(). |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Make balloon code dependent on existence of Help module |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Removed device from the list of Qd incompatibilities... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Accessor functions for regions and such expect an exist... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Ported the icglue module to carbon. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Added generators for EnableMenuItem and CheckMenuItem... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Re-enabled Scrap (even though it's mostly empty right... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Replace {Enable,Disable,Check}Item with their carbon... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Ported the icglue module to carbon. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Added Help, Scrap and icglue missing methods. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Marc-André... | Fixed posixpath.normpath() to respect two leading slash... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Marc-André... | Fixed .capitalize() method of Unicode objects to work... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Sjoerd Mullender | Don't use $< in normal make rules: it's not portable... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Moshe Zadka | Added news of function comparison and hashing by identity |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Eric S. Raymond | More on noutrefresh() and scroll(). |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Moshe Zadka | The one thing I love more then writing code is deleting... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Jack Jansen | Added cellobject.c |
commit | commitdiff | tree | snapshot |
next |