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 |
2004-02-24 |
Hye-Shik Chang | Make _spawn_posix be ready for EINTR. waitpid(2) can... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Jack Jansen | kLsUnknownType and kLSUnknownCreator were ints in stead... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Jack Jansen | Setup file to allow the QuickTime for 2.4 to be compiled |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Fred Drake | fix typo in reference to RFC 3464 DSN MIME type |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Jeremy Hylton | Fix two bugs in the new do_open() implementation for... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
Fred Drake | fix English usage error reported by Ken Fuchs |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Jeremy Hylton | Reflow long line. |
commit | commitdiff | tree | snapshot |
2004-02-23 |
Marc-André... | Fix wrong character mapping in koi8_u: SF bug #902501. |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Vinay Sajip | Added close() (which flushes) to BufferingHandler and... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Vinay Sajip | Handler close() functions call flush() [SF #901330] |
commit | commitdiff | tree | snapshot |
2004-02-21 |
Samuele Pedroni | adding passing test. testing for g(*Nothing()) where... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | Use the right wininstXX.exe, depending on |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | wininst-6.exe and wininst-7.1.exe are in CVS, so that... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | wininst.exe is no longer used - we now need wininst... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | Solution and project file to build wininstXX.exe with... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | To avoid problems with conflicting dlls, the windows... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | Recompiled the binary wininst.exe. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Thomas Heller | Patch #892660 from Mark Hammond, for distutils bdist_wi... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Vinay Sajip | Socket handler closed prior to end of test. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Vinay Sajip | Copyright year & version number/version date changes. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Vinay Sajip | Copyright year change. |
commit | commitdiff | tree | snapshot |
2004-02-20 |
Vinay Sajip | Copyright year change. |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Fred Drake | - "Mac OS" should always include the space |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Fred Drake | - according to Apple's publication style guide, yes... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Fred Drake | use API documentation style for the descriptions of... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Fred Drake | minor markup improvements |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Michael W.... | "Fix" (for certain configurations of the planets, including |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Guido van Rossum | Fix two small bugs: (1) on Windows, pathname munging... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Raymond Hettinger | Keep the list.pop() optimization while restoring the... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Neal Norwitz | Remove gcc warning from using "main". Use METH_NOARGS... |
commit | commitdiff | tree | snapshot |
2004-02-19 |
Neal Norwitz | Get test to work when run from regrtest (add test_main... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
David Ascher | Implementation of patch 869468 |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Fred Drake | commentary about how bad ConfigParser is doesn't help... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Jeremy Hylton | Oops. Return -1 to distinguish error from empty dict. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Raymond Hettinger | Double the speed of list.pop() which was spending most... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Raymond Hettinger | Mention the optimization of list.extend(). |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Fred Drake | markup correction |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Anthony Baxter | Make socketmodule compile again on a modern Linux ... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Neal Norwitz | Fix docstrings to mention the correct function |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin v. Löwis | Patch #892673: Replace /usr/local/bin/python with |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin v. Löwis | Patch #711838: Allow non-anonymous ftp urls in urllib2. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin v. Löwis | Patch #893566: Document that tp_dealloc may be called... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Martin v. Löwis | Patch #817379: Allow for absolute ftp paths. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Neil Schemenauer | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Raymond Hettinger | * Moved the responsibility for emptying the previous... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Raymond Hettinger | Refactor list_extend() and list_fill() for gains in... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Raymond Hettinger | Fine tune the speed/space trade-off for overallocating... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Raymond Hettinger | Fix missing return value. Spotted by Neal Norwitz |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Gustavo Niemeyer | - Fixing annoying warnings. |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Gustavo Niemeyer | - Fixed #853061: allow BZ2Compressor.compress() to... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Raymond Hettinger | Lists are measured in elements not bytes. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Fred Drake | further testing indicates that the simplified version... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Raymond Hettinger | * Note list optimizations |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Raymond Hettinger | Optimize list.pop() for the common special case of... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Raymond Hettinger | * Optimized list appends and pops by making fewer calls... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
Hye-Shik Chang | We have cp932 support in standard distribution now... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
Fred Drake | use existing test object instead of defining a new... |
commit | commitdiff | tree | snapshot |
next |