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 |
2004-03-03 |
Sjoerd Mullender | Fixed invalid syntax. |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Skip Montanaro | typo |
commit | commitdiff | tree | snapshot |
2004-03-03 |
Raymond Hettinger | Added license notices that are required to be included... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
Brett Cannon | Have strftime() check its time tuple argument to make... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Raymond Hettinger | Replace left(), right(), and __reversed__() with the... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
Skip Montanaro | Add pystack definition to Misc/gdbinit with some explan... |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Neal Norwitz | Make deque_type static so namespace is not polluted. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Neal Norwitz | Cleanup: remove test file after it is used. |
commit | commitdiff | tree | snapshot |
2004-02-29 |
Raymond Hettinger | Improvements to collections.deque(): |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Jack Jansen | - Allow easy opening of experimental database, if pimp... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Jack Jansen | getDefaultDatabase() should be a toplevel function... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Jack Jansen | Started on version 0.4: better scheme for finding corre... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Vinay Sajip | Minor documentation changes |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Neal Norwitz | Use versionadded for new features |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Neal Norwitz | Get rid of unused variable |
commit | commitdiff | tree | snapshot |
2004-02-28 |
Neal Norwitz | Add version changed/added to doc |
commit | commitdiff | tree | snapshot |
2004-02-27 |
Raymond Hettinger | Speed-up the joiner call by avoiding Py_BuildValue(). |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Christian Tismer | made cPickle fall back to the copy_reg/reduce protocol, |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Marc-André... | Ignore sizehint argument. Fixes SF #844561. |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Michael W.... | Oops, didn't mean to commit the removal of float_compare! |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Michael W.... | Pass a variable that actually exists to PyFPE_END_PROTE... |
commit | commitdiff | tree | snapshot |
2004-02-26 |
Gregory P.... | Fixes SF bug # 778421 |
commit | commitdiff | tree | snapshot |
next |