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 |
2003-05-20 |
Brett Cannon | Fix docstrings for __(get|set|del)slice__ to mention... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Kurt B. Kaiser | Fix race exposed by 2.4 GHz XP box: Don't tear down... |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Martin v. Löwis | Only return objects if wantobjects is set in GetVar. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Skip Montanaro | * Correct Sniffer doc to correspond to the implementation. |
commit | commitdiff | tree | snapshot |
2003-05-19 |
Kurt B. Kaiser | Let Python inform the user what went wrong with the... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Martin v. Löwis | Only encode Unicode objects when printing them raw. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Martin v. Löwis | Consider \U-escapes in raw-unicode-escape. Fixes #444514. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Walter Dörwald | Fix array.array.insert(), so that it treats negative... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Brett Cannon | To be on the safe side, backed out any questionable... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Tim Peters | Added more words about the abuse of the tp_alloc nitems... |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Kurt B. Kaiser | Whitespace Normalization |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Kurt B. Kaiser | Whitespace Normalization |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Walter Dörwald | Add another error case to the insert test. |
commit | commitdiff | tree | snapshot |
2003-05-18 |
Walter Dörwald | Port test_array and test_winsound to PyUnit. Enhance... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt B. Kaiser | Show Freddy the mirror |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Raymond Hettinger | User cStringIO instead of StringIO. |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Brett Cannon | Revert some changes back to dict.items made in a previo... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tim Peters | datetime.timedelta is now subclassable in Python. ... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tony Lownds | Added icon for IDLE on OS X |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Samuele Pedroni | minor fix, jython-only. Don't asssume stdout to save... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Tim Peters | datetime.datetime and datetime.time can now be subclass... |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt B. Kaiser | Nigel Rowe's Patch |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Kurt B. Kaiser | Noam Raphael's patch. |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Skip Montanaro | simpler temp dir cleanup |
commit | commitdiff | tree | snapshot |
2003-05-17 |
Samuele Pedroni | beefed up version: jython support, covers now fixed... |
commit | commitdiff | tree | snapshot |
next |