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 |
2004-03-16 |
Gregory P.... | * supply a more useful error message when append()... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Gregory P.... | bugfix for people executing test_all to run the test... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Gregory P.... | fixes SF bug 914019 - DB.has_key was not honoring its... |
commit | commitdiff | tree | snapshot |
2004-03-16 |
Kurt B. Kaiser | 1. Make builtin foreground Royal Purple instead of... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Raymond Hettinger | Fix typos and add some elaborations |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Walter Dörwald | Port test_binascii.py to PyUnit and enhance tests. |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Raymond Hettinger | Revert last change. Found an application that was... |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Kurt B. Kaiser | 1. Bug in Patch 805830 fixed by Nigel Rowe |
commit | commitdiff | tree | snapshot |
2004-03-15 |
Raymond Hettinger | Eliminate an unnecessary test on a common code path. |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Raymond Hettinger | Add missing docstrings. |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Raymond Hettinger | list_resize() now has an "exact" option for bypassing... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Raymond Hettinger | SF feature request #686323: Minor array module enhance... |
commit | commitdiff | tree | snapshot |
2004-03-14 |
Raymond Hettinger | Update the array overallocation scheme to match the... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Jack Jansen | Two issues spotted by Ronald OUssoren: |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Jack Jansen | Don't use "dict" as a variable, it shadows the builtin... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Skip Montanaro | compile.h and eval.h weren't being included which kept... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Jack Jansen | Force option should be applied to a single package... |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Raymond Hettinger | SF patch #906501: Fix typos in pystate.h comments |
commit | commitdiff | tree | snapshot |
2004-03-13 |
Raymond Hettinger | SF patch #911431: robot.txt must be robots.txt |
commit | commitdiff | tree | snapshot |
next |