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 |
2001-07-18 |
Fred Drake | Ignore all .tar files in the top directory; we're about... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Tim Peters | SF bug #442520: test_struct fails on SPARC. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Skip Montanaro | If the user's environment has set the BROWSER environme... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Lots of small updates, some long overdue. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Add a more substantial example startup file for the... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Minor changes for stylistic cleanliness and consistency. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Change the command lines to use a similar "phrasing... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | "Make small changes, but carry a big diff." |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Add some symbolic names to support hyperlinked references. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Guido van Rossum | Add "help" to the things one is encouraged to type... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Fred Drake | Made a few minor style & markup changes to the new... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Martin v. Löwis | Deactivate definition of ss_family and ss_len. Fixes... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Martin v. Löwis | Patch #412229: Add functions sys.getdlopenflags and... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Martin v. Löwis | Patch #432117: Record namespaces in the DOM tree using... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Ignore the html-*.tar file that can now be generated... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Revise the rules for building the distribution files... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Mirror Guido's latest changes to the license file. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Be more specific about some of the dependencies, to... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Define new markup for 5-column tables. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Remove a couple of lines from the test that proved... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Tim Peters | Kill another merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Kill another merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Kill a merge zombie. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Start of a test suite for the "os" module -- this only... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Jack Jansen | Used an adapted MethodGenerator to generate methods... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Jack Jansen | Oops, left in a debug statement. It's gone now. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Update the availability information for os.tempnam... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | On Windows, tempnam() is spelled with a leading underscore. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Define the constants needed to allow the os.tempnam... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Guido van Rossum | A new attempt at rationalizing the "history of the... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Fred Drake | Adding what's done of the documentation for the new... |
commit | commitdiff | tree | snapshot |
next |