2004-07-18 |
Tim Peters | Added a comment explaining the extern ugliness. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Changed the "predefinitions" of codec_list and mapping_... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Teach VC 7.1 about the new cjkcodecs structure. This... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Hye-Shik Chang | Bring CJKCodecs 1.1 into trunk. This completely reorga... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Oops! Restored the pickle test to test_pyclbr, but... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | The Darwin-specific getproxies_internetconfig() was... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Tim Peters | Temporarily add the Tcl/Tk bin directory to PATH, so... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Raymond Hettinger | Upgrade None assignment SyntaxWarning to a SyntaxError. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Hye-Shik Chang | Change CJK encoding aliases to their most popular varia... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Andrew M. Kuchling | Add a definition (found in the Debian patches for 2... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Hye-Shik Chang | SF #990497: Fix a trivial typo in sorted() example. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Andrew M. Kuchling | Minor edits |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Tim Peters | optimize_code(): Repaired gross error in new special... |
commit | commitdiff | tree | snapshot |
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 |
next |