2004-03-23 |
Brett Cannon | Replace code in urllib for basejoin (undocumented)... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | fix markup nits |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | add the distutils modules to the global modules list |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Guido van Rossum | Add runctx to __all__. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | give the document indexes |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | - use recommended Python style in examples (no spaces... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Bastin | Added command line options for profile.py - one for... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | merge Anthony Baxter's distutils API reference into... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Martin v. Löwis | Intern __name__. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Martin v. Löwis | Decref all if ensure_fromlist fails. Fixes #876533. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Anthony Baxter | Basic dependency checking. setup() has two new optional... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Martin v. Löwis | Patch #911176: Move test function into __main__ |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Fred Drake | convert from a howto to a manual |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | Lost reference. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Added global runctx function to profile to fix SF Bug... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | The fix in ceval.c 2.386 allows iteration-by-iteration... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | Fix SF bug #765624. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Fix (really) for tight loop line events |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Test for tight loop line event fix, SF bug #765624 |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Test for lack of implicit return line event |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | Fix for line events in the case: |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Hye-Shik Chang | Patch #871657: Set EDOM for `nan' return values on... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Anthony Baxter | New parser. Next up, making the current parser use... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Nicholas Bastin | Added configure check for broken poll() on some unix... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Tim Peters | SF bug 847019 datetime.datetime initialization needs... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Armin Rigo | Restored revision 2.87. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Brett Cannon | Change parse_qsl() to accept control-name's with no... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | Remove 'now' |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Tim Peters | PyTuple_New(): vrbl i no longer referenced, so removed... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Nicholas Bastin | Normalized files in test_unicode_file to eliminate... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Armin Rigo | This is the fastest I could get on Intel GCC. I kept... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Nicholas Bastin | Changed file.name to be the object passed as the 'name... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Part of patch #909005] Added map parameter for file_di... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Part of patch #909005] Repeating exception changed... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Part of patch #909005] Remove Mac code for writable |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Part of patch #909005] Set initial poll flags |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Part of patch #909005] Use True/False |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Hye-Shik Chang | Bug #920575: Add a workaround for GNU libc nl_langinfo... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Patch #900071] Be case-insensitive when removing ... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Part of patch #909005] Handle POLLPRI flag, and variou... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Patch #918212] Support XHTML's 'id' attribute, which... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Patch #905863] Support the CVS version of Tcl/Tk,... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | [Patch #850977] Detect Tcl/Tk libraries on FreeBSD... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Andrew M. Kuchling | Update URLs |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Nicholas Bastin | Moved tracebackobject to traceback.h, Closes SF Bug... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Raymond Hettinger | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Tim Peters | SF bug 917108: warnings.py does not define _test(). |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Raymond Hettinger | Add identity shortcut to PyObject_RichCompareBool. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Nicholas Bastin | Modified string.split documentation to reflect behaviou... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Tim Peters | recursive_isinstance(), recursive_issubclass(): New... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Just van Rossum | [693255] also back out corresponding NEWS item... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Skip Montanaro | concrete example of why retaining old objects is good |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Martin v. Löwis | Patch #853488: Tix hlist missing entryconfigure and... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Martin v. Löwis | Patch #853488: Add hlist entry_configure and entry_cget... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Neil Schemenauer | Remove unused instance attributes. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Raymond Hettinger | Improve byte coding for multiple assignments. |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Brett Cannon | Removed extra period from \versionchanged entry; macro... |
commit | commitdiff | tree | snapshot |
2004-03-21 |
Brett Cannon | Back out last patch that removed an entry from sys... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Brett Cannon | Deal with case of when locale time values has character... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Brett Cannon | Limit the nesting depth of a tuple passed as the second... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guido van Rossum | Fix for SF 780407. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Armin Rigo | Get rid of listextend_internal() and explain why the... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guido van Rossum | Fix for SF 777848. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Tim Peters | SF patch 508730 CGIHTTPServer execfile should save cwd |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Armin Rigo | Cancelled checkin, sorry. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Brett Cannon | Clarify docs on where .pth files can exist. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Armin Rigo | memset() hunt continuing. This is a net win. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Brett Cannon | Remove non-existent paths. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Armin Rigo | memset() with small memory sizes just kill us. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Brett Cannon | Fix how line endings were handled when iterating over... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guido van Rossum | Tweaked after following all these instructions. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Thomas Wouters | test_email: comment out two fail-test cases that no... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Tim Peters | Speed HMAC.copy() by installing a secret backdoor argum... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Armin Rigo | A 2% speed improvement with gcc on low-endian machines... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Guido van Rossum | GCC was complaining that 'value' in dictiter_iternextva... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Raymond Hettinger | SF bug #918371: hasattr()'s return type |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Thomas Wouters | Merge in Anthony's new parser code, from the anthony... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Tim Peters | Update copyright years, and change copyright.tex to... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Fred Drake | commit the portion of PyXML patch #919008 that is relev... |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Fred Drake | fix two typos that turned text into markup |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Tim Peters | Ignore oodles of MSVC-generated files. |
commit | commitdiff | tree | snapshot |
2004-03-20 |
Tim Peters | A helper for rt.bat, copied (but with path adjustment... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Fred Drake | PyFile_WriteObject(): some of the local variables... |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Skip Montanaro | Expand on the semantics of reload(). Closes #919099. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Raymond Hettinger | Factor out a double lookup. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Hye-Shik Chang | Add an entry for addition of the ptcp154 codec. |
commit | commitdiff | tree | snapshot |
2004-03-19 |
Hye-Shik Chang | Add a new unicode codec: ptcp154 (Kazakh) |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Raymond Hettinger | Make iterators length transparent where possible. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Raymond Hettinger | Improve deque iteration. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Raymond Hettinger | Add news entries for the dictionary optimizations. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Raymond Hettinger | Make the new dictionary iterators transparent with... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Hye-Shik Chang | Ignore error status codes occurred while compiling... |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Brett Cannon | Fix capitalization of title for subsection 2. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Raymond Hettinger | Optimize dictionary iterators. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Brett Cannon | Minor grammatical fixes. |
commit | commitdiff | tree | snapshot |
2004-03-18 |
Brett Cannon | Extremely minor typo fixed. |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Raymond Hettinger | Dictionary optimizations: |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Raymond Hettinger | Add missing decref |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Raymond Hettinger | Speedup the inner loops for dropwhile(), islice(),... |
commit | commitdiff | tree | snapshot |
2004-03-17 |
Skip Montanaro | The example files need to be opened with the "b" flag. |
commit | commitdiff | tree | snapshot |
next |