2004-07-19 |
Neal Norwitz | Don't try to create the directory if it already exists... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Record that FCNTL.py has gone away; remove FCNTL hack... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Andrew M. Kuchling | Remove FCNTL.py, following python-dev discussion |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | test_sf_950057's gen1() used an assert statement, which... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Whitespace normalization. Had to break guido's lock... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Hye-Shik Chang | Teach VC6 project file about the new cjkcodecs structure. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Hye-Shik Chang | Replace an extern magic to assigning declared pointer... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Hye-Shik Chang | Oops -kb bit had been in my CVS/Entries. Converting... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Hye-Shik Chang | cjkcodecs/mapdata_*.c are removed by the recent import... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Hye-Shik Chang | Remove unused CNS-11643 mapping which shouldn't merged... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Repair bizarre generated Python. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Ignore more encoding input files. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Ignore input files for encoding tests (these aren't... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Whitespace normalization, via reindent.py. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Whitespace normalization, via reindent.py. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Whitespace normalization. Ran reindent.py over the... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | WTF is with this script? It contained illegal syntax... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Woo hoo! All the encoding tests pass on Windows (... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | Repair MS compiler warning about signed-vs-unsigned... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Tim Peters | More cjkcodecs recovery: Python at least compiles... |
commit | commitdiff | tree | snapshot |
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 |
next |