1. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  2. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  3. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  4. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  5. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  6. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  7. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  8. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  9. 7d71fb8 Little fixes: by Neal Norwitz · 17 years ago
  10. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  11. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  12. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  13. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  14. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  15. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  16. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  17. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  18. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  19. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  20. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  21. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  22. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  23. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  24. f8d7671 lower-case time_t. by Martin v. Löwis · 18 years ago
  25. a2d4d6c Patch #1437769: notice that time_t is a 64-bit type in VS2005 by Martin v. Löwis · 18 years ago
  26. dd860ca Update copyright notice. by Martin v. Löwis · 18 years ago
  27. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago
  28. fe8a566 Remove svn:mime-type (inexplicably set to a binary type), by Tim Peters · 18 years ago
  29. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  30. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  31. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  32. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  33. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  34. c7f6cf6 getpythonregpath(): Squash compiler warning about by Tim Peters · 18 years ago
  35. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  36. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  37. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  38. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 18 years ago
  39. 773feaf initwinsound(): this no longer compiled on Windows, by Tim Peters · 18 years ago
  40. 2188bf0 initmsvcrt(): This no longer compiled on Windows, because by Tim Peters · 18 years ago
  41. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  42. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  43. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  44. e515293 added TerminateProcess support to _subprocess driver by Fredrik Lundh · 19 years ago
  45. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  46. 51490ac Fix typo. by Walter Dörwald · 19 years ago
  47. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  48. 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 19 years ago
  49. 3a49e92 r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547 by Fredrik Lundh · 19 years ago
  50. bb4692b r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 by Fredrik Lundh · 19 years ago
  51. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  52. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  53. d56827c Add AST files to VC6 build. by Raymond Hettinger · 19 years ago
  54. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  55. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  56. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  57. 6ed710a update version numbers by Andrew MacIntyre · 19 years ago
  58. 578371f add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 19 years ago
  59. 744b313 add build machinery for the SSL socket module by Andrew MacIntyre · 19 years ago
  60. 4d81ac9 Update PSF copyright year to 2005. by Trent Mick · 19 years ago
  61. 9f2e3be Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 19 years ago
  62. 8abe7bf Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 19 years ago
  63. ff59f3c make thread stack size compile-time tunable on OS/2, increase main stack by Andrew MacIntyre · 19 years ago
  64. 54266fc cvsignore files generated by make_versioninfo. by Thomas Heller · 20 years ago
  65. a2cc269 Update example to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  66. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
  67. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  68. de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 20 years ago
  69. 8992b9b printf format code for integers is %d not %s. by Thomas Heller · 20 years ago
  70. 6ad6ee6 Update import library name on windows. by Thomas Heller · 20 years ago
  71. 9cc5cb7 Running the pre-install or post-install script did not work when by Thomas Heller · 20 years ago
  72. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
  73. 919637a Add _subprocess.c by Martin v. Löwis · 20 years ago
  74. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  75. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  76. f3250b0 Before this turns into an unreadable mess, follow PEP 7 by using by Tim Peters · 20 years ago
  77. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  78. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  79. fec1ce0 remove rotor module by Andrew MacIntyre · 20 years ago
  80. 3dac89e note module removals, update on BitTorrent issue by Andrew MacIntyre · 20 years ago
  81. 96b3725 bring modules up to date, correct .DEF file version by Andrew MacIntyre · 20 years ago
  82. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  83. 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 20 years ago
  84. 9732975 Add support for launcher.exe by Martin v. Löwis · 20 years ago
  85. ab9351b Add main program for icon file. by Martin v. Löwis · 20 years ago
  86. 53e50cb Remove rotor from the build. by Raymond Hettinger · 20 years ago
  87. 6ce6ef3 Remove rotor and xreadlines from VC 6 build. by Raymond Hettinger · 20 years ago
  88. 7bbed94 Fix installdir for Tix by Martin v. Löwis · 20 years ago
  89. adadc0f Remove rotor and xreadlines from VC 7.1 build. by Tim Peters · 20 years ago
  90. 89a0b7d Add patch for Tix 8.1.4. by Martin v. Löwis · 20 years ago
  91. 08d786a Help compiling icons into an exe, for use with MSI advertisement. by Martin v. Löwis · 20 years ago
  92. 8484fbf SF bug 1003471: Python 1.5.2 security vulnerability by Tim Peters · 20 years ago
  93. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  94. a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
  95. efdc16ff Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
  96. 978d262 Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest for it soon. by Hye-Shik Chang · 20 years ago
  97. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  98. 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
  99. 876d990 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  100. 07e5dc8 Teach VC6 project file about the new cjkcodecs structure. by Hye-Shik Chang · 20 years ago