1. c7dd34b Added a note about compiler warnings. by Jack Jansen · 23 years ago
  2. 40915bf Thanks to Detlef Lannert for pointing out a typo in the code that by Tim Peters · 23 years ago
  3. c7349ee New TemporaryFile implementation for Windows: this doesn't need a by Tim Peters · 23 years ago
  4. d9fbf35 This test left a new set of 3 junk files behind each time it was run. by Tim Peters · 23 years ago
  5. c48a3ca Add new constants usable with os.popen() on Windows. by Tim Peters · 23 years ago
  6. 5aa9160 Expose more MS WIndows constants usable w/ low-level os.open(). by Tim Peters · 23 years ago
  7. c26467d Revise cheeseshop example so that the order of the keyword output is by Fred Drake · 23 years ago
  8. 9635d0b Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
  9. 2d7bb3f further work on config saving by Steven M. Gava · 23 years ago
  10. 150d09d Fix missing space between words. Bugfix candidate. by Neal Norwitz · 23 years ago
  11. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 23 years ago
  12. 4fd5a06 SF bug #509805 tempfile.gettempdir not threadsafe by Tim Peters · 23 years ago
  13. fea1553 Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bug #509074. by Jack Jansen · 23 years ago
  14. 6423f8b Test case of a singleton multipart; i.e. a multipart/* with only one subpart. by Barry Warsaw · 23 years ago
  15. 763af41 test_multipart_one_part(): Idempotency test case for a multipart/* by Barry Warsaw · 23 years ago
  16. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  17. 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 23 years ago
  18. ef180dc Document that get_referrers can return unreachable but uncollected objects. by Martin v. Löwis · 23 years ago
  19. fb0da9d Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. by Martin v. Löwis · 23 years ago
  20. 902952b Removed an XXX question (the answer is "yes" <wink>). by Tim Peters · 23 years ago
  21. 402dd6e Added contributors. by Jack Jansen · 23 years ago
  22. 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 23 years ago
  23. c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 23 years ago
  24. b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 23 years ago
  25. 744f67f Add keyword.kwlist to the public API. by Fred Drake · 23 years ago
  26. db2d3d1 libkeyword.tex was missing from the list of dependencies for the by Fred Drake · 23 years ago
  27. bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 23 years ago
  28. f9bb90e further work on saving configs by Steven M. Gava · 23 years ago
  29. 813b56e dialog for getting a new config file section name by Steven M. Gava · 23 years ago
  30. 30022ea Removed #include of obsolete ver.h. VC6 doesn't need it, and David Ascher by Tim Peters · 23 years ago
  31. 8cf2704 staying current with python idle fixes by Steven M. Gava · 23 years ago
  32. 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 23 years ago
  33. c8febec Rename the routine to start the target running _start(), with a compatibility by Jack Jansen · 23 years ago
  34. bd8ce79 smart_backspace_event(): remove now-pointless int() call. by Tim Peters · 23 years ago
  35. ff06671 Fix for by Michael W. Hudson · 23 years ago
  36. 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 23 years ago
  37. af14289 Fix for by Michael W. Hudson · 23 years ago
  38. 5b10910 Sjoerd Mullender pointed out that setup.py contained some tabs, by Michael W. Hudson · 23 years ago
  39. ea3ceaa PyDict_Next: update doc to indicate that pkey and pvalue return values are by Skip Montanaro · 23 years ago
  40. a23bc42 add missing return value info for PyDict_DelItem by Skip Montanaro · 23 years ago
  41. d91b0d6 fix for python2.2 -Qnew division error, thanks Tim! by Steven M. Gava · 23 years ago
  42. 4509168 classifyws(): Fix a "/" to work under -Qnew (as well as without it). by Tim Peters · 23 years ago
  43. 685d46f Newer names for various error include files. by Jack Jansen · 23 years ago
  44. a618c3f Build _tkinter for Carbon too. by Jack Jansen · 23 years ago
  45. 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 23 years ago
  46. 368875c Regenerated to take advantage of new _builtinSuites package. by Jack Jansen · 23 years ago
  47. d50c66b A "magic" suite that is the base suite for StdSuites. This solves a problem with the required events open/openapp/reopen/print/quit officially being part of Required but being defined (by Apple) in Standard. by Jack Jansen · 23 years ago
  48. bbf5ef5 more on config saving by Steven M. Gava · 23 years ago
  49. c112cd8 further work on config saving by Steven M. Gava · 23 years ago
  50. 796720b Mac _Scrap module is now carbon-compliant, so build it on OSX. by Jack Jansen · 23 years ago
  51. eafff4c Get rid of fsspec type initializer, it wasn't used anyway. by Jack Jansen · 23 years ago
  52. a4adacb Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  53. 815d2bf Changes by Donovan Preston (and a few minor ones by me) to make IDE run under by Jack Jansen · 23 years ago
  54. c71efe0 Also install the Tools directory on "make installmacsubtree". by Jack Jansen · 23 years ago
  55. aae728f Fix typo reported by François Pinard. by Fred Drake · 23 years ago
  56. 5f28e8f extension config reading by configDialog and beginning of configuration saving by Steven M. Gava · 23 years ago
  57. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
  58. 72c3bf0 changeover to new keybinding configuration implementation by Steven M. Gava · 23 years ago
  59. c628a06 further work on keybinding configuration by Steven M. Gava · 23 years ago
  60. 68d7336 keybinding configuration by Steven M. Gava · 23 years ago
  61. facfc09 keybinding configuration by Steven M. Gava · 23 years ago
  62. d45a543 Another name. by Thomas Heller · 23 years ago
  63. 5cba76d SWIGing a source file <name>.i silently overwrites <name>.c if it is by Thomas Heller · 23 years ago
  64. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 23 years ago
  65. 109f094 Added a note that you have to add Mac/Lib to sys.path after doing by Jack Jansen · 23 years ago
  66. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  67. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
  68. ac6dd0a Updated GNU info dir segment from Milan Zamazal. by Fred Drake · 23 years ago
  69. 826e982 Update email address. by Fred Drake · 23 years ago
  70. d6bdb07 Update the list of output formats. by Fred Drake · 23 years ago
  71. 9741dc9 Use BLDLIBRARY to build extension modules. Fixes #504252. 2.2.1 candidate. by Martin v. Löwis · 23 years ago
  72. ac96868 Consistency nits. by Fred Drake · 23 years ago
  73. efff11b Minor consistency nit. by Fred Drake · 23 years ago
  74. f717f05 Allow abspath to still do something sensisble if the nt module can not be imported. by Mark Hammond · 23 years ago
  75. 39230b3 Apply a variant of patch by Michael W. Hudson · 23 years ago
  76. 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 23 years ago
  77. f242812 Fix for by Michael W. Hudson · 23 years ago
  78. 8fbd4a3 That hasn't been my email address for a while! by Michael W. Hudson · 23 years ago
  79. 02af964 Patch #504225: add plan9 ifdef to timemodule floatsleep. by Martin v. Löwis · 23 years ago
  80. 1f803f7 Updated patch #487906: Revise inline docs. by Martin v. Löwis · 23 years ago
  81. fdc8d75 Include errors.rsrc in the Python.app resource file, so the error strings by Jack Jansen · 23 years ago
  82. ad134f0 Update master Windows buildno list for 2.1.2final. by Tim Peters · 23 years ago
  83. eaa0a22 Disable code intended for PEP 277. by Guido van Rossum · 23 years ago
  84. 340cbe7 A tentative fix for SF bug #503837 (Roeland Rengelink): by Guido van Rossum · 23 years ago
  85. 7668957 Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails by Jack Jansen · 23 years ago
  86. 4f3a62d There's no need for typechecks on the second and third argument of by Guido van Rossum · 23 years ago
  87. 5e99731 Only test ntpath.abspath() on Windows. This allows the rest of the module to by Fred Drake · 23 years ago
  88. 3d62f8c Fix a simple typo. Has this to be fixed also in other branches? by Thomas Heller · 23 years ago
  89. 32d1a3b Fixed to work under MachoPython, doing the expected unpacking for applesingle files. The IDE still doesn't work, though, because it uses :-style pathnames. by Jack Jansen · 23 years ago
  90. d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 23 years ago
  91. 51e77e1 Regenerated from UH 3.4. Candidate for 2.2.1. by Jack Jansen · 23 years ago
  92. 175af25 Export SIGINFO. Fixes #502077. by Martin v. Löwis · 23 years ago
  93. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  94. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  95. edb60a7 key binding handling dialog by Steven M. Gava · 23 years ago
  96. 8aa4987 Removed references to download of Waste. by Jack Jansen · 23 years ago
  97. 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 23 years ago
  98. 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 23 years ago
  99. b99e521 - Updated to Waste 2.0. by Jack Jansen · 23 years ago
  100. 00638bd Don't call PyMac_OutputSeen if we have a custom console. Fix by Alexandre Parenteau. by Jack Jansen · 23 years ago