2003-05-29 |
Guido van Rossum | I saw errors from _fileobject.__del__ about missing... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | Remove debug code from weakref_segfault(). |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | Fix for SF 742911. We now clear the weakrefs *before... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Guido van Rossum | Add testcase for SF 742911. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Raymond Hettinger | Fix typo so that the test actually calls the tested... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Raymond Hettinger | Test ability to handle various type of iterators. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Neal Norwitz | SF bug #719367, string exceptions are deprecated |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Neal Norwitz | isdatadescriptor() was added recently. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Typo fix. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Rewrite the description of setparameters() so it actual... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Test script changed. |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Renamed test_errors() to test_setparameters() and compl... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Greg Ward | Order and number of arguments to setparameters() has... |
commit | commitdiff | tree | snapshot |
2003-05-29 |
Neal Norwitz | Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jack Jansen | Example database for Package Manager. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jack Jansen | - Added a scheme whereby pimp can update itself, by... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Gregory P.... | Remove the note about the BerkeleyDB license. Barry... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Raymond Hettinger | Add notes on use cases with paired accesses to the... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Raymond Hettinger | * Beefed-up tests |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Oops. License is still an appendix. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Update dependencies. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Appendix was removed. |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | Rename lib__future__.tex to libfuture.tex and add link... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Jeremy Hylton | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Gregory P.... | Wrap the cursor functions with dbutils.DeadlockWrap... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Gregory P.... | Include a link to the pybsddb web documentation for... |
commit | commitdiff | tree | snapshot |
2003-05-28 |
Kurt B. Kaiser | Added a config-main General option to delete sys.exitfu... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jack Jansen | Alternate fix for #728744: use OSA and Apple Help Index... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jack Jansen | Added functions CFObj_New and CFObj_Convert, general... |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jeremy Hylton | Add more tests from RFC 2202. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Jack Jansen | Added Help menu. Fixes #731635 |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Raymond Hettinger | Fixup bare try/except. |
commit | commitdiff | tree | snapshot |
2003-05-27 |
Greg Ward | Oops, move the GIL release/reacquire from oss_sync... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Gustavo Niemeyer | modulefinder.py is not a freeze private module anymore. |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Greg Ward | Release the GIL in two more methods: |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Kurt B. Kaiser | Whitespace Normalization |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Gustavo Niemeyer | Fixed minor typo in Setup.dist. |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Kurt B. Kaiser | 1. SF Bug 661676 |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Neal Norwitz | SF patch #719359, fix test_long failure on OSF/1 with... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Neal Norwitz | Fix SF bug #735694, Pydoc.py fixes links |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Kurt B. Kaiser | Bruce Sherwood RFE/Patch |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Martin v. Löwis | Patch #742741: Check for true in different paths, suppo... |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Martin v. Löwis | Remove -U from argument list. |
commit | commitdiff | tree | snapshot |
2003-05-26 |
Greg Ward | More wordsmithing and cleanup. |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Jack Jansen | Fixed the DESTDIR modifications to also allow MacOSX... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Jack Jansen | Added a --python option, which sets the python to be... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Just van Rossum | fixed some DeprecationWarnings |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Raymond Hettinger | Fix ref counts in initialization code. |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Tim Peters | Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover... |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Tim Peters | SF 742860: WeakKeyDictionary __delitem__ uses iterkeys |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Kurt B. Kaiser | Improved the RESTART annotation in the shell window... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Kurt B. Kaiser | Fix a bug in Rev 1.10 - Windows can't handle a leading... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Kurt B. Kaiser | 1. Stake Freddy. |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Just van Rossum | Somehow ColorPicker has never been included or tested... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Tim Peters | SF bug 705231: Assertion failed, python aborts. |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Just van Rossum | modernized ColorPicker somewhat |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Raymond Hettinger | 'sum' is no longer a good variable name. Use 'total... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Martin v. Löwis | Modified patch #742126: Don't define _XOPEN_SOURCE... |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Martin v. Löwis | Convert tcl_version to str before comparing. Fixes... |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Neal Norwitz | Get test_ioctl to pass on HPUX 11. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Christian Tismer | After Raymond's remark, I changed the Stackless bits to |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Walter Dörwald | All calls to getarrayitem() (which is static) are done... |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Raymond Hettinger | iteritems() should not have been used for self.timeout... |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Raymond Hettinger | PyType_GenericAlloc is inherited from object. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Christian Tismer | Generalized my type flags structure extension without... |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Greg Ward | Lots of wordsmithing and typographical improvement. |
commit | commitdiff | tree | snapshot |
2003-05-23 |
Greg Ward | Release the GIL around read(), write(), and select... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Neal Norwitz | SF bug #644345, Poor error message for augmented assign |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Walter Dörwald | Port test_mimetools.py to PyUnit and add various tests. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Walter Dörwald | sound_playsound() doesn't have to be visible externally, |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Raymond Hettinger | Fixed dotted name assertion. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Jeremy Hylton | Use macro to get length of list. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Jeremy Hylton | Remove comment with very long lines that explained... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Tim Peters | Record 2.2.3c1 Windows build number. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Fred Drake | Correct dependency information -- the Python docs load... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Barry Warsaw | Add historical note for Python 2.2.3 |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Fred Drake | Minor elaboration in the information about reporting... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Fred Drake | update version history |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Andrew M. Kuchling | [Bug #741171] pdb crashes when enabling a non-existing... |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Neal Norwitz | Walter's last checkin also needs to work on doubles. |
commit | commitdiff | tree | snapshot |
2003-05-22 |
Walter Dörwald | test_byteswap() fails on alphas, because treating the... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jeremy Hylton | Add documentation for __future__ |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jeremy Hylton | Move future statement here from appendix a. |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Tim Peters | PyType_Ready(): Complain if the type is a base type... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Jeremy Hylton | Fix for SF [ 734869 ] Lambda functions in list comprehe... |
commit | commitdiff | tree | snapshot |
2003-05-21 |
Raymond Hettinger | SF bug #604716: faster [None]*n or []*n |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Andrew M. Kuchling | Don't mention __slots__ as a technique for error avoidance |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Barry Warsaw | Added a test for the fix of SF bug #658233, where conti... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Barry Warsaw | GNUTranslations._parse(): Fix SF bug #658233, where... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Fred Drake | Fix markup nits. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Tim Peters | Straighten out the docs for os.system(); the Unix and... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Fred Drake | Markup nits. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Fred Drake | Remove unused line numbers from example code. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Christian Tismer | Preserved one bit in type objects for Stackless. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Just van Rossum | 'Progress' doesn't exists, causing 'from EasyDialogs... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Raymond Hettinger | Fix missing parethesis. |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Raymond Hettinger | SF 740055: optional argument protocol in shelve.open... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Raymond Hettinger | SF bug 735293: Command line timeit.py sets sys.path... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Brett Cannon | Add docs for key_file and cert_file arguments for HTTPS... |
commit | commitdiff | tree | snapshot |
2003-05-20 |
Brett Cannon | Fixing the previous patch to have the changes be to... |
commit | commitdiff | tree | snapshot |
next |