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 |
2003-09-30 |
Fred Drake | Fix stupid style bug in a second place. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Fred Drake | Fix stupid style bug. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Anthony Baxter | workaround for OpenBSD compiler bug w.r.t. handling... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Steve Purcell | Removed redundant 'return' statement. (Issue 813159) |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Anthony Baxter | added 2.3.2 |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Fred Drake | Update to match the version used to build the 2.3.2c1... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Fred Drake | - change computation of VERSION to use tools/getversion... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Fred Drake | Make the embedded hyperlinks work. |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Fred Drake | - update pkglist.html more frequently, and explain... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Fred Drake | Update the list of directories passed to py2texi.el... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Fred Drake | Make the "path math" more robust, and support both... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Gregory P.... | Use a threadsafe private DBEnv for each bsddb compatibi... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | Load the version information from ../Include/patchlevel... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Raymond Hettinger | * Fix markup. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Thomas Heller | The windows build number for 2.3.2c1 is 48 |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Thomas Heller | re.sub expands escape sequences in it's second argument. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Thomas Heller | Typo: documnetation -> documentation |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | Lots of markup corrections. Some are minor, but others... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | Make sure LaTeX2HTML's $TEXINPUTS variable is initializ... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Anthony Baxter | fix for bug #811160 - autoconf vs. hp/ux system header... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | update one more reference to a file that moved from... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | Adjust the organization a bit and update some of the... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | add commontex/ to the list of directories described... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | point to the new location of the license information |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | Move content input files shared among the documents... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | - use string methods |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Fred Drake | Fix the most recent change to the invocation of the... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Raymond Hettinger | Fix spelling and add markup. |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Andrew M. Kuchling | [Bug #812936] Correct the documentation for RotatingFil... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Fred Drake | define a variable to specify the mkhowto program itself... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Skip Montanaro | Typo. HAVE_SYNC -> HAVE_FSYNC |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Skip Montanaro | Type. HAVE_SYNC -> HAVE_FSYNC |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Skip Montanaro | Typo: HAVE_SYNC -> HAVE_FSYNC |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Thomas Heller | Typo: sys.prefex -> sys.prefix |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Skip Montanaro | Add a glossary to the tutorial. Also generate an index... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Skip Montanaro | first cut at a glossary |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Fred Drake | - update to reflect that base classes can be class... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Raymond Hettinger | Fix whitespace in example |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Raymond Hettinger | Fix typo in the comments. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Raymond Hettinger | Add more identity tests. |
commit | commitdiff | tree | snapshot |
next |