2003-11-06 |
Raymond Hettinger | Implement and apply PEP 322, reverse iteration |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Neil Schemenauer | Add traceback.format_exc(). |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Jeremy Hylton | Make undetected error on stack unwind a fatal error. |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Anthony Baxter | missing news entry |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Gregory P.... | * SF patch 835100 - C++ // comments are not allowed... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Jeremy Hylton | Fix compiler warning about possible use of n without... |
commit | commitdiff | tree | snapshot |
2003-11-03 |
Gregory P.... | * Use weakref's of DBCursor objects for the iterator... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Raymond Hettinger | SF patch #834444: add versionadd to new functions |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Raymond Hettinger | SF patch #834015: Remove imports of unused modules |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Gregory P.... | * Fix the singlethreaded deadlocks occurring in the... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Gregory P.... | Fix a tuple memory leak when raising DB, DBEnv and... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
Raymond Hettinger | Use PyTuple_Pack() to simplify enumerate(). |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Andrew M. Kuchling | [Bug #817178] Fix incorrect arguments in example, noted... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #833710: Set INSTSONAME on Solaris. Backported... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #830858: Correct the number of is-functions.... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #628301: Update installer to |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #531629: Add multicall support. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #785689: Use basename in usage. Backported to... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #787189: Explicitly define CTRL on SGI. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #: Add POP3 over SSL support. |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Martin v. Löwis | Patch #788404: ignore "b" and "t" mode modifiers in... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Brett Cannon | Minor grammatical fix. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Raymond Hettinger | Update test to include "sorted" in dir(list). |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Raymond Hettinger | Add list.sorted() classmethod. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Raymond Hettinger | SF bug #827902: ctime is not creation time |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Neal Norwitz | SF #775057, fix IDLE problem in about dialog |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Skip Montanaro | note db2pickle/pickle2db tweaks |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Skip Montanaro | allow dump/load of gdbm files |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Armin Rigo | Fixed dis.disassemble_string(). |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Armin Rigo | Documented gc.get_referrers() as dangerous. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Armin Rigo | Deleting cyclic object comparison. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Raymond Hettinger | Fix nits in error messages. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Raymond Hettinger | SF bug #827902: ctime is not creation time |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Andrew M. Kuchling | Docstring fix: XHTML 1.0 entities are supported |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Andrew M. Kuchling | Fix inaccuracy: all entities from XHTML 1.0 are support... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Martin v. Löwis | Patch #803998: Correctly check for error in SSL_write. |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Martin v. Löwis | Patch #817854: Add missing operations for SSLFile.... |
commit | commitdiff | tree | snapshot |
2003-10-27 |
Raymond Hettinger | Fix Greg Ward's error message nit: PyObject_SetItem... |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Raymond Hettinger | Document that varlist can be NULL. |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Steve Purcell | Another instance of the same typo. |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Raymond Hettinger | Replace the window() example with pairwise() which... |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Raymond Hettinger | Minor improvements to itertools.tee(): |
commit | commitdiff | tree | snapshot |
2003-10-26 |
Steve Purcell | Incorporated patch 819077, from George Yoshida: |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Alex Martelli | regressing the performance bugfix -- Guido wants the... |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Armin Rigo | oh dear. Wrong manipulation. Committed a version of... |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Armin Rigo | Made function declaration a proper C prototype |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Neal Norwitz | SF #829941, update tutorial, built-in types can be... |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Alex Martelli | document the performance fix to builtin_sum(). |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Alex Martelli | Changed builtin_sum to use PyNumber_InPlaceAdd (same... |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Raymond Hettinger | Use PyArg_UnpackTuple() where possible. |
commit | commitdiff | tree | snapshot |
2003-10-25 |
Raymond Hettinger | Improvements to coding for itertools.tee(): |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Martin v. Löwis | Patch #812378: Normalize white space. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Martin v. Löwis | Patch #828384: Don't discard nested exception in AddObject. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Andrew M. Kuchling | [Patch #772077 from Tim Rice] Fix for compiling the... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Andrew M. Kuchling | [Bug #822668] tarfile raises an exception if the tarfil... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Armin Rigo | Fixed bug introduced in revision 1.27 |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Walter Dörwald | Fix a bug in the memory reallocation code of PyUnicode_... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Raymond Hettinger | Added itertools.tee() |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Guido van Rossum | - The pwd module incorrectly advertised its struct... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Andrew M. Kuchling | Record an item I missed and bump the version number... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Martin v. Löwis | Patch #813200: Quote executable path on Windows. Fixes... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Fred Drake | - add "Why is Python installed on my computer?" as... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Guido van Rossum | Remove unneeded import. |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Raymond Hettinger | Replace a reduce() with sum(). |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Andrew M. Kuchling | Add docstring |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Andrew M. Kuchling | [Part of patch #648322] Delete the poll2() function... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Andrew M. Kuchling | [Bug #809174] loads() and dumps() not documented |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Andrew M. Kuchling | [Bug #758241] When you use asyncore with a non-default... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Fred Drake | Avoid confusing name for the 3rd argument to str.replace(). |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Raymond Hettinger | Don't make promises about about the visibility of the... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Jeremy Hylton | Removing bogus Py_DECREF() reported by Armin Rigo ... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Jeremy Hylton | Fix indentation. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Jeremy Hylton | Apply patch 823328 -- support for rfc 2617 digestion... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | - make this section format |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | add missing dependency |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | markup fixes; this would not format |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | ConfigParser.items() and SafeConfigParser.items() no... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | Make both items() methods return lists; one had changed... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | Note the update to Expat 1.95.7. |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | Provide a bit more information to the compiler when... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Fred Drake | Update to Expat 1.95.7; there are no changes to the... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Andrew M. Kuchling | Add some more items |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Andrew M. Kuchling | Document list.sort() changes |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Guido van Rossum | Show microseconds, milliseconds or seconds, whichever... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Guido van Rossum | Use 'predicate = bool' as the default predicate for... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Walter Dörwald | Fix a bunch of typos in documentation, docstrings and... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brett Cannon | Modify the Py_RETURN_* macros to be of the form ``do... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brett Cannon | Modified the Py_RETURN_* macros by having the statement... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Brett Cannon | Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Martin v. Löwis | Patch #823259: Update spec file: |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Martin v. Löwis | Make CObjects mutable. Fixes #477441. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Martin v. Löwis | Patch #821093: Fix various typos. |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Martin v. Löwis | Patch #792869: Clarify error message for parameters... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Gustavo Niemeyer | Removing dead code. |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Gustavo Niemeyer | Fixed \versionadded for the (?(id/name)yes|no) expressi... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Martin v. Löwis | Patch #822994: Consolidate tests for self.closed. |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Martin v. Löwis | Patch #825679: Clarify semantics of .isfoo on empty... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Martin v. Löwis | Patch #809535: Mention behaviour of seek on text files... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Gustavo Niemeyer | Implemented non-recursive SRE matching. |
commit | commitdiff | tree | snapshot |
next |