1. 54d10fd Add a version annotation for the Q and q format codes. by Fred Drake · 23 years ago
  2. 2b30524 Forward-port revision 2.24.2.4 from the release21-maint branch: by Thomas Wouters · 23 years ago
  3. b269700 Note that 2.0.1 is also a PSF release. (Gregor Hoffleit, SF #433223.) by Guido van Rossum · 23 years ago
  4. cf37dfc Change IS_LITTLE_ENDIAN macro -- a little faster now. by Tim Peters · 23 years ago
  5. ad98db1 Fix a mis-indentation in _PyUnicode_New() that caused me to stare at by Guido van Rossum · 23 years ago
  6. 8fcd4b5 Fix an improperly placed comma. by Fred Drake · 23 years ago
  7. ede0509 _PyLong_AsByteArray: simplify the logic for dealing with the most- by Tim Peters · 23 years ago
  8. ce9de2f PyLong_From{Unsigned,}Long: count the # of digits first, so no more space by Tim Peters · 23 years ago
  9. ff70d3c Fixed typo in comment. by Tim Peters · 23 years ago
  10. e7c1f9b Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like by Tim Peters · 23 years ago
  11. 17e17d4 Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ). by Tim Peters · 23 years ago
  12. f251d06 _PyLong_FromByteArray: changed decl of "carry" to match "thisbyte". No by Tim Peters · 23 years ago
  13. 05607ad _PyLong_AsByteArray: Don't do the "delicate overflow" check unless it's by Tim Peters · 23 years ago
  14. 898cf85 _PyLong_AsByteArray: added assert that the input is normalized. This is by Tim Peters · 23 years ago
  15. 9cb0c38 PyLong_As{Unsigned,}LongLong: fiddled final result casting. by Tim Peters · 23 years ago
  16. 42107c5 Record Windows buildno for 2.0.1c1. by Tim Peters · 23 years ago
  17. 464fe3a Temporarily disable the message to stderr. Jeremy will know what to do by Marc-André Lemburg · 23 years ago
  18. 13a0172 Got rid of mactoolboxglue.c by Jack Jansen · 23 years ago
  19. 0c99575 Fixed an error in the signature of the QdRGB converter routines. by Jack Jansen · 23 years ago
  20. da9c5b3 The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL. by Tim Peters · 23 years ago
  21. d1a7da6 longobject.c: by Tim Peters · 23 years ago
  22. 91621db The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() by Tim Peters · 23 years ago
  23. 8bc84b4 _PyLong_{As,From}ByteArray: Minor code rearrangement aimed at improving by Tim Peters · 23 years ago
  24. 83213cc Add new built-in 'help' which invokes pydoc.help (with a twist). by Guido van Rossum · 23 years ago
  25. da4dbc3 Removed the Python version from the PYTHONHOMEHELP string. It was by Marc-André Lemburg · 23 years ago
  26. 66a0a0a Make the option processing more robust. by Fred Drake · 23 years ago
  27. 8c2133d Fix for bug #432384: Recursion in PyString_AsEncodedString? by Marc-André Lemburg · 23 years ago
  28. 4a6c5c5 Fixed reference to table notes for {}.keys() and {}.items() -- these by Fred Drake · 23 years ago
  29. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  30. ac4797a Make copy, cut and paste events case insensitive. Reported by Patrick by Guido van Rossum · 23 years ago
  31. 2a9b367 Two new private longobject API functions, by Tim Peters · 23 years ago
  32. 0b9bc20 Add the appropriate availability annotations for the popen*() family of by Fred Drake · 23 years ago
  33. 2d4e077 Trimmed trailing whitespace. by Tim Peters · 23 years ago
  34. 3023f78 Simplify some convolution by simply not recognizing 'q' and 'Q' at all by Tim Peters · 23 years ago
  35. be80085 Make clear in the docstring that "std" applies to both size and alignment, by Tim Peters · 23 years ago
  36. 819bb2c Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing by Thomas Wouters · 23 years ago
  37. 046f4d8 Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added by Fred Drake · 23 years ago
  38. c115835 Fix recent changes so that this section will format again. by Fred Drake · 23 years ago
  39. c533edc Renamed some stuff to tell the truth about what it does. by Tim Peters · 23 years ago
  40. 7b9542a Initial support for 'q' and 'Q' struct format codes: for now, only in by Tim Peters · 23 years ago
  41. fcc54ca Added a missing cast to the hashfunc initializer. by Jack Jansen · 23 years ago
  42. 0bb580d SF bug 431772: traceback.print_exc() causes traceback by Tim Peters · 23 years ago
  43. 07c1922 annoying whitespace inconsistency by Peter Schneider-Kamp · 23 years ago
  44. 2a7f384 SF bug 430991: wrong co_lnotab by Tim Peters · 23 years ago
  45. eefa964 Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*. by Martin v. Löwis · 23 years ago
  46. 0163d6d Patch #424475: Speed-up tp_compare usage, by special-casing the common by Martin v. Löwis · 23 years ago
  47. 7bc5071 Fix the attributions for the new floating point text. by Fred Drake · 23 years ago
  48. 8c27d99 Added credits in the right places. by Fred Drake · 23 years ago
  49. 417d667 Text from Tim & Guido discussing floating point arithmetic and what users by Fred Drake · 23 years ago
  50. 1dc98c4 add warning about situation where code may be executed twice, once when by Skip Montanaro · 23 years ago
  51. 62f9d7c In the section on extending the profiler, add some additional discussion by Fred Drake · 23 years ago
  52. 904aa7b call_trace(): Add an additional parameter -- pointer to a PyObject* by Fred Drake · 23 years ago
  53. edb5ffb Performance improvements to the profiler: by Fred Drake · 23 years ago
  54. 13b8bc5 Patch #429957: Add support for cp1140, which is identical to cp037, by Martin v. Löwis · 23 years ago
  55. e2ccb89 Document filter. by Martin v. Löwis · 23 years ago
  56. fbb2b4c check in for patch #430846 by Peter Schneider-Kamp · 23 years ago
  57. a4debff Patch #430754: Makes ftpmirror.py .netrc aware by Martin v. Löwis · 23 years ago
  58. 8879a33 Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode. by Marc-André Lemburg · 23 years ago
  59. 2c07195 Previous check-in was by mistake, undo it. by Martin v. Löwis · 23 years ago
  60. d895b20 This closes bug #430849 (internal error produced by binascii.a2b_base64) by Peter Schneider-Kamp · 23 years ago
  61. 22adac5 Patch #416220: Fix misplaced paren. by Martin v. Löwis · 23 years ago
  62. 1d88c59 Acknowledge the existence of the 'platform' file, generated by the by Guido van Rossum · 23 years ago
  63. 2a9bda9 Typo: "descrition" --> "description" by Fred Drake · 23 years ago
  64. 9ccc0df Add references to the documentation for the Python documentation markup. by Fred Drake · 23 years ago
  65. c341580 Added quopri codec. by Guido van Rossum · 23 years ago
  66. ebf94db Report on fnmatch.filter. by Martin v. Löwis · 23 years ago
  67. b5d4d2a Patch #409973: Speedup glob.glob, add fnmatch.filter. by Martin v. Löwis · 23 years ago
  68. 3d10b34 Wrap with extern "C". Fixes bug #428419. by Martin v. Löwis · 23 years ago
  69. e24fef0 Fix bug #422702: Make flag argument to open optional, and document it that way. by Martin v. Löwis · 23 years ago
  70. 2750bcc Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order. by Martin v. Löwis · 23 years ago
  71. b870c75 Make it possible to find the use of tp_as_buffer here with a global search. by Tim Peters · 23 years ago
  72. 8838269 Update a "Programmer's note" about lambda forms and scoping to reflect by Fred Drake · 23 years ago
  73. d993c87 Quick update to the extension mechanism (extend.py is gone, long live by Guido van Rossum · 23 years ago
  74. afb6ae8 Store the mask instead of the size in dictobjects. The mask is more by Tim Peters · 23 years ago
  75. b9d973d is -> if in rename description by Skip Montanaro · 23 years ago
  76. 58422e5 Convert the parser module test to use PyUnit. by Fred Drake · 23 years ago
  77. 194bfb2 Add some useful Windows encodings - patch #423221. by Mark Hammond · 23 years ago
  78. 351c3d0 Implement testGetElementsByTagNameNS. by Martin v. Löwis · 23 years ago
  79. ed525fb Fix getElementsByTagNameNS: by Martin v. Löwis · 23 years ago
  80. 453163d lookdict: stop more insane core-dump mutating comparison cases. Should by Tim Peters · 23 years ago
  81. 7b5d0af lookdict: Reduce obfuscating code duplication with a judicious goto. by Tim Peters · 23 years ago
  82. 00d0cb6 Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). by Fred Drake · 23 years ago
  83. 19b77cf Finish the dict->string coredump fix. Need sleep. Bugfix candidate. by Tim Peters · 23 years ago
  84. fa517b2 Fix comment. by Tim Peters · 23 years ago
  85. 23cf6be Coredumpers from Michael Hudson, mutating dicts while printing or by Tim Peters · 23 years ago
  86. 89e90d6 Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor by Neil Schemenauer · 23 years ago
  87. f4b33f6 dict_popitem(): Repaired last-second 2.1 comment, which misidentified the by Tim Peters · 23 years ago
  88. eb28ef2 New collision resolution scheme: no polynomials, simpler, faster, less by Tim Peters · 23 years ago
  89. 951a884 more public symbols for __all__ by Skip Montanaro · 23 years ago
  90. 81e142b Document os.getenv(). This closes SF bug #429059. by Fred Drake · 23 years ago
  91. c19f392 Some general cleanup of the threading module documentation, including by Fred Drake · 23 years ago
  92. 024da35 PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function call by Tim Peters · 23 years ago
  93. 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
  94. 3b755d4 Michel Pelletier <michel@digicool.com>: by Fred Drake · 23 years ago
  95. 0b76d3a This division test was too stringent in its accuracy expectations for by Tim Peters · 23 years ago
  96. 9a828d3 BadDictKey test: The output file expected "raising error" to be printed by Tim Peters · 23 years ago
  97. 9a37418 New solution to the "Someone stuck a colon in that filename!" problem: by Fred Drake · 23 years ago
  98. 96a2a80 Users of PySequence_GET_FAST() should get the length of the sequence using by Fred Drake · 23 years ago
  99. dc9e7e4 readlink() description: Added note that the return value may be either by Fred Drake · 23 years ago
  100. 25916bd Change cascaded if stmts to switch stmt in vgetargs1(). by Jeremy Hylton · 23 years ago