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 |
2004-03-13 |
Raymond Hettinger | SF bug #910986: copy.copy fails for array.array |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Raymond Hettinger | Make PySequence_Fast_ITEMS public. (Thanks Skip.) |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Raymond Hettinger | LIST_APPEND is predicably followed by JUMP_ABSOLUTE. |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Raymond Hettinger | * Eliminate duplicate call to PyObject_Size(). |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Raymond Hettinger | Move the code for BREAK and CONTINUE_LOOP to be near... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Raymond Hettinger | Speedup for-loops by inlining PyIter_Next(). Saves... |
commit | commitdiff | tree | snapshot |
2004-03-12 |
Raymond Hettinger | Use a new macro, PySequence_Fast_ITEMS to factor out... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Jack Jansen | - Added a downloader using urllib2 in stead of curl... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Raymond Hettinger | Now that list.extend() is at the root of many list... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Raymond Hettinger | Eliminate a big block of duplicate code in PySequence_L... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Raymond Hettinger | list_inplace_concat() is now expressed in terms of... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Neil Schemenauer | Make buffer objects based on mutable objects (like... |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Neil Schemenauer | Document one of the many problems with the buffer object. |
commit | commitdiff | tree | snapshot |
2004-03-11 |
Neil Schemenauer | Rename static functions, they should not have the _Py... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Neil Schemenauer | Make test_coercion.py less sensitive to platform fp... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Raymond Hettinger | Use memcpy() instead of memmove() when the buffers... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Raymond Hettinger | Tidied up the implementations of reversed (including... |
commit | commitdiff | tree | snapshot |
2004-03-10 |
Raymond Hettinger | Eliminate the double reverse option. It's only use... |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Raymond Hettinger | Optimize inner loops for subscript, repeat, and concat. |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Raymond Hettinger | Optimize slice assignments. |
commit | commitdiff | tree | snapshot |
2004-03-09 |
Hye-Shik Chang | SF Patch #912462: Relocate \end tag to the right place. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | Refactor and optimize code for UNPACK_SEQUENCE. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Brett Cannon | Remove calls to currentThread() in _Condition methods... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | The copy module now handles sets directly. The __copy_... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | SF patch #907403: Improvements to cStringIO.writelines() |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | SF patch #907403: Improvements to cStringIO.writelines() |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Kurt B. Kaiser | Add a highlight theme for builtin keywords. Python... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Vinay Sajip | Removed spurious import statement |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | Optimize tuple_slice() and make further improvements... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | Refactor the copy dispatcher code in copy.py. Simplifi... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | Small optimizations for list_slice() and list_extend_in... |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Raymond Hettinger | Factor out code common to PyDict_Copy() and PyDict_Merge(). |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Brett Cannon | Deal with possible case of having time.tzname[1] contai... |
commit | commitdiff | tree | snapshot |
2004-03-07 |
Raymond Hettinger | SF patch #910929: Optimize list comprehensions |
commit | commitdiff | tree | snapshot |
2004-03-05 |
Skip Montanaro | update version at top of file |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Raymond Hettinger | SF #904720: dict.update should take a 2-tuple sequence... |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Raymond Hettinger | Special case endpoint access for speed. |
commit | commitdiff | tree | snapshot |
2004-03-04 |
Hye-Shik Chang | SF Patch #902444: Use process scope thread on FreeBSD... |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Skip Montanaro | * explain flags in doc strings |
commit | commitdiff | tree | snapshot |
next |