1. e289e0b Support for the in-place operations introduced by augmented assignment. Only by Thomas Wouters · 24 years ago
  2. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  3. b0b7e31 Rene Liebscher <rliebscher@users.sourceforge.net>: by Fred Drake · 24 years ago
  4. 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 24 years ago
  5. ba31138 Promote the server version from a local variable to a class variable, by Guido van Rossum · 24 years ago
  6. ff5364a Whitespace cleanup; now passes the regression test (the last checkin made by Fred Drake · 24 years ago
  7. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  8. 0b29b11 Updated version of Cookie.py (rev. 2.29) from timo by Andrew M. Kuchling · 24 years ago
  9. 45ca333 Move references to RFCs to a "See also" section for consistency with by Fred Drake · 24 years ago
  10. 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  11. 316a793 Randall Hopper <aa8vb@yahoo.com>>: by Fred Drake · 24 years ago
  12. 8377f5d Make sure Thomas Wouters has enough to do. ;-) by Fred Drake · 24 years ago
  13. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  14. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  15. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  16. e266e42 Addendum to previous change: now that 'f' is not unconditionally by Thomas Wouters · 24 years ago
  17. bf6cfa5 Add extra check on whether 'tp_as_number' is still non-NULL after coercion, by Thomas Wouters · 24 years ago
  18. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  19. b745a04 Remove the dependency information for version.o; this is not part of by Fred Drake · 24 years ago
  20. cf29bb2 style nits by Jeremy Hylton · 24 years ago
  21. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 24 years ago
  22. 4d746fc add docstring explaining makefile limitation by Jeremy Hylton · 24 years ago
  23. 6baec62 Sort the list of files processed before running the test on each. by Fred Drake · 24 years ago
  24. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  25. 81db1a3 Updated some URLs; removed mention of copyright (we'll have to add by Guido van Rossum · 24 years ago
  26. eb375e4 Simplified inclusions and avoid prototypes copied in from elsewhere. by Fred Drake · 24 years ago
  27. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  28. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 24 years ago
  29. 640f483 new test - like test_ntpath but without splitunc test cases by Skip Montanaro · 24 years ago
  30. 877d62e added commonprefix test cases by Skip Montanaro · 24 years ago
  31. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  32. abca14d Added note stating that the parser module will need updating for most by Fred Drake · 24 years ago
  33. 85bf3bb validate_listmaker(): Revise to match Skip's latest changes to the by Fred Drake · 24 years ago
  34. 03c06ee Restored commonprefix() semantics. by Jack Jansen · 24 years ago
  35. a48b526 Rehabilitate autotest.py. by Tim Peters · 24 years ago
  36. d49cbe1 Added PyOS_CheckStack call to PyObject_Compare by Jack Jansen · 24 years ago
  37. e979160 Added include for limits.h by Jack Jansen · 24 years ago
  38. 6c091c8 Regenerated to take advantage of support for multiple names for a single property. by Jack Jansen · 24 years ago
  39. 9d6d2c0 Only output the code to alias properties if the names aren't the same. by Jack Jansen · 24 years ago
  40. 93ff482 At Mark Hammond's request, removing registry key by Guido van Rossum · 24 years ago
  41. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  42. 6424524 Thomas Heller noticed that the wrong registry entry was written for by Guido van Rossum · 24 years ago
  43. 48b3eee Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override. by Mark Hammond · 24 years ago
  44. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  45. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  46. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  47. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  48. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  49. 72b93ec Nuked unused variable. by Tim Peters · 24 years ago
  50. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  51. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  52. cff283c Update to reflect recent grammar changes (list comprehensions, extended by Fred Drake · 24 years ago
  53. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 24 years ago
  54. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  55. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  56. 203da6d Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  57. 24703a0 com_print_stmt(): Guido rightly points out that the stream expression by Barry Warsaw · 24 years ago
  58. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  59. 45ab2b6 Thomas reminds me to bump the MAGIC number for the extended print by Barry Warsaw · 24 years ago
  60. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  61. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  62. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  63. 29c574e PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  64. 35fd665 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  65. 0360663 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  66. 9b18adc Ignore Grammar/Makefile now that it's a made Makefile. by Thomas Wouters · 24 years ago
  67. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  68. a98e92b Add alias for old function name -- removing it broke Alexei Gilchrist's cfm by Andrew M. Kuchling · 24 years ago
  69. 120beb6 Strengthen the warning against using SerialCookie and SmartCookie. by Andrew M. Kuchling · 24 years ago
  70. 6aa92c5 - identify() enum names. by Jack Jansen · 24 years ago
  71. 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
  72. e743c6e Added a package for the other browser too. by Jack Jansen · 24 years ago
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 12b2b76 Fixed event inheritance code (which didn't work at all). by Jack Jansen · 24 years ago
  80. f58bbbe Finder suite. by Jack Jansen · 24 years ago
  81. 4ef58af Regenerated with fixes to gensuitemodule. by Jack Jansen · 24 years ago
  82. 0400515 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't by Thomas Wouters · 24 years ago
  83. 84f28db Changed the popen2.py _test function to use the "more" cmd when by Tim Peters · 24 years ago
  84. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  85. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  86. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  87. e5c7352 Make it format. by Fred Drake · 24 years ago
  88. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  89. f580d27 Use METH_VARARGS constant in example module. Fix comment typo by Andrew M. Kuchling · 24 years ago
  90. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  91. 1b07f2b Initial revision. Markup unchecked. by Moshe Zadka · 24 years ago
  92. 52ea872 Added Tim O'Malley's Cookie.py module (master version at by Andrew M. Kuchling · 24 years ago
  93. 73f77b4 com_error(): Quiet gcc -Wall warning. by Barry Warsaw · 24 years ago
  94. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  95. ce4dc41 PyUnicode_AsUTF8String(): /F picks up what I missed: the local var by Barry Warsaw · 24 years ago
  96. 0888ff1 Do not set a MemoryError exception over another MemoryError exception, by Vladimir Marangozov · 24 years ago
  97. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 24 years ago
  98. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  99. 7b4fc17 Revise to use atexit instead of monkeying with sys.exitfunc directly. by Fred Drake · 24 years ago
  100. def0038 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago