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