1. 93ff482 At Mark Hammond's request, removing registry key by Guido van Rossum · 24 years ago
  2. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  3. 6424524 Thomas Heller noticed that the wrong registry entry was written for by Guido van Rossum · 24 years ago
  4. 48b3eee Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override. by Mark Hammond · 24 years ago
  5. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  6. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  7. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  8. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  9. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  10. 72b93ec Nuked unused variable. by Tim Peters · 24 years ago
  11. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  12. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  13. cff283c Update to reflect recent grammar changes (list comprehensions, extended by Fred Drake · 24 years ago
  14. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 24 years ago
  15. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  16. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  17. 203da6d Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  18. 24703a0 com_print_stmt(): Guido rightly points out that the stream expression by Barry Warsaw · 24 years ago
  19. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  20. 45ab2b6 Thomas reminds me to bump the MAGIC number for the extended print by Barry Warsaw · 24 years ago
  21. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  22. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  23. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  24. 29c574e PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  25. 35fd665 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  26. 0360663 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  27. 9b18adc Ignore Grammar/Makefile now that it's a made Makefile. by Thomas Wouters · 24 years ago
  28. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  29. a98e92b Add alias for old function name -- removing it broke Alexei Gilchrist's cfm by Andrew M. Kuchling · 24 years ago
  30. 120beb6 Strengthen the warning against using SerialCookie and SmartCookie. by Andrew M. Kuchling · 24 years ago
  31. 6aa92c5 - identify() enum names. by Jack Jansen · 24 years ago
  32. c15ab03 Updated the applescript documentation for te new framework, and replaced the Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or by Jack Jansen · 24 years ago
  33. e743c6e Added a package for the other browser too. by Jack Jansen · 24 years ago
  34. 9ebf2d2 Moved to unsupported: it never lived up to its expectancies, and for the Mac all the functionality is available in the IDE. by Jack Jansen · 24 years ago
  35. 51f3570 Moved to unsupported: it doesn't work anymore and it has outlived its usefulness so I don't want to fix it. by Jack Jansen · 24 years ago
  36. 742ca03 Updated for new AppleScript structure and moved to Lib (it's far too useful to lurk in the source folder). by Jack Jansen · 24 years ago
  37. 18b47a0 Fixed again to work with the old scripting interface (so we can test the new one actually still works). by Jack Jansen · 24 years ago
  38. 8bcd471 Updated for the new applescript interface (which actually makes it so ridiculously simple that its main reason for existence is backward compatability). by Jack Jansen · 24 years ago
  39. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 24 years ago
  40. 12b2b76 Fixed event inheritance code (which didn't work at all). by Jack Jansen · 24 years ago
  41. f58bbbe Finder suite. by Jack Jansen · 24 years ago
  42. 4ef58af Regenerated with fixes to gensuitemodule. by Jack Jansen · 24 years ago
  43. 0400515 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't by Thomas Wouters · 24 years ago
  44. 84f28db Changed the popen2.py _test function to use the "more" cmd when by Tim Peters · 24 years ago
  45. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  46. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  47. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  48. e5c7352 Make it format. by Fred Drake · 24 years ago
  49. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  50. f580d27 Use METH_VARARGS constant in example module. Fix comment typo by Andrew M. Kuchling · 24 years ago
  51. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  52. 1b07f2b Initial revision. Markup unchecked. by Moshe Zadka · 24 years ago
  53. 52ea872 Added Tim O'Malley's Cookie.py module (master version at by Andrew M. Kuchling · 24 years ago
  54. 73f77b4 com_error(): Quiet gcc -Wall warning. by Barry Warsaw · 24 years ago
  55. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  56. ce4dc41 PyUnicode_AsUTF8String(): /F picks up what I missed: the local var by Barry Warsaw · 24 years ago
  57. 0888ff1 Do not set a MemoryError exception over another MemoryError exception, by Vladimir Marangozov · 24 years ago
  58. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 24 years ago
  59. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  60. 7b4fc17 Revise to use atexit instead of monkeying with sys.exitfunc directly. by Fred Drake · 24 years ago
  61. def0038 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  62. b65b006 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  63. f28b898 Removed references to Py_FPROTO. by Sjoerd Mullender · 24 years ago
  64. 2dd4abf PyUnicode_AsUTF8String(): Don't need to explicitly incref str since by Barry Warsaw · 24 years ago
  65. f087960 ANSI-fy function headers. Not much more can be done since I don't by Barry Warsaw · 24 years ago
  66. 4ddd820 lad_dealloc(): if xp->x_fd == -1, it means the descriptor's already by Barry Warsaw · 24 years ago
  67. 152fbe8 pattern_findall(): Plug small memory leak discovered by Insure. by Barry Warsaw · 24 years ago
  68. fc4514c init_locale(): This file defines the _locale module, so the by Barry Warsaw · 24 years ago
  69. 87bec35 SyntaxError__classinit__(): Slight reorg for simplicity. by Barry Warsaw · 24 years ago
  70. 38aa14a PyParser_ParseString(): When the err_ret structure is initialized, the by Barry Warsaw · 24 years ago
  71. 5ca1ef9 comples_from_string(): Move s_buffer[] up to the top-level function by Barry Warsaw · 24 years ago
  72. 9d23a4e make_pair(): When comparing the pointers, they must be cast to integer by Barry Warsaw · 24 years ago
  73. 67c1a04 PyFloat_FromString(): Move s_buffer[] up to the top-level function by Barry Warsaw · 24 years ago
  74. dc55d71 PyInstance_DoBinOp(): When comparing the pointers, they must be cast by Barry Warsaw · 24 years ago
  75. bc7c7f9 Added test for uintptr_t, the C9X acceptable way to spell "type to by Barry Warsaw · 24 years ago
  76. e736177 Added #undef HAVE_UINTPTR_T for autoconf's delight. by Barry Warsaw · 24 years ago
  77. 5eae2c1 Moved LONG_LONG #define from here to pyport.h. by Barry Warsaw · 24 years ago
  78. fd847b2 Moved LONG_LONG #define from longobject.h to here, since it's needed by Barry Warsaw · 24 years ago
  79. 512bb72 As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() by Fred Drake · 24 years ago
  80. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
  81. 304faf9 Fix a markup error that caused formatting to fail. by Fred Drake · 24 years ago
  82. 59ecafa Mention the new 'import X as Y' syntax by Andrew M. Kuchling · 24 years ago
  83. 0690c86 Document the returns_unicode attribute by Andrew M. Kuchling · 24 years ago
  84. 4148877 Update to reflect the recent Grammar changes. by Fred Drake · 24 years ago
  85. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  86. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  87. 68add2e Remove an item that's been done. by Fred Drake · 24 years ago
  88. dd611b0 A little more text, and some really minor cleanups. by Fred Drake · 24 years ago
  89. e581bb3 Small cleanups, and note when zip() entered the menagerie. by Fred Drake · 24 years ago
  90. b32aa5e Revise the comments about the exceptions module to not refer to source by Fred Drake · 24 years ago
  91. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  92. 5119a0b Package with suites for talking to CodeWarrior. by Jack Jansen · 24 years ago
  93. 47ff247 Package with suites for talking to netscape. by Jack Jansen · 24 years ago
  94. ff792c2 The package with standard suites. These are used separately and as base classes for other suite packages (StdSuite is slightly magical, in that it is the gensuitemodule default base package). by Jack Jansen · 24 years ago
  95. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  96. 60762cb Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. by Jack Jansen · 24 years ago
  97. fb106c8 Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed). by Jack Jansen · 24 years ago
  98. d843a01 Removed temporary code that always set creator to SimpleText. by Jack Jansen · 24 years ago
  99. a179503 Reran autoconf. by Sjoerd Mullender · 24 years ago
  100. 59bb080 Fix up problems when compiling in a directory other than the source directory. by Sjoerd Mullender · 24 years ago