1. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  2. d88ddfa Make these files to compile again under Windows. by Thomas Heller · 16 years ago
  3. 06157a4 correct docstring by Benjamin Peterson · 16 years ago
  4. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
  5. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  6. c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
  7. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  8. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  9. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  10. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  11. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  12. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  13. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  14. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  15. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
  16. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  17. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  18. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  19. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  20. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  21. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  22. e783700 Fix thoroughly misleading comment by Nick Coghlan · 17 years ago
  23. 2d378ab Fixed #1630 by Christian Heimes · 17 years ago
  24. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  25. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  26. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  27. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  28. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 17 years ago
  29. eb9b39b Paths and file names from the fs should always be decoded with PyUnicode_DecodeFSDefault and not PyUnicode_FromString by Christian Heimes · 17 years ago
  30. 06cfe95 No need to include windows.h twice by Amaury Forgeot d'Arc · 17 years ago
  31. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  32. 5894ba7 Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. by Christian Heimes · 17 years ago
  33. 56cdf68 Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes) by Neal Norwitz · 17 years ago
  34. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  35. e226b55 PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion). by Eric Smith · 17 years ago
  36. 8a4eb29 Fix refleaks in test_unicode and test_string related to the new format code. by Neal Norwitz · 17 years ago
  37. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  38. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  39. aefab1e Use unicode by Neal Norwitz · 17 years ago
  40. f308132 Add const to input string parameters by Neal Norwitz · 17 years ago
  41. d5a5f5d Patch #1774414: make it possible to use SVK to develop Python. by Collin Winter · 17 years ago
  42. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  43. 96ca691 Make sys.path and sys.argv into lists of strings. by Guido van Rossum · 17 years ago
  44. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  45. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  46. 94093ff Change most sys attributes that were str8 objects into str objects by Walter Dörwald · 17 years ago
  47. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  48. 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 17 years ago
  49. 360b01a Change getdefaultencoding() and getfilesystemencoding() by Walter Dörwald · 17 years ago
  50. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  51. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  52. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  53. 670e692 Patch #1680961: remove sys.exitfunc and replace it with a private C API. Also, reimplement atexit in C so it can take advantage of this private API. by Collin Winter · 17 years ago
  54. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  55. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  56. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  57. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  58. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  59. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  60. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  61. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  62. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  63. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  64. 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 18 years ago
  65. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  66. 4281cef Use Py_ssize_t for _Py_RefTotal. by Neal Norwitz · 18 years ago
  67. 5118517 Fix minor docstring typo. by Brett Cannon · 18 years ago
  68. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  69. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  70. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  71. e86e7a5 svnversion_init(): Use standard layout for function defn. by Tim Peters · 19 years ago
  72. 216b78b Trimmed trailing whitespace. by Tim Peters · 19 years ago
  73. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
  74. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  75. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  76. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  77. 6953772 patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 19 years ago
  78. 13a1fde Partially revert #1074011; don't try to fflush stdin. Backported to 2.3 and 2.4. by Martin v. Löwis · 20 years ago
  79. 8e3ca8a Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 20 years ago
  80. 800ba23 This is my patch: by Michael W. Hudson · 20 years ago
  81. 0f5aed4 Remove compiler warning by Neal Norwitz · 20 years ago
  82. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  83. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  84. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  85. a2c17c5 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 21 years ago
  86. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  87. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  88. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  89. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  90. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  91. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  92. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  93. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 22 years ago
  94. 27bb71e Patch #664376: sys.path[0] should contain absolute pathname. by Thomas Heller · 22 years ago
  95. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  96. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
  97. 8e790e7 expose PYTHON_API_VERSION macro as sys.api_version. Closes patch # 601456. by Skip Montanaro · 22 years ago
  98. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  99. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  100. e739a0d Got rid of an extraneous semicolon. by Jack Jansen · 22 years ago