1. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 25 years ago
  2. 6ce00b4 Tweaked 'get_platform()' to include the first character of the OS release: by Greg Ward · 25 years ago
  3. 7d51034 Removed some old test code: don't set 'plat' when calling 'new_compiler()'. by Greg Ward · 25 years ago
  4. 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 25 years ago
  5. 8422964 Patch (mostly) from Thomas Heller for building on Windows: by Greg Ward · 25 years ago
  6. 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 25 years ago
  7. 64231e5 Add back an obscure "feature" to the Obj version of Tkapp_Call(): a by Guido van Rossum · 25 years ago
  8. 6148c2c Added 'bdist' and 'bdist_dumb'. by Greg Ward · 25 years ago
  9. 42405a5 A version of FixTk.py that works with the way the installer now installs Tcl/Tk. by Guido van Rossum · 25 years ago
  10. 1b64a7e Added 'get_name()' and 'get_full_name()' methods to Distribution. by Greg Ward · 25 years ago
  11. 32ce329 Added 'create_tree()'. by Greg Ward · 25 years ago
  12. 318a9d7 Added DistutilsInternalError. by Greg Ward · 25 years ago
  13. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 25 years ago
  14. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 25 years ago
  15. 1aab6e9 Added 'get_inputs()'. by Greg Ward · 25 years ago
  16. ba38d12 Fixed 'get_outputs()' so it actually works. by Greg Ward · 25 years ago
  17. 578c10d Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods by Greg Ward · 25 years ago
  18. 43da798 Bit of cleanup on the projects. by Guido van Rossum · 25 years ago
  19. ef40e77 Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype by Guido van Rossum · 25 years ago
  20. 387b101 rename args variable in CALL_FUNCTION to callargs (avoids name override) by Jeremy Hylton · 25 years ago
  21. 706dbd0 Mark Hammond: Ooops - even though Win32 handles the same args, there by Guido van Rossum · 25 years ago
  22. a7937e5 Added mmap project. (Mark Hammond.) by Guido van Rossum · 25 years ago
  23. 09fdf07 Hacked for Win32 by Mark Hammond. by Guido van Rossum · 25 years ago
  24. 767e775 Improved test, by Mark Hammond, for Win32. by Guido van Rossum · 25 years ago
  25. 2b6004a New version 1.0.4. I'm sure someone mailed me these patches but I by Guido van Rossum · 25 years ago
  26. 8daef37 New version 1.0.4. I'm sure someone mailed me these patches but I by Guido van Rossum · 25 years ago
  27. ab5ca15 Fix by Eric Raymond: make the code that looks for various bits of by Guido van Rossum · 25 years ago
  28. a1f0a8f Don't use the object call interface in Tk 8.0 -- the EvalObj* API by Guido van Rossum · 25 years ago
  29. 49679b4 Oops, the previous patch contained a bug in chmod. Fixed now. by Guido van Rossum · 25 years ago
  30. ffd15f5 Two robustness patches: by Guido van Rossum · 25 years ago
  31. fb2789f Couple more names. We need to add way more names -- I'll have to dig by Guido van Rossum · 25 years ago
  32. 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 25 years ago
  33. ffc0f4f Use modern PyArg_ParseTuple style, with function names. (Mostly.) by Guido van Rossum · 25 years ago
  34. 2efa369 Use modern PyArg_ParseTuple style, with function names. by Guido van Rossum · 25 years ago
  35. 6a973c7 robustify UserList constructor -- will now accept any sequence by Jeremy Hylton · 25 years ago
  36. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 25 years ago
  37. aaf0ab2 Add linuxaudio module. by Guido van Rossum · 25 years ago
  38. b130dc7 Audio module for Linux, contributed by Peter Bosch. by Guido van Rossum · 25 years ago
  39. 2ab9082 Show Tcl/Tk version number in _test() and show Unicode test if possible. by Guido van Rossum · 25 years ago
  40. a14253d Make it version 1.6a1. by Guido van Rossum · 25 years ago
  41. 5cf648b Seems there was a version string here that still looked like 1.5.2. by Guido van Rossum · 25 years ago
  42. 8c4cba8 Mark Hammond: ensure the new standard module winreg is installed. by Guido van Rossum · 25 years ago
  43. a12c7a7 Add PyDict_Copy() function to C API for dicts. It returns a new by Jeremy Hylton · 25 years ago
  44. c06653f Internal changes. by Guido van Rossum · 25 years ago
  45. fb515f8 Added Tcl 8.3. by Guido van Rossum · 25 years ago
  46. 426e39f Deleting Python 1.5 project and Wise file. by Guido van Rossum · 25 years ago
  47. a35be2f Output for simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 25 years ago
  48. e81b9cf Added simple test case for mmap on Unix; someone needs to write a by Andrew M. Kuchling · 25 years ago
  49. 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 25 years ago
  50. e0dd301 Removed two files that were added temporarily. by Guido van Rossum · 25 years ago
  51. b8f512b Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. by Guido van Rossum · 25 years ago
  52. 71d5583 Oops: 'build_extensions()' no longer takes an 'extensions' list. by Greg Ward · 25 years ago
  53. 88716bb Revamped path access again, by Mark Hammond, to be more robust in the by Guido van Rossum · 25 years ago
  54. d30dedc Michael Hudson: With the (cool!) new call syntax, the longest opcode by Guido van Rossum · 25 years ago
  55. bf45322 Lawrence Kesteloot noted: Lib/user.py has a comment that says that the by Guido van Rossum · 25 years ago
  56. bdcc96c Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan by Fred Drake · 25 years ago
  57. bc9476e __pushtodev(): Ignore transient sunaudiodev.errors when setting the by Barry Warsaw · 25 years ago
  58. b2ba9d8 eval_code2(): Oops, in the last checkin, we shouldn't check for by Barry Warsaw · 25 years ago
  59. 4961ef7 eval_code2(): In the extended calling syntax opcodes, you must check by Barry Warsaw · 25 years ago
  60. 918429b Moved robotparser.py to the Lib directory. by Guido van Rossum · 25 years ago
  61. 1d16a9f Put the Python "system" include dir last, rather than first. by Greg Ward · 25 years ago
  62. 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 25 years ago
  63. ed8a0e0 Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  64. 044b7c1 Changed 'copy_tree()' so it returns the list of all files that were copied or by Greg Ward · 25 years ago
  65. 739d066 Documented Bastian's patch. Made handling OSError in 'mkpath()' more standard. by Greg Ward · 25 years ago
  66. da4d1ae Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: by Greg Ward · 25 years ago
  67. 7c1a6d4 Added 'make_tarball()' and 'make_zipfile()' functions in preparation by Greg Ward · 25 years ago
  68. 03d1ae1 Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util by Greg Ward · 25 years ago
  69. f00c34d Added the "distribution query" methods: 'has_pure_modules()', by Greg Ward · 25 years ago
  70. ab9d08c Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. by Greg Ward · 25 years ago
  71. e5dfba5 Be sure to run both 'build_py' and 'build_ext', now that this command by Greg Ward · 25 years ago
  72. ee94c57 Changed so the sub-commands we rely on to do the real work is specified by Greg Ward · 25 years ago
  73. ae45b16 Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' by Greg Ward · 25 years ago
  74. 4d16e0a Added 'get_outputs()' in prepartion for the 'bdist' command. by Greg Ward · 25 years ago
  75. 8b2e95e Deleted some crufty comments and code. by Greg Ward · 25 years ago
  76. 15a57a7 Update for creating and linking with python16.dll. by Guido van Rossum · 25 years ago
  77. a29b360 Updated for Python 1.6 and VC++ 6.0. by Guido van Rossum · 25 years ago
  78. 9c94a88 Version -> 1.6. by Guido van Rossum · 25 years ago
  79. e02e48b Changes to completely ignore the registry when it detects that you are by Guido van Rossum · 25 years ago
  80. 436364c Change the pragmas to use python16.lib instead of python15.lib. (Took by Guido van Rossum · 25 years ago
  81. 21a50bd Version updated to 1.6; API version to 1009. by Guido van Rossum · 25 years ago
  82. 632de27 The Tcl_Obj patch discussed on the patches list. by Guido van Rossum · 25 years ago
  83. e4fb958 remove reference (vestigal) to CALL_FUNCTION_STAR by Jeremy Hylton · 25 years ago
  84. a403d7d remove reference to CALL_FUNCTION_STAR in comment by Jeremy Hylton · 25 years ago
  85. 003663d fix previous checkin by Jeremy Hylton · 25 years ago
  86. aed0d8d add test cases for Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
  87. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 25 years ago
  88. 93a7c0f Fredrik Lundh: by Guido van Rossum · 25 years ago
  89. 1916b35 Fredrik Lundh: by Guido van Rossum · 25 years ago
  90. 8f11d8e Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools:CGI: stuff. Later. (jvr) by Just van Rossum · 25 years ago
  91. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 25 years ago
  92. 09fca8d Mark Hammond: add winreg module as new subproject. by Guido van Rossum · 25 years ago
  93. 9f3712c Mark Hammond: new winreg module; updated dllbase file. by Guido van Rossum · 25 years ago
  94. de59855 Mark Hammond: test suite for new winreg module. by Guido van Rossum · 25 years ago
  95. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
  96. 66d4513 Piers Lauder: by Guido van Rossum · 25 years ago
  97. 8430624 Fix suggested by Magnus Kessler: in class Page, it is possible for by Guido van Rossum · 25 years ago
  98. a80649b Patch by Neil Schemenauer to remove support for Tcl/Tk versions before by Guido van Rossum · 25 years ago
  99. c88093a small fix: don't depend on the exact location of PythonCGISlave within the Python tree. (jvr) by Just van Rossum · 25 years ago
  100. f518727 Added getaboutmenutext() method. (jvr) by Just van Rossum · 25 years ago