1. 3e98501 Include xx project, exclude all the others. by Jack Jansen · 25 years ago
  2. 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 25 years ago
  3. b8c4c7b Added routine DlgObj_ConvertToWindow(). by Jack Jansen · 25 years ago
  4. 8748a0b Added a prototype for mstats(). by Jack Jansen · 25 years ago
  5. 0aee0e6 Window objects now also have an AutoDispose funcpointer (set for our windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). by Jack Jansen · 25 years ago
  6. 0c1836f Call GetDialogWindow to convert dialogs to windows. by Jack Jansen · 25 years ago
  7. d8b382d HMGetBalloonWindow should try to return an existing window. by Jack Jansen · 25 years ago
  8. cdb3483 - Added pyexpat. - Renamed socket to _socket. by Jack Jansen · 25 years ago
  9. e4cd2f2 Don't use our own malloc any more. It made test_longexp crash due to its optimization to lock blocks into a specific size malloc requests. This loses 15% performance, but that we'll have to live with:-( by Jack Jansen · 25 years ago
  10. a9f56e5 Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. by Jack Jansen · 25 years ago
  11. 6be3480 Removed debug output. by Jack Jansen · 25 years ago
  12. 14a9171 Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep a sentinel in a static variable. by Jack Jansen · 25 years ago
  13. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 25 years ago
  14. dc3d606 Fix to [ Bug #111165 ] doc-string removal masked by PYTHONOPTIMIZE by Marc-André Lemburg · 25 years ago
  15. fa488ec _expand_lang(), _find(): Added support for unaliasing and expanded the by Barry Warsaw · 25 years ago
  16. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 25 years ago
  17. 84314b7 Group consensus is that supporting alternative locale categories is by Barry Warsaw · 25 years ago
  18. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 25 years ago
  19. e332c1f updated test output by Barry Warsaw · 25 years ago
  20. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 25 years ago
  21. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 25 years ago
  22. 95be23d Initial revision of gettext support for Python. This will undergo some changes. by Barry Warsaw · 25 years ago
  23. 6f98762 initpyexpat(): Code cleanup; makes it more robust and reduces warnings. by Fred Drake · 25 years ago
  24. 0308ff8 Add reference to RFC 2396 in "See also" section. Minor cleanups. by Fred Drake · 25 years ago
  25. 21801de Jeremy missed a bind() call when updating these demos. ;) by Fred Drake · 25 years ago
  26. a8d30d5 update demo scripts to use addr tuples for bind and connect closes bug #111928 by Jeremy Hylton · 25 years ago
  27. 239f836 Not every OS that support poll seems to support POLLMSG. by Sjoerd Mullender · 25 years ago
  28. d7b86f0 Pass data on to retrieve method. Don't people *test* their changes? by Sjoerd Mullender · 25 years ago
  29. 1de2a79 Call PyErr_Clear() to clear the AttributeError raised by GetAttr. by Thomas Wouters · 25 years ago
  30. aff1284 In readme.txt, make what's needed to build the "optional" subprojects by Tim Peters · 25 years ago
  31. b59290f Fix allowable node-types for assignment, need to add 'listmaker'. by Thomas Wouters · 25 years ago
  32. dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 25 years ago
  33. 99a3701 Documentation for poll() interface (SF patch #100852) by Andrew M. Kuchling · 25 years ago
  34. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 25 years ago
  35. cf96dc8 Add interface to poll() system call (SF patch #100852) by Andrew M. Kuchling · 25 years ago
  36. 5821b77 Add configure tests for poll() (SF patch #100852) by Andrew M. Kuchling · 25 years ago
  37. 65f39ad Adjust the name for the socket module in the SSL line. by Thomas Wouters · 25 years ago
  38. 6af3b37 Add missing opcodes. Thanx to jeremy for reminding me ;) by Thomas Wouters · 25 years ago
  39. 6d63adf Improve the exceptions raised by PyErr_BadInternalCall(); adding the by Fred Drake · 25 years ago
  40. 9ed49e9 Fix the evil booboos. ;( Causes discussed with Jeremy offline. by Fred Drake · 25 years ago
  41. c23b523 Remove the Py_FatalError() from initpyexpat(); the Guido has decreed by Fred Drake · 25 years ago
  42. fa12e13 simple typo that makes regression test test_userstring fail by Peter Schneider-Kamp · 25 years ago
  43. e1519a1 Update for augmented assignment, tested & approved by Guido. by Thomas Wouters · 25 years ago
  44. 3405262 Update for augmented assignment. by Thomas Wouters · 25 years ago
  45. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 25 years ago
  46. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 25 years ago
  47. dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 25 years ago
  48. e289e0b Support for the in-place operations introduced by augmented assignment. Only by Thomas Wouters · 25 years ago
  49. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 25 years ago
  50. b0b7e31 Rene Liebscher <rliebscher@users.sourceforge.net>: by Fred Drake · 25 years ago
  51. 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 25 years ago
  52. ba31138 Promote the server version from a local variable to a class variable, by Guido van Rossum · 25 years ago
  53. ff5364a Whitespace cleanup; now passes the regression test (the last checkin made by Fred Drake · 25 years ago
  54. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 25 years ago
  55. 0b29b11 Updated version of Cookie.py (rev. 2.29) from timo by Andrew M. Kuchling · 25 years ago
  56. 45ca333 Move references to RFCs to a "See also" section for consistency with by Fred Drake · 25 years ago
  57. 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 25 years ago
  58. 316a793 Randall Hopper <aa8vb@yahoo.com>>: by Fred Drake · 25 years ago
  59. 8377f5d Make sure Thomas Wouters has enough to do. ;-) by Fred Drake · 25 years ago
  60. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 25 years ago
  61. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 25 years ago
  62. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 25 years ago
  63. e266e42 Addendum to previous change: now that 'f' is not unconditionally by Thomas Wouters · 25 years ago
  64. bf6cfa5 Add extra check on whether 'tp_as_number' is still non-NULL after coercion, by Thomas Wouters · 25 years ago
  65. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 25 years ago
  66. b745a04 Remove the dependency information for version.o; this is not part of by Fred Drake · 25 years ago
  67. cf29bb2 style nits by Jeremy Hylton · 25 years ago
  68. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 25 years ago
  69. 4d746fc add docstring explaining makefile limitation by Jeremy Hylton · 25 years ago
  70. 6baec62 Sort the list of files processed before running the test on each. by Fred Drake · 25 years ago
  71. 9dcea3f test case output for dospath regr test by Skip Montanaro · 25 years ago
  72. 81db1a3 Updated some URLs; removed mention of copyright (we'll have to add by Guido van Rossum · 25 years ago
  73. eb375e4 Simplified inclusions and avoid prototypes copied in from elsewhere. by Fred Drake · 25 years ago
  74. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 25 years ago
  75. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 25 years ago
  76. 640f483 new test - like test_ntpath but without splitunc test cases by Skip Montanaro · 25 years ago
  77. 877d62e added commonprefix test cases by Skip Montanaro · 25 years ago
  78. 533bc9a updated to correct failing test cases by Skip Montanaro · 25 years ago
  79. abca14d Added note stating that the parser module will need updating for most by Fred Drake · 25 years ago
  80. 85bf3bb validate_listmaker(): Revise to match Skip's latest changes to the by Fred Drake · 25 years ago
  81. 03c06ee Restored commonprefix() semantics. by Jack Jansen · 25 years ago
  82. a48b526 Rehabilitate autotest.py. by Tim Peters · 25 years ago
  83. d49cbe1 Added PyOS_CheckStack call to PyObject_Compare by Jack Jansen · 25 years ago
  84. e979160 Added include for limits.h by Jack Jansen · 25 years ago
  85. 6c091c8 Regenerated to take advantage of support for multiple names for a single property. by Jack Jansen · 25 years ago
  86. 9d6d2c0 Only output the code to alias properties if the names aren't the same. by Jack Jansen · 25 years ago
  87. 93ff482 At Mark Hammond's request, removing registry key by Guido van Rossum · 25 years ago
  88. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 25 years ago
  89. 6424524 Thomas Heller noticed that the wrong registry entry was written for by Guido van Rossum · 25 years ago
  90. 48b3eee Registered modules could only exist in HKEY_LOCAL_MACHINE - now HKEY_CURRENT_USER can override. by Mark Hammond · 25 years ago
  91. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 25 years ago
  92. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 25 years ago
  93. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 25 years ago
  94. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 25 years ago
  95. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 25 years ago
  96. 72b93ec Nuked unused variable. by Tim Peters · 25 years ago
  97. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 25 years ago
  98. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 25 years ago
  99. cff283c Update to reflect recent grammar changes (list comprehensions, extended by Fred Drake · 25 years ago
  100. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 25 years ago