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 |
2003-10-16 |
Thomas Heller | Typo found by Lokasz Pankowski: |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Raymond Hettinger | Fix typo found by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Raymond Hettinger | Let library modules use the new keyword arguments for... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Raymond Hettinger | * list.sort() now supports three keyword arguments... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Brett Cannon | Added Bjorn Pettersen for initial conversion of Lib... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Brett Cannon | Initial checkin of docs for Lib/platform.py . |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Jeremy Hylton | Open results files, which contain binary pickles, in... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Raymond Hettinger | SF bug #821701: reduce docs neglect a very important... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Neal Norwitz | SF #822262, Typo in Doc/api/intro.tex |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Brett Cannon | Add test__locale to expected skip list for Darwin. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Just van Rossum | fix for bug [819860]: make sure the buffer gets emptied... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Raymond Hettinger | Simplify and speedup uses of Py_BuildValue(): |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Raymond Hettinger | Extended tuple's C API to include a new function, PyTup... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Martin v. Löwis | Patch #810914: Return absolute path for mkstemp. Fixes... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Raymond Hettinger | Minor fixup. "Random" was listed twice in __all__. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Brett Cannon | Add mention of urlparse becoming RFC 2396 compliant. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Brett Cannon | (revision purely to add comment) |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Brett Cannon | (just for comment to fix previous commit comment) |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Brett Cannon | See rev. 1.250 for log message |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Brett Cannon | See rev. 1.42 for log message |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Brett Cannon | see rev. 1.13 for log message |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Raymond Hettinger | SF patch #819955: Erroneous \seemodule in tarfile... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Raymond Hettinger | Use the simpler and faster PyArg_UnpackTuple() instead of |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Raymond Hettinger | SF bug #820397: __nonzero__() returns 1/0 |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Fred Drake | add some information about using graphics with the... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Guido van Rossum | Ouch. Remove debug code containing obscenities. :-) |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Guido van Rossum | The fullmodname() function chopped off the first charac... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Thomas Heller | To build on windows, the manual editing of the python_n... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Barry Warsaw | TCPServer: Fixed typo in class docstring. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Barry Warsaw | TCPServer: Fixed typo in class docstring. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Guido van Rossum | Return a bool rather than an int from proxy_has_key(). |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Guido van Rossum | Fix leak introduced by previous typeobject.c checkin. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Guido van Rossum | SF patch #820195 by Wojtek Walczak (gminick at users... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Thomas Heller | Fix a typo, discovered by Joonas Paalasmaa. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Martin v. Löwis | Patch #817329: Use SC_OPEN_MAX to determine MAXFD.... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Jeremy Hylton | SF patch [ 816787 ] urllib2.URLError don't calll IOErro... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Jeremy Hylton | Fix for SF bug [ 817156 ] invalid \U escape gives 0... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Raymond Hettinger | Adopt Christian Stork's suggested argument order for... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Raymond Hettinger | SF bug #812202: randint is always even |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Anthony Baxter | two bugfixes |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Anthony Baxter | made the SGI INET_ADDRSTRLEN define apply for any compi... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Anthony Baxter | FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Barry Warsaw | GNUTranslations._parse(): Initialize local variable... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Jeremy Hylton | A helper to dump info about the current frame, |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin v. Löwis | Check for TclError when reading variables. Fixes #807314. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Fred Drake | - don't re-write a SourceForge authenticated CVS root... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Skip Montanaro | forgot the NEWS blurb about the change to csv.DictReader |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Skip Montanaro | tweak the docstring to not be so focused on 1.6. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Skip Montanaro | Make the fieldnames argument optional in the DictReader... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin v. Löwis | Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin v. Löwis | Patch #813445: Add missing socket.IPPROTO_IPV6. Backpor... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Martin v. Löwis | Patch #814764: Undefine xopen_source on OpenBSD 3.4... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Fred Drake | normalize whitespace |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Fred Drake | Make sure the trunk Makefile doesn't require mkhowto... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Thomas Heller | Release 2.3.2 (final) has a windows build number of 49. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Anthony Baxter | updated HPUX notes. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Gregory P.... | bsddb3 4.2.2, adds DBCursor.get_current_size() method... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Fred Drake | Various minor updates in the description of mkhowto. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Fred Drake | no longer assign into sys; "print chevron" is the way... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Fred Drake | We're long past worrying about Python versions older... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Fred Drake | Work around minor markup issue: we don't want markup... |
commit | commitdiff | tree | snapshot |
next |