2001-07-25 |
Marc-André... | Fix for bug #444493: u'\U00010001' segfaults with curre... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Martin v. Löwis | Allow usage of gcc on OSF/1; this reverts rev 1.23... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Martin v. Löwis | Remove unused imports from previous checkin. |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Martin v. Löwis | Patch #401196: Use getaddrinfo and AF_INET6 in TCP... |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Fred Drake | Add entry for the new distutils section. |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Fred Drake | Overview comments for the distutils package, with links... |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Fred Drake | Add labels to all \section and \subsection headings... |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Jack Jansen | Changed findertools.move() to move() in movetotrash. |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Thomas Wouters | Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the... |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Martin v. Löwis | Patch #443669: Permit _tkinter to build on cygwin32. |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Martin v. Löwis | Autocheck for snprintf, and use sprintf if it is not... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Be more specific about corner cases in the description... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Oh, ok, so plainpager is probably marginally better. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | If $TERM is "dumb" or "emacs", just dump the text inste... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | When explaining the enterabs() method, using the modern... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Remove self-reference from the anydbm module. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Typo: Added missing "if". |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Add StopIteration to the list of exceptions *not* deriv... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Convert the use of apply(f, args) to the new spelling... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Neil Schemenauer | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Neil Schemenauer | Add -E command line switch (ignore environment variable... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Make this test work under Windows as well. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Test for the "glob" module, contributed by Nick Mathewson. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Moshe Zadka | Patch number #422106 by Greg Ball, to fix segmentation |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Guido van Rossum | Alex Coventry (SF patch 441791). |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Guido van Rossum | SF Patch #441791, with changes: when "import foo.bar... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Martin v. Löwis | Before declaring h_errno, do not check for Win32 only... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | Tests for the "commands" module, contributed by Nick... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Fred Drake | New tests by Nick Mathewson, for the fpformat module. |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Martin v. Löwis | Instead of accessing ss_family, cast sockaddr_storage... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Tim Peters | Leave the Inno script in better shape. Added registrat... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Martin v. Löwis | Set ai_addrlen even if there is no sa_len. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Martin v. Löwis | Patch #401196: IPv6 extensions to the socket module. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Fred Drake | Add item about the new xml.sax.saxutils.quoteaddr(... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Steven M. Gava | updated about info for 0.8.1 release |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Steven M. Gava | new material for 0.8.1 release |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Martin v. Löwis | Silence warnings in MSVC++: hide unused variables,... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Tim Peters | Get started on 2.2a2 NEWS. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Tim Peters | On WIndows, skip the part of test_dircache that can... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Tim Peters | Whitespace normalization, plus: |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Corrected a section reference (title was wrong). |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Typo: PyArgs_ParseTuple --> PyArg_ParseTuple |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Added information on Py_BuildValue(). |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Make the add*() helper functions more robust for use... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Andrew M. Kuchling | Patch #429442 from Jason Tishler: Corrects sys.platform and |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Use string.ascii_letters instead of string.letters... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Add a missing "\" to the markup. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Use string.ascii_letters instead of string.letters... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Use string.ascii_letters instead of string.letters... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Use string.ascii_letters instead of string.letters. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Added the constants ascii_letters, ascii_lowercase... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Andrew M. Kuchling | More Unicode corrections from MAL to match a post-2... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Marc-André... | Make the unicode-escape and the UTF-16 codecs handle... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Guido van Rossum | #ifdef out generation of \U escapes unless Py_UNICODE_W... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Removed unnecessary section "Unicode literals"; all... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Guido van Rossum | Copying this 2.1.1 bugfix to the trunk: |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Fred Drake | Fix typo in description of raw strings: "value" --... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Piers Lauder | apply patch item #416254 |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Piers Lauder | apply patch item #416253 |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Piers Lauder | fix missed conversion in ESR's string conversion |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Tim Peters | A full Inno Setup script for Python, except for the... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Steven M. Gava | update in preparation for 0.8.1 alpha release |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Tim Peters | Remove the TENTATIVE marker from the now-historic Windo... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Andrew M. Kuchling | Bump release number to 1.00, while I'm at it |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Steven M. Gava | bring up to date for 0.8.1 release |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Regression test for the dircache module, contributed... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Test for the repr module, contributed by Nick Mathewson. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Kill more warnings from the SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Make more warnings go away on the SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Clean up some warnings from the SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Kill a warning on the SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Make the new docstrings better conform to Guido's style... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Remove warnings from the SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Elaborate a comment. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Added docstrings based on a patch by Evelyn Mitchell. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Make sure path names inserted into ZIP files are normal... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tim Peters | Add some test cases for ntpath.join(). |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tim Peters | Cosmetic: break the long lines in test_ntpath.py,... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Port getaddrinfo to MSVC++. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tim Peters | SF bug #44271: os.path.expanduser problem w/o HOME... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Added function xml.sax.saxutils.quoteattr(). |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Guido van Rossum | Fis SF bug #442647: not all forms of legal future state... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Guido van Rossum | Thomas, I don't care about unset either, but setting... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Revise the Unicode section after getting comments from... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Patch #442512: put block indices in the right byte... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Use -Kpthread when trying to find out the size of pthre... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Guido van Rossum | Add a low-level API to access interpreters, for David... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Patch #418659: Fixes for UnixWare and ReliantUnix. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Martin v. Löwis | Replace __import__ with import as. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Thomas Wouters | Avoid the use of 'unset', which isn't available on... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Steven M. Gava | minor tidy-ups ready for 0.8.1 alpha tarball release |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Remove some false statements. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Fred Drake | Remove some false comments. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Fill out the Unicode section, somewhat uncertainly |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Finish the "Other changes" section |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Fix a few typos |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Andrew M. Kuchling | Remove note about this being a draft document. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Look to the future: bump the version number. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | 2.2a1 is out; look to the future. |
commit | commitdiff | tree | snapshot |
next |