| 2002-10-28 |
Fred Drake | Chapter titles that get split over multiple lines in... |
commit | commitdiff | tree | snapshot |
| 2002-10-26 |
Raymond Hettinger | Clarify packages in tutorial. Closes SF bug #616211. |
commit | commitdiff | tree | snapshot |
| 2002-10-25 |
Jack Jansen | Backport of 1.25: |
commit | commitdiff | tree | snapshot |
| 2002-10-25 |
Jack Jansen | Backport of 1.5: |
commit | commitdiff | tree | snapshot |
| 2002-10-25 |
Fred Drake | - The "-" format flag overrides the "0" flag, not the... |
commit | commitdiff | tree | snapshot |
| 2002-10-24 |
Fred Drake | Correct the description of PyErr_Restore(). |
commit | commitdiff | tree | snapshot |
| 2002-10-24 |
Fred Drake | Relocate an index entry so named anchors are not genera... |
commit | commitdiff | tree | snapshot |
| 2002-10-24 |
Fred Drake | Update an example to use the DOM implementation object... |
commit | commitdiff | tree | snapshot |
| 2002-10-23 |
Fred Drake | Deal with a FAQ: |
commit | commitdiff | tree | snapshot |
| 2002-10-22 |
Fred Drake | Moved description of _urlopener adjacent to the related... |
commit | commitdiff | tree | snapshot |
| 2002-10-22 |
Fred Drake | Yes, we have moved past 2.2.2. |
commit | commitdiff | tree | snapshot |
| 2002-10-22 |
Fred Drake | Work around the fact that "maint" alone is a symlink... |
commit | commitdiff | tree | snapshot |
| 2002-10-22 |
Fred Drake | Describe __path__ along with the rest of the package... |
commit | commitdiff | tree | snapshot |
| 2002-10-22 |
Fred Drake | Clarified the error cases and Unicode handling of PyStr... |
commit | commitdiff | tree | snapshot |
| 2002-10-22 |
Fred Drake | Clarify what versions of Windows are supported, and... |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Fred Drake | Fix markup for tilde in URL. |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Fred Drake | Fix reference to the Fetchmail FAQ: |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Fred Drake | Fix markup for tilde in URL. |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Fred Drake | Added cross-references to related material on exceptions. |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Fred Drake | Added cross-references to related material on exceptions. |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Fred Drake | Backport Neal Norwitz's patch from revision 1.14: |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Guido van Rossum | Fix (real! :-) memory leaks in half_cmp and half_binop. |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Guido van Rossum | Sigh. That wasn't a memory leak, that was Guido commit... |
commit | commitdiff | tree | snapshot |
| 2002-10-18 |
Guido van Rossum | Backport of 2.183: |
commit | commitdiff | tree | snapshot |
| 2002-10-17 |
Neal Norwitz | Add new encoding for Ukrainian Cyrillic |
commit | commitdiff | tree | snapshot |
| 2002-10-17 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2002-10-16 |
Fred Drake | Document urldefrag(). |
commit | commitdiff | tree | snapshot |
| 2002-10-16 |
Fred Drake | Added missing entries to __all__. |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.2.2 |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | News about last-minute fix for SF bug 620705 (urlparse). |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | Backporting urlparse.py:1.34, test_urlparse.py:1.8: |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Barry Warsaw | I'd forgotten that tcsh was the default for 10.1, but... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Barry Warsaw | I'd forgotten that tcsh was the default for 10.1, but... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Barry Warsaw | Add a note about how to successfully complete the tests... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Barry Warsaw | There was a typo in the MacOSX section regarding the... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Barry Warsaw | Backport bugfix microrelease of email 2.4.3 from cvs... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | Added all the non-doc news for 2.2.2 (final). |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | Add boilerplate for 2.2.2 final. (Will add actual... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Tim Peters | Update version strings in Windows installer for 2.2.2. |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Tim Peters | Update FIELD3 of Windows 64-bit binary version # for... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Tim Peters | Update Windows buildno for 2.2.2 final. |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Tim Peters | Update list of Windows buildnos for 2.2.2 final. |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Fred Drake | Update release information for 2.2.2 final. |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | Bump release version to 2.2.2 -- the final release... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | Bump release version to 2.2.2 -- the final release... |
commit | commitdiff | tree | snapshot |
| 2002-10-14 |
Guido van Rossum | Add finditer to __all__ (when defining it at all). |
commit | commitdiff | tree | snapshot |
| 2002-10-12 |
Fred Drake | Fix tildes in URLs. Closes SF bug #614821. |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Guido van Rossum | Darn! Don't divide by zero. Bad fix. :-) |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Neal Norwitz | Backport 1.34. |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Neal Norwitz | Backport 2.34. SF #621948, update docstring for md5... |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Guido van Rossum | Backport listobject.c 2.137 and tupleobject.c 2.75: |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Raymond Hettinger | Clarify impending deprecation of the floor div operator... |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Guido van Rossum | Backport 2.193: |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Tim Peters | SF bug 621507: python22.dll incorrect "File version". |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Tim Peters | Backporting a new file from 2.3 needed to worm around... |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Jack Jansen | Added a debug target for PythonCoreCarbon |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Guido van Rossum | Backport stringobject.c 2.194 and unicodeobject.c 2... |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Guido van Rossum | New in 2.2.2! |
commit | commitdiff | tree | snapshot |
| 2002-10-11 |
Guido van Rossum | Backport the relevant part of 2.192: |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Jack Jansen | Updated for VISE 8, and for 2.2.2b1 distribution. |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Jack Jansen | Upped the stack limit to 256K to make test_class pass. |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Jack Jansen | Use \n as line separator in stead of \r\n, which causes... |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Jack Jansen | Backport of 1.7: |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Barry Warsaw | Backport email 2.4.2 changes from Python 2.3. |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Fred Drake | Document when unittest was added to Python. |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Martin v. Löwis | Expand AC_CHECK_SIZEOF inline to overcome a autoconf... |
commit | commitdiff | tree | snapshot |
| 2002-10-10 |
Barry Warsaw | detect_modules(): Be more conservative about adding |
commit | commitdiff | tree | snapshot |
| 2002-10-09 |
Fred Drake | Accept Armin's documentation patch for SF bug #558179. |
commit | commitdiff | tree | snapshot |
| 2002-10-09 |
Guido van Rossum | Make this file identical to the version on the trunk. |
commit | commitdiff | tree | snapshot |
| 2002-10-09 |
Raymond Hettinger | List specific updates for IDLE. |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Tim Peters | The |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Fred Drake | Fix some code that was added to the r22-maint branch... |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Andrew M. Kuchling | Fix a few typos: an extra space; typo in filename;... |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Michael W.... | Put a do-nothing set_python_build() back. |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Guido van Rossum | Initialize tick_counter to 0. Found by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Guido van Rossum | Fix typo. Prepare headers for 2.2.2 final release. |
commit | commitdiff | tree | snapshot |
| 2002-10-08 |
Guido van Rossum | Upgrade the version *string* by adding a '+'. This... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.2.2b1 |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | News for 2.2.2b1. I'm exhausted -- this was a multi... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Fred Drake | Fix up the release number for the 2.2.2b1 documentation... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | Update version to 2.2.2b1. |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | Backport, at the reqest of Kevin Jacobs: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Barry Warsaw | Update the email package version number. |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Barry Warsaw | Bump the version to 2.4.1 (not 2.5 as previously mentio... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | Backport 1.68: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Barry Warsaw | openfile(): Go back to opening the files in text mode... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Barry Warsaw | _parsebody(): Use get_content_type() instead of the... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Fred Drake | Backport patches from trunk revisions 1.62, 1.63. ... |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Fred Drake | Back-port part of 1.128 from the trunk: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | Backport 1.63: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | Darn. Fix stupid typo in whichmodule() backport. |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Guido van Rossum | Backport 1.70 and 1.71 (which really go together): |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Michael W.... | Backport: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Michael W.... | A couple of fixes for the compiler package: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Martin v. Löwis | Patch #609700: always build with same $(CC) on Linux. |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Michael W.... | Backport my checkin of revision 2.264 of Python/compile.c: |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Michael W.... | Backport fdrake's |
commit | commitdiff | tree | snapshot |
| 2002-10-07 |
Michael W.... | This is Armin Rigo's patch: |
commit | commitdiff | tree | snapshot |
| next |