2004-07-17 |
Tim Peters | Supply missing word in new datetime docs, aggravated... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Thomas Heller | The new distutils features justify a new version number... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Jack Jansen | The interpreter popup was never filled with any data... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Jack Jansen | Made preference window resizable (and do the most logic... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Jack Jansen | Cleaned up list of interpreters. |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Raymond Hettinger | Treat None as a constant. |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Jack Jansen | Fix for #779167: use InternetConfig proxy settings... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Jack Jansen | Don't hardcode "Python" as the framework name, we have... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Fix for #795649: explain how to use TextEdit for editin... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Fix for 838140: don't call NSUnlinkModule when we fail... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | After more than two years of puzzlement Jurjen Bos... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Raymond Hettinger | Apply VISIT macro. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | - Added a note about fixversions.py |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Call the correct tp_dealloc. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | _localemodule now needs to be linked with CoreFoundatio... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Andrew M. Kuchling | [Patch #982681] Apply this patch correctly; makes set_r... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | A script to fix version strings in .plist files. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Nicholas Bastin | Moved SunPro warning suppression into pyport.h and... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Allow overriding of bgen pathnames in an optional modul... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | The CF inheritance could cause double frees of the... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | CFStringGetUnicode() returned an extra null character... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Make CF module PEP253 based (finally). |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Moved PyMac_GetScript() to _localemodule, which is... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Jack Jansen | Get rid of incorrect use of OSAGetCurrentDialect. Fixes... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Andrew M. Kuchling | Typo fixes |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Andrew M. Kuchling | Add thread-local feature |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Andrew M. Kuchling | Correct a paragraph: basicConfig() isn't actually new |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Tim Peters | SF bug 990749: os constants missing |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Raymond Hettinger | Exercise Jim's VISIT macro. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Kurt B. Kaiser | Checking sys.platform for substring 'win' was breaking... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Hye-Shik Chang | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Tim Peters | s/it's/its/, s/NULL/NULL{}/, where appropriate. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Tim Peters | Formalize that the Py_VISIT macro requires that the... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Andrew M. Kuchling | Bump version; update date |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Raymond Hettinger | Improve examples for working with the context API. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Raymond Hettinger | Use threading.local() instead of threading.currentThread(). |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Raymond Hettinger | Factor out two unnecessary global variables. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Jim Fulton | Implemented thread-local data as proposed on python... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Jim Fulton | Summarized changes: threading.local, Py_CLEAR, Py_VISIT... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Jim Fulton | Documented the new Py_VISIT macro to simplify implement... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Jim Fulton | Implemented a new Py_CLEAR macro. This macro should... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Jim Fulton | Updated documentation to: |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Jim Fulton | Ported some features from zope: |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Raymond Hettinger | * Hide a loop induction variable that was inadvertantly... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Raymond Hettinger | * Rename "Signals" to "_signals" making it non-public. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Thomas Heller | Recompiled after source file changes. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Thomas Heller | Ignore some more build products. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Thomas Heller | Add a warning so that it isn't forgotten to recreate... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Thomas Heller | Don't complain that non-existant registry entries canno... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Michael W.... | This is Pete Shinners' patch from his bug report |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Guido van Rossum | - Bug #981530: Fix UnboundLocalError in shutil.rmtree... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Guido van Rossum | - Bug #981530: Fix UnboundLocalError in shutil.rmtree... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Brett Cannon | It helps when doing checks if something is in a tuple... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Fred Drake | clarify where \versionadded and \versionchanged should... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Tim Peters | Claifications: visit procs are supplied by the core... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Fred Drake | generalize a bit; no need to mention my user id directly |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Andrew M. Kuchling | Wordsmithing |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Brett Cannon | Fixes a bug in testing code handling .pth files that... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Brett Cannon | Add another point in the "Restrictions" section about... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Nicholas Bastin | Using repr() generates entries that the current stats... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Barry Warsaw | Updated my email address to something that works <wink>. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Brett Cannon | Fix test case for when time.tzname[0] is either UTC... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Vinay Sajip | Fixed minor bugs in the example configuration file |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Nicholas Bastin | Fix SF Bug #989066 |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Raymond Hettinger | Use set() instead of sets.Set() |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Raymond Hettinger | Small elaboration and typo fixes. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Raymond Hettinger | Add more known macros. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Michael W.... | this is patch |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Andrew MacIntyre | FreeBSD's services file contains an additional echo... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Anthony Baxter | install test/decimaltestdata as well |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Anthony Baxter | install test/decimaltestdata as well |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Vinay Sajip | Removed debugging print statements from TimedRotatingFi... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Anthony Baxter | another note for amk |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Tim Peters | Simplified the new get/get_nowait/put/put_nowait implem... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Tim Peters | Bug #788520: Queue class has logic error when non-blocking |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Tim Peters | SF patch 986010: add missing doc for datetime C API... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Brett Cannon | Remove tabs introduced in last commit. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Kurt B. Kaiser | Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Kurt B. Kaiser | Add FAQ on non-GNU make error. Update copyright date... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Fred Drake | Added documentation for the "smtpd" module. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Raymond Hettinger | Style nit. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Raymond Hettinger | Fix decimal write-up nits. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Raymond Hettinger | Minor improvements, fixups and wording changes everywhere. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Kurt B. Kaiser | Clarify requirement for GNU make |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Kurt B. Kaiser | Patch 851752 (fixes bug 820583) |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | SequenceMatcher(None, [], []).get_grouped_opcodes(... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | [Patch #947352 from Jason Andryuk] Add support for... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | Debug output is now printed to sys.stderr . |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | Fix minor error in example. |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | posixpath.realpath() now detects symlink loops and... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | Add PyArg_VaParseTupleAndKeywords(). Document this... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | [Patch #981794] Add support for Firefox/Firebird |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | [Patch 988444] |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | [Patch #965175] Incorporate a suggestion for a better... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | Change some declarations from ``char *`` to ``const... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | [Patch #909007] Enable a bunch of safe bug workarounds... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Andrew M. Kuchling | [Patch #945642] Fix non-blocking SSL sockets, which... |
commit | commitdiff | tree | snapshot |
2004-07-10 |
Brett Cannon | Clarify docs for inspect.getargspec() that the fourth... |
commit | commitdiff | tree | snapshot |
next |