- 20f51a7 Get started on 2.2a2 NEWS. by Tim Peters · 23 years ago
- 1377594 On WIndows, skip the part of test_dircache that can't work on Windows. by Tim Peters · 23 years ago
- 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
- 3332778 Corrected a section reference (title was wrong). by Fred Drake · 23 years ago
- 88fdaa7 Typo: PyArgs_ParseTuple --> PyArg_ParseTuple by Fred Drake · 23 years ago
- 6d98855 Added information on Py_BuildValue(). by Fred Drake · 23 years ago
- 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
- 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
- 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- f69868f Add a missing "\" to the markup. by Fred Drake · 23 years ago
- cd694c4 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- 0f715d2 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- 27eebb8 Use string.ascii_letters instead of string.letters. Remove unused import. by Fred Drake · 23 years ago
- 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
- a6d2a04 More Unicode corrections from MAL to match a post-2.2a1 change by Andrew M. Kuchling · 23 years ago
- 6c6bfb7 Make the unicode-escape and the UTF-16 codecs handle surrogates by Marc-André Lemburg · 23 years ago
- 0d42e0c #ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This by Guido van Rossum · 23 years ago
- 9079164 Removed unnecessary section "Unicode literals"; all the discussion is by Fred Drake · 23 years ago
- 27451d0 Copying this 2.1.1 bugfix to the trunk: by Guido van Rossum · 23 years ago
- 0825dc2 Fix typo in description of raw strings: "value" --> "valid" by Fred Drake · 23 years ago
- a3a1668 apply patch item #416254 by Piers Lauder · 23 years ago
- 15e5d53 apply patch item #416253 by Piers Lauder · 23 years ago
- 34d9705 fix missed conversion in ESR's string conversion by Piers Lauder · 23 years ago
- 7e5dcf6 A full Inno Setup script for Python, except for the few hard and esoteric by Tim Peters · 23 years ago
- fae9fb1 update in preparation for 0.8.1 alpha release by Steven M. Gava · 23 years ago
- 0b89fc0 Remove the TENTATIVE marker from the now-historic Windows buildnos. by Tim Peters · 23 years ago
- 5120eac Bump release number to 1.00, while I'm at it by Andrew M. Kuchling · 23 years ago
- d39993e bring up to date for 0.8.1 release by Steven M. Gava · 23 years ago
- 84073bf Regression test for the dircache module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
- 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
- 1bc8fab Kill more warnings from the SGI compiler. Part of SF patch #434992. by Fred Drake · 23 years ago
- dff3a37 Make more warnings go away on the SGI compiler. by Fred Drake · 23 years ago
- e506529 Clean up some warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
- 6a16ea0 Kill a warning on the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
- 390e9db Make the new docstrings better conform to Guido's style guide. by Fred Drake · 23 years ago
- 0368bc4 Remove warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
- 78bdb9b Elaborate a comment. by Fred Drake · 23 years ago
- 08f8dd6 Added docstrings based on a patch by Evelyn Mitchell. by Fred Drake · 23 years ago
- a58947f Make sure path names inserted into ZIP files are normalized to use "/" as by Fred Drake · 23 years ago
- d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
- 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
- d783041 Port getaddrinfo to MSVC++. by Martin v. Löwis · 23 years ago
- 1bdd0f2 SF bug #44271: os.path.expanduser problem w/o HOME set. by Tim Peters · 23 years ago
- acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
- 3c03323 Fis SF bug #442647: not all forms of legal future statements were by Guido van Rossum · 23 years ago
- e31c2ee Thomas, I don't care about unset either, but setting PYTHONHOME= by Guido van Rossum · 23 years ago
- ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
- 3550dd3 Patch #442512: put block indices in the right byte order on bigendian systems. by Martin v. Löwis · 23 years ago
- 123cbd2 Use -Kpthread when trying to find out the size of pthread_t. by Martin v. Löwis · 23 years ago
- f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
- 130fb17 Patch #418659: Fixes for UnixWare and ReliantUnix. by Martin v. Löwis · 23 years ago
- d0cd95c Replace __import__ with import as. by Martin v. Löwis · 23 years ago
- ee6a4a2 Avoid the use of 'unset', which isn't available on all platforms. Fixes SF by Thomas Wouters · 23 years ago
- 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
- 53d285a Remove some false statements. by Fred Drake · 23 years ago
- 3f8f164 Remove some false comments. by Fred Drake · 23 years ago
- f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
- 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago
- 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
- b39fa8a Remove note about this being a draft document. by Andrew M. Kuchling · 23 years ago
- 5afb5e5 Look to the future: bump the version number. by Fred Drake · 23 years ago
- 413bfb7 2.2a1 is out; look to the future. by Fred Drake · 23 years ago
- cb417c0 Ignore all .tar files in the top directory; we're about to generate by Fred Drake · 23 years ago
- 3dac559 SF bug #442520: test_struct fails on SPARC. by Tim Peters · 23 years ago
- cdab3bf If the user's environment has set the BROWSER environment variable (as Gnome by Skip Montanaro · 23 years ago
- 6c29926 Lots of small updates, some long overdue. by Fred Drake · 23 years ago
- 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
- 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 23 years ago
- 1ca78b6 Change the command lines to use a similar "phrasing" to that used in the by Fred Drake · 23 years ago
- 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
- 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
- 36002d7 Add "help" to the things one is encouraged to type for more by Guido van Rossum · 23 years ago
- 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
- b926866 Deactivate definition of ss_family and ss_len. Fixes bug #440486. by Martin v. Löwis · 23 years ago
- f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
- 984158d Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. by Martin v. Löwis · 23 years ago
- b311ad5 Ignore the html-*.tar file that can now be generated as an intermediate. by Fred Drake · 23 years ago
- 8f65aef Revise the rules for building the distribution files for the HTML format. by Fred Drake · 23 years ago
- 0068e9c Mirror Guido's latest changes to the license file. by Fred Drake · 23 years ago
- 5e06b84 Be more specific about some of the dependencies, to avoid re-building when by Fred Drake · 23 years ago
- f269e59 Define new markup for 5-column tables. by Fred Drake · 23 years ago
- 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
- 817ed5a Kill another merge zombie. by Tim Peters · 23 years ago
- 3a3bb21 Kill another merge zombie. by Fred Drake · 23 years ago
- c4fefb1 Kill a merge zombie. by Fred Drake · 23 years ago
- 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago
- 6f70d62 Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). by Jack Jansen · 23 years ago
- 3d3a91c Oops, left in a debug statement. It's gone now. by Jack Jansen · 23 years ago
- efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
- 78b71c2 On Windows, tempnam() is spelled with a leading underscore. by Fred Drake · 23 years ago
- 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
- 7b4dd76 A new attempt at rationalizing the "history of the software" section, by Guido van Rossum · 23 years ago
- 68db730 Adding what's done of the documentation for the new profiling & by Fred Drake · 23 years ago
- 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 23 years ago
- c2683dd The syntax trees handled by this module are not "abstract," so take the by Fred Drake · 23 years ago
- 11a0d10 Typo repair. by Tim Peters · 23 years ago
- 2c7a685 Remove code to initialize globals that are never used. by Fred Drake · 23 years ago
- c32cc7c Delete sentence fragment (noted by Fred Bremmer) by Andrew M. Kuchling · 23 years ago
- 55a7899 - Add news about generators. by Guido van Rossum · 23 years ago
- 1385a57 Bump the release number. by Fred Drake · 23 years ago