2002-12-02 |
Guido van Rossum | Require 'largefile' resource for Mac OSX as well. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Guido van Rossum | On Max OSX, try increasing the stack limit to 2048... |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Kurt B. Kaiser | Remove dead code in get_stack(). |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Neal Norwitz | Fix SF # 646578, Documentation Typo |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Kurt B. Kaiser | Fix beep. |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Neal Norwitz | Remove unused variable |
commit | commitdiff | tree | snapshot |
2002-12-02 |
Skip Montanaro | correct wording of comments about old bsddb (now bsddb1... |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Just van Rossum | - reworked the object unpacking code, now supports... |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Just van Rossum | The new imp.[gs]et_frozenmodules() will be utterly... |
commit | commitdiff | tree | snapshot |
2002-12-01 |
Andrew M. Kuchling | Add ossaudiodev; fix typo |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Greg Ward | Expunge any remaining mentions of linuxaudiodev --... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Greg Ward | Rename LinuxAudioError to OSSAudioError ('ossaudiodev... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Greg Ward | Added mode 'rw' for full-duplex (play and record at... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Greg Ward | * Don't put the device in non-blocking mode at open... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Greg Ward | ossaudiodev -- Python interface to the OSS (Open Sound... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Just van Rossum | - found a case where sys.path[0] isn't set to Contents... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Cleanup: |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Remove unused import |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Convert string exceptions to classes, string exceptions... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Convert some more 1/0 to True/False |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Add missing self for method call |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Port Martin von Loewis checkin from Python: |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Neal Norwitz | Port Martin von Loewis checkin from python: Support... |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Ka-Ping Yee | getdoc(): |
commit | commitdiff | tree | snapshot |
2002-11-30 |
Jack Jansen | Lots of minor tweaks for the pep252 checkins, mainly... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Jack Jansen | Build _AE too. |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Jack Jansen | Converted the Carbon modules to use PEP252-style object... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Kurt B. Kaiser | Correct an error introduced at Rev 1.30. The keyword... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Just van Rossum | Forgot to do os.path.basename() on mainprogram: a nonwo... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Just van Rossum | Slightly improved version of patch #642578: "Expose... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Just van Rossum | added Thomas H's LOADER code for importing extension... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Andrew M. Kuchling | Fix mode on scripts to have the read bit set (noted... |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Andrew M. Kuchling | Fix value of 'propagate' (noted by Chris Reedy) |
commit | commitdiff | tree | snapshot |
2002-11-29 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Jack Jansen | Fixed two silly bugs in the PEP252 support code, added... |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Just van Rossum | fixed typo and wrapping |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Just van Rossum | - Rewrote bootstapping code in sh so we're really indep... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Greg Ward | Allow the device name to be passed to linuxaudiodev... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Neal Norwitz | Add missing decref |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Andrew M. Kuchling | Mention dict.fromkeys() |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Andrew M. Kuchling | Update e-mail address |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Michael W.... | Nudge getting __module__ and __name__ for new-style... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Neal Norwitz | SF #641170, reST version of Lib/test/README |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Michael W.... | I don't know why staring at the email to python-checkin... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Michael W.... | Readjustments to the way we cope with exceptions from... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Andrew M. Kuchling | [Part of patch #641685] Add .dylib as an extension... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Andrew M. Kuchling | [Patch #641685] setup.py contained code for finding... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Andrew M. Kuchling | Bug #643631: MacOS 9 details missing from inst.tex |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Guido van Rossum | Rephrase dict.fromkeys() news. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Michael W.... | I had the inheritance cycle stuff backwards. Oops! |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Martin v. Löwis | Patch #639112: fixes for None locale and tz. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Raymond Hettinger | Bring UserDict in-sync with changes to dict. |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Raymond Hettinger | SF Patch 643443. Added dict.fromkeys(iterable, value... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Fred Drake | Clarify the interpretation of the __getstate__() return... |
commit | commitdiff | tree | snapshot |
2002-11-27 |
Guido van Rossum | The MRO conflict error message depends on dictionary... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Fred Drake | Add missing dependency information for the "What's... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Avoid including tclInt.h. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Fred Drake | Noted the support for resource exclusion for regrtest... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Fred Drake | Add a way to say "use any resource except A". For... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Rename want_objects to wantobjects throughout, for... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Fred Drake | Use "is" to test type objects, not "==". |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Gustavo Niemeyer | * Doc/ref/ref5.tex |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Michael W.... | Initialize a variable. Hope this makes things work... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Andrew M. Kuchling | Fix for bug #410541: bdist builds bogus .zips |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Andrew M. Kuchling | Part of the fix for bug #410541: add ensure_relative... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Michael W.... | This is not part of my patch |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Michael W.... | This is my patch: |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Just van Rossum | refactor universal line endings detection |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Report Tkinter changes. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Patch #518625: Return objects in Tkinter. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Martin v. Löwis | Patch #632973: Implement _getdefaultlocale for OS X. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Thomas Heller | Polish some bits to silence pychecker. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Thomas Heller | Don't look for modules in the registry any longer. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Just van Rossum | added support for building standalone applications |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Guido van Rossum | A tweaked version of Jeremy's patch #642489, to produce... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Guido van Rossum | A tweaked version of Jeremy's patch #642489, to produce... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Tim Peters | Added Marius Gedminas, for contributions to the datetim... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Raymond Hettinger | SF 643115: Set._update() had a special case for dictio... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Thomas Heller | Add a note that this file should be kept compatible... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Gustavo Niemeyer | * libbz2.tex |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Walter Dörwald | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Gustavo Niemeyer | Fixed bug |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Jack Jansen | Added a class PEP252Mixin. By adding this to your Objec... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andrew M. Kuchling | Remove \module{} in link text to avoid HTML generation bug |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andrew M. Kuchling | Remove extra word |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Michael W.... | James Henstridge pointed out a misleading comment. |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Andrew M. Kuchling | Mention that .pth files can't be used to override stand... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Jack Jansen | Lots of restructuring, mostly suggested by Bill Bumgarn... |
commit | commitdiff | tree | snapshot |
2002-11-25 |
Martin v. Löwis | Add unidata_version. Bump generator version number. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Just van Rossum | Don't disable building Mac-specific modules for a non... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Martin v. Löwis | Regenerate from Unicode 3.2.0 to include all First... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Martin v. Löwis | Sort names independent of the Python version. Fix hex... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Repaired inaccuracies in the % docs. In particular... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Reduced memory burden by iterating over the normalizati... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Fiddled things so that test_normalization is expected... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Martin v. Löwis | Delete bsddb from sys.modules if _bsddb cannot be imported. |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Skip test_normalization on Windows until it's at least... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
Tim Peters | Split long line. |
commit | commitdiff | tree | snapshot |
next |