1. cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 22 years ago
  2. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  3. 54e0eab OS/2 more program behaves like Win32 more by Andrew MacIntyre · 22 years ago
  4. 6c73af2 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  5. ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  6. 7bf6833 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  7. 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 22 years ago
  8. a5d78cc Whether platform malloc(0) returns NULL has nothing to do with whether by Tim Peters · 22 years ago
  9. b77d343 First work on making config changes dynamic, dynamic theme changes by Steven M. Gava · 22 years ago
  10. 03b1883 For clarity, change _longobject to build directly from PyObject_VAR_HEAD by Tim Peters · 22 years ago
  11. 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 22 years ago
  12. db30ac4 Revert the last odd change to PyNumber_Long: the problem it was trying by Tim Peters · 22 years ago
  13. ffd05ee Added PortableUnixMailbox to the __all__ variable, and in the __main__ by Barry Warsaw · 22 years ago
  14. 2eb0b87 SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects by Guido van Rossum · 22 years ago
  15. 6f33250 SF patch 517245 by Marc Recht. by Guido van Rossum · 22 years ago
  16. 7113d96 Changes to what we do to modules that don't import, as discussed on python-dev. by Michael W. Hudson · 22 years ago
  17. dcea370 Patch #524008: Fix portability bug on new POSIX hosts by Martin v. Löwis · 22 years ago
  18. 719cfc4 SF #517447, correct syntax error by Neal Norwitz · 22 years ago
  19. 29001ff Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  20. dbd55b3 Patch #523268, #522027: return enhanced tuples. by Martin v. Löwis · 22 years ago
  21. 9986633 Patch 520694: arraymodule.c improvements: by Martin v. Löwis · 22 years ago
  22. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  23. 31e233a Cells are not VAR objects. by Jeremy Hylton · 22 years ago
  24. 88b666c SF patch 518765 (Derek Harland): Bug in copy.py when used through rexec. by Guido van Rossum · 22 years ago
  25. e64ef93 SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. by Tim Peters · 22 years ago
  26. 5e67cde PyGC_Head: Use "long double" instead of "double" as the worst-case by Tim Peters · 22 years ago
  27. c948966 SF patch #524005 by Paul Eggert. by Guido van Rossum · 22 years ago
  28. 51e234a Patch #522279: transformer.py nodes shadows global. by Martin v. Löwis · 22 years ago
  29. 1c63f6e Correct various errors: by Martin v. Löwis · 22 years ago
  30. 5e9c80d %#x/%#X format conversion cleanup (see patch #450267): by Andrew MacIntyre · 22 years ago
  31. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 22 years ago
  32. e309504 Fix 2.2.1 string. by Tim Peters · 22 years ago
  33. 83bbeec Reserve a Windows build num for 2.2.1c1. by Tim Peters · 22 years ago
  34. 494cdb6 Add 2002 to PSF copyrights. by Michael W. Hudson · 22 years ago
  35. 06ee253 SF patch #523169, by Samuele Pedroni. by Guido van Rossum · 22 years ago
  36. 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 22 years ago
  37. d940054 OS/2 EMX port changes (Python part of patch #450267): by Andrew MacIntyre · 22 years ago
  38. c487439 OS/2 EMX port changes (Objects part of patch #450267): by Andrew MacIntyre · 22 years ago
  39. 5e090fc OS/2 EMX port changes (Include part of patch #450267): by Andrew MacIntyre · 22 years ago
  40. 67716b5 bugfix for the problem where EditorWindow instances by Steven M. Gava · 22 years ago
  41. bdba320 canonic(): Fix by Edward K Ream to make breakpoints work better on by Guido van Rossum · 22 years ago
  42. 16ac99a Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 22 years ago
  43. bc64f7c Edward K. Ream. by Guido van Rossum · 22 years ago
  44. 30efbcc Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 22 years ago
  45. b6b2aa6 Fix error in explanation of the interaction between $ and MULTILINE mode. by Fred Drake · 22 years ago
  46. 666e70d Add documentation about how the inter-module linking works. by Marc-André Lemburg · 22 years ago
  47. 4ca196d Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov. by Martin v. Löwis · 22 years ago
  48. a82d347 Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX by Martin v. Löwis · 22 years ago
  49. 3356766 Accept Unicode strings as SMTP TO addresses. Fixes #521270. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  50. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago
  51. 75a8e65 tracking changes to python idle: by Steven M. Gava · 22 years ago
  52. dc13517 Patch #520483: Make IDLE OutputWindow handle Unicode. 2.2.1 candidate. by Martin v. Löwis · 22 years ago
  53. 0ac16ec Patch #521714: fix pychecker warnings in ast.py. by Martin v. Löwis · 22 years ago
  54. 9d51fc8 Patch #521670: Remove unused sys import. by Martin v. Löwis · 22 years ago
  55. 9f4341b SF bug #501591: dir() doc is old Bugfix candidate. by Tim Peters · 22 years ago
  56. f8b1f24 Grammar tweak. by Greg Ward · 22 years ago
  57. 216cbca Typo: thsi -> this. Closes SF bug #521450. by Fred Drake · 22 years ago
  58. f47d60f Create and populate OS/2 EMX port platform specific library directory: by Andrew MacIntyre · 22 years ago
  59. f2d7d15 moved command logging routines into IMAP4 class: thread safe/faster by Piers Lauder · 22 years ago
  60. d2d58e0 First version which runs an install-script (specified by the by Thomas Heller · 22 years ago
  61. 8371e84 Correct the refcount information for the PyWeakref_GetObject() function. by Fred Drake · 22 years ago
  62. 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 22 years ago
  63. 45bec8c SF #515023. Make _DummyThread.join() signature match base class (Thread) by Neal Norwitz · 22 years ago
  64. ba902fd SF #515041, Update path for 2.3 by Neal Norwitz · 22 years ago
  65. f9bd6b0 Allow __doc__ to be of arbitrary type. Patch by James Henstridge, by Martin v. Löwis · 22 years ago
  66. 82c6682 further work on config system by Steven M. Gava · 22 years ago
  67. 4974575 handle user theme and key set deletion by Steven M. Gava · 22 years ago
  68. 6354386 Move some opcodes to top of big eval_frame switch statement. Skip by Neil Schemenauer · 22 years ago
  69. 54e5b89 SF bug #497839: reindent chokes on empty first lines. by Tim Peters · 22 years ago
  70. 41d97d6 Create and populate OS/2 EMX port build directory: by Andrew MacIntyre · 22 years ago
  71. 18e6778 Repair so that importing socket doesn't blow up on platforms that lack by Tim Peters · 22 years ago
  72. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 22 years ago
  73. 6f5505a For readability, switch to tab indents; was using a mix of tab indents, by Tim Peters · 22 years ago
  74. a5854c2 Patch #508038: Do not use a type as a variable name. by Martin v. Löwis · 22 years ago
  75. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  76. b4779c3 Patch #515598: removed unused import of os. by Martin v. Löwis · 22 years ago
  77. e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 22 years ago
  78. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  79. 976ade6 Also fix the comment. by Marc-André Lemburg · 22 years ago
  80. bb8b78b Fix the name of the header file. by Marc-André Lemburg · 22 years ago
  81. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  82. e441860 Whitespace normalization. by Tim Peters · 22 years ago
  83. 20882dd SF bug #516372: test_thread: unhandled exc. in thread by Tim Peters · 22 years ago
  84. e73ad2a Use the standard expression for the availability statement for alarm(). by Fred Drake · 22 years ago
  85. 8d1fdaf note that the alarm function is not available on Windows. by Skip Montanaro · 22 years ago
  86. 960d7a6 Added deprecatioon information for mac.xstat(). This closes SF bug #505150. by Fred Drake · 22 years ago
  87. 928051f The "%" character does not need to be escaped in verbatim environments. by Fred Drake · 22 years ago
  88. 7bc6f7a Consistently use \textasciicircum to produce a ^ character. by Fred Drake · 22 years ago
  89. 2eeec9b Fix typo. by Fred Drake · 22 years ago
  90. 78f6c86 Use PyModule_AddObject() instead of accessing the module dict directly. by Fred Drake · 22 years ago
  91. cca657b Use PyModule_AddIntConstant() instead of creating a private helper function. by Fred Drake · 22 years ago
  92. 8301256 Compute expat -I directives from srcdir. Fixes #517214. by Martin v. Löwis · 22 years ago
  93. b012a15 Finish the pyexpat rework for Windows: builders needn't suck down the by Tim Peters · 22 years ago
  94. 0c1ceaf Simon Budig's patch (posted by me): by Michael W. Hudson · 22 years ago
  95. 8fef47b Define VERSION in expat.h. by Martin v. Löwis · 22 years ago
  96. 9ad4b68 Windows time_clock(): rewrite to get rid of horrid casting tricks. by Tim Peters · 22 years ago
  97. 246debb Two OSX fixes related to switching Python versions in an existing sourcetree: by Jack Jansen · 22 years ago
  98. b48d198 "Generate" from expat.h.in, for 1.95.2. by Martin v. Löwis · 22 years ago
  99. 373f8d8 LOAD_FAST: rearrange branches to favor the expected case, and get by Tim Peters · 22 years ago
  100. 7ba5e81 Ensure we also build on VC7. Involves replacing largeint.h helper functions with msvc's native 64 bit integers. by Mark Hammond · 22 years ago