1. d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
  2. 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
  3. d783041 Port getaddrinfo to MSVC++. by Martin v. Löwis · 23 years ago
  4. 1bdd0f2 SF bug #44271: os.path.expanduser problem w/o HOME set. by Tim Peters · 23 years ago
  5. acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
  6. 3c03323 Fis SF bug #442647: not all forms of legal future statements were by Guido van Rossum · 23 years ago
  7. e31c2ee Thomas, I don't care about unset either, but setting PYTHONHOME= by Guido van Rossum · 23 years ago
  8. ab01087 Revise the Unicode section after getting comments from MAL, GvR, and others. by Andrew M. Kuchling · 23 years ago
  9. 3550dd3 Patch #442512: put block indices in the right byte order on bigendian systems. by Martin v. Löwis · 23 years ago
  10. 123cbd2 Use -Kpthread when trying to find out the size of pthread_t. by Martin v. Löwis · 23 years ago
  11. f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
  12. 130fb17 Patch #418659: Fixes for UnixWare and ReliantUnix. by Martin v. Löwis · 23 years ago
  13. d0cd95c Replace __import__ with import as. by Martin v. Löwis · 23 years ago
  14. ee6a4a2 Avoid the use of 'unset', which isn't available on all platforms. Fixes SF by Thomas Wouters · 23 years ago
  15. 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
  16. 53d285a Remove some false statements. by Fred Drake · 23 years ago
  17. 3f8f164 Remove some false comments. by Fred Drake · 23 years ago
  18. f5fec3c Fill out the Unicode section, somewhat uncertainly by Andrew M. Kuchling · 23 years ago
  19. 8cfa905 Finish the "Other changes" section by Andrew M. Kuchling · 23 years ago
  20. 28bafb8 Fix a few typos by Andrew M. Kuchling · 23 years ago
  21. b39fa8a Remove note about this being a draft document. by Andrew M. Kuchling · 23 years ago
  22. 5afb5e5 Look to the future: bump the version number. by Fred Drake · 23 years ago
  23. 413bfb7 2.2a1 is out; look to the future. by Fred Drake · 23 years ago
  24. cb417c0 Ignore all .tar files in the top directory; we're about to generate by Fred Drake · 23 years ago
  25. 3dac559 SF bug #442520: test_struct fails on SPARC. by Tim Peters · 23 years ago
  26. cdab3bf If the user's environment has set the BROWSER environment variable (as Gnome by Skip Montanaro · 23 years ago
  27. 6c29926 Lots of small updates, some long overdue. by Fred Drake · 23 years ago
  28. 0181552 Add a more substantial example startup file for the interactive shell; by Fred Drake · 23 years ago
  29. 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 23 years ago
  30. 1ca78b6 Change the command lines to use a similar "phrasing" to that used in the by Fred Drake · 23 years ago
  31. 7218202 "Make small changes, but carry a big diff." by Fred Drake · 23 years ago
  32. 1a2302b Add some symbolic names to support hyperlinked references. by Fred Drake · 23 years ago
  33. 36002d7 Add "help" to the things one is encouraged to type for more by Guido van Rossum · 23 years ago
  34. 5d808fb Made a few minor style & markup changes to the new {get,set}dlopenflags() by Fred Drake · 23 years ago
  35. b926866 Deactivate definition of ss_family and ss_len. Fixes bug #440486. by Martin v. Löwis · 23 years ago
  36. f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
  37. 984158d Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. by Martin v. Löwis · 23 years ago
  38. b311ad5 Ignore the html-*.tar file that can now be generated as an intermediate. by Fred Drake · 23 years ago
  39. 8f65aef Revise the rules for building the distribution files for the HTML format. by Fred Drake · 23 years ago
  40. 0068e9c Mirror Guido's latest changes to the license file. by Fred Drake · 23 years ago
  41. 5e06b84 Be more specific about some of the dependencies, to avoid re-building when by Fred Drake · 23 years ago
  42. f269e59 Define new markup for 5-column tables. by Fred Drake · 23 years ago
  43. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
  44. 817ed5a Kill another merge zombie. by Tim Peters · 23 years ago
  45. 3a3bb21 Kill another merge zombie. by Fred Drake · 23 years ago
  46. c4fefb1 Kill a merge zombie. by Fred Drake · 23 years ago
  47. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago
  48. 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
  49. 3d3a91c Oops, left in a debug statement. It's gone now. by Jack Jansen · 23 years ago
  50. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  51. 78b71c2 On Windows, tempnam() is spelled with a leading underscore. by Fred Drake · 23 years ago
  52. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  53. 7b4dd76 A new attempt at rationalizing the "history of the software" section, by Guido van Rossum · 23 years ago
  54. 68db730 Adding what's done of the documentation for the new profiling & by Fred Drake · 23 years ago
  55. 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 23 years ago
  56. c2683dd The syntax trees handled by this module are not "abstract," so take the by Fred Drake · 23 years ago
  57. 11a0d10 Typo repair. by Tim Peters · 23 years ago
  58. 2c7a685 Remove code to initialize globals that are never used. by Fred Drake · 23 years ago
  59. c32cc7c Delete sentence fragment (noted by Fred Bremmer) by Andrew M. Kuchling · 23 years ago
  60. 55a7899 - Add news about generators. by Guido van Rossum · 23 years ago
  61. 1385a57 Bump the release number. by Fred Drake · 23 years ago
  62. da62ecc Add a really stupid warning about 'yield' used as an identifier. by Guido van Rossum · 23 years ago
  63. 16649a8 Make the syntax for compound command lines more portable (nmake, CygWin). by Fred Drake · 23 years ago
  64. 3cae66b Script to re-write @FOO@-style marks with values, initializing the by Fred Drake · 23 years ago
  65. 63d1d26 Update the release information. by Fred Drake · 23 years ago
  66. b1a77dd Deleting zombies by Guido van Rossum · 23 years ago
  67. f8a17b1 Now we're picking nits: get my name right! ;-) by Fred Drake · 23 years ago
  68. 6ea9f0b Add FLD to credit list Correct grammatical error by Andrew M. Kuchling · 23 years ago
  69. aebbca3 Job.__init__(): Only create the builddir directory if it will be used (by by Fred Drake · 23 years ago
  70. 1b776a2 Deleting merge zombie. by Guido van Rossum · 23 years ago
  71. 0d00254 Cleaned up a number of minor nits, use markup a little more consistently. by Fred Drake · 23 years ago
  72. 4cf52a9 Minor rewrites to iterator and generator sections by Andrew M. Kuchling · 23 years ago
  73. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  74. 59e07bd INSTALLATION: Remove the coexist.patch instructions by Kurt B. Kaiser · 23 years ago
  75. c9a4215 Put this in the attic, at least for now... by Kurt B. Kaiser · 23 years ago
  76. 96d8842 Implement idle command interface as suggested by GvR [idle-dev] 16 July by Kurt B. Kaiser · 23 years ago
  77. 0eb4f3e Prepare Windows installer for 2.2a1. by Tim Peters · 23 years ago
  78. cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 23 years ago
  79. 02126f2 Add support for yield statements. (Should be merged with descr branch.) by Fred Drake · 23 years ago
  80. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  81. e85e4e4 The TNXDraw gworld argument is optional. by Jack Jansen · 23 years ago
  82. e160fe1 It now works under Carbon. Under Classic the scrollbars don't show by Jack Jansen · 23 years ago
  83. 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 23 years ago
  84. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  85. 0606933 test_basic(): Add a test for "person@dom.ain (User J. Person)" which by Barry Warsaw · 23 years ago
  86. b8a55c0 Stoopid change, just to mention that the last checkin resolves SF bug #437395 by Barry Warsaw · 23 years ago
  87. 9ec58aa Fix address parsing to be RFC 2822 conformant. Specifically, dots are by Barry Warsaw · 23 years ago
  88. 84c10b1 File handlers don't work on the mac, so don't pretend they do. I guess this is a 2.1.1 candidate, if it isn't too late for that. by Jack Jansen · 23 years ago
  89. 19ff4ac Add a unit test for sgmllib (needs work, but has already caught problems). by Fred Drake · 23 years ago
  90. 14f6c18 Give more useful information about a failing PyUnit-style test. by Fred Drake · 23 years ago
  91. 50bc19f Remove a duplicate test. by Fred Drake · 23 years ago
  92. 0381339 Document doctest's generator-future hack. by Tim Peters · 23 years ago
  93. fb38c76 In CDATA mode, make sure entity-reference syntax is not interpreted; by Fred Drake · 23 years ago
  94. e16c7ae jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base' by Guido van Rossum · 23 years ago
  95. a1b3a47 PyRun_StringFlags(): forgot to pass the flags on to by Guido van Rossum · 23 years ago
  96. 1baac72 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 23 years ago
  97. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  98. 63a4740 Fix a mismatched parenthesis in the last patch. by Guido van Rossum · 23 years ago
  99. ddeb135 Use \longprogramopt, as suggested by FLD by Andrew M. Kuchling · 23 years ago
  100. 286b107 [Bug #441527] Fixes for preprocessor support, contributed by Tarn by Andrew M. Kuchling · 23 years ago