1. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  2. f9f61b4 Note version added for conditional expressions by Neal Norwitz · 18 years ago
  3. e2dd78c Update for PEP 308 patch. by Thomas Wouters · 18 years ago
  4. 16c7f71 Handle testlist_safe and or_test like testlist. by Martin v. Löwis · 18 years ago
  5. 49a1302 Alias non-terminals introduced for backwards compatibility. by Martin v. Löwis · 18 years ago
  6. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  7. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  8. 2086eaf Check for a not-found rlconf.h by testing for None. by Martin v. Löwis · 18 years ago
  9. 322a23f regenerated. please read PEP 306 when changing Python's grammar! by Anthony Baxter · 18 years ago
  10. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  11. d3a5f53 Avoid reinitializing the types twice. by Martin v. Löwis · 18 years ago
  12. 8d0701d Stop generating empty arrays. by Martin v. Löwis · 18 years ago
  13. 59090a7 Oops, I forgot to check this in with the change to Grammar/Grammar. by Neal Norwitz · 18 years ago
  14. 2b366e4 Check whether there are flags. by Martin v. Löwis · 18 years ago
  15. ce1d5d2 Fix iterating over cmpop_ty lists. by Martin v. Löwis · 18 years ago
  16. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 18 years ago
  17. 23b0dc5 Remove line meant to test trailing whitespace since that kind of whitespace is by Brett Cannon · 18 years ago
  18. d6e7e73 Whitespace normalization. by Tim Peters · 18 years ago
  19. 4b92a82 Oops. Fix syntax for C89 compilers. by Guido van Rossum · 18 years ago
  20. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  21. ab51f5f Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment about not removing yet. by Neal Norwitz · 18 years ago
  22. df95cb6 Move the vimrc file to the newly created Vim/ directory. by Brett Cannon · 18 years ago
  23. a4fe182 Add a script that auto-generates a Vim syntax highlighting file for Python. by Brett Cannon · 18 years ago
  24. d074beb Implement change suggested by Jiwon Seo on python-dev. by Neal Norwitz · 18 years ago
  25. 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 18 years ago
  26. 39fd231 On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things will by Jack Jansen · 18 years ago
  27. 81ae235 If the readline library is found try and determine whether it's the broken by Jack Jansen · 18 years ago
  28. de540e2 Got rid of byte-order dependencies. by Jack Jansen · 18 years ago
  29. b518d8c Fix casing of function names. by Georg Brandl · 18 years ago
  30. 418a1ef RFE #1436243: make integers in [0..256] preallocated. by Georg Brandl · 18 years ago
  31. df43165 Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. by Neal Norwitz · 18 years ago
  32. e51fc53 George Yoshida's fix. by Neal Norwitz · 18 years ago
  33. 6a29c32 Add test for classmethod ./. keyword args. by Georg Brandl · 18 years ago
  34. d02db40 Make staticmethod and classmethod complain about keyword args. by Georg Brandl · 18 years ago
  35. 7d42d3c fix typo by Georg Brandl · 18 years ago
  36. 868e704 Document "multifile" as deprecated. by Georg Brandl · 18 years ago
  37. d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 18 years ago
  38. b075fce Fix table header. by Walter Dörwald · 18 years ago
  39. 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 18 years ago
  40. c2fb6c7 Fix typo in functional module by Georg Brandl · 18 years ago
  41. 42a3deb Suppress another deprecation warning in the tests. by Tim Peters · 18 years ago
  42. 668a94a NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older Linux by Guido van Rossum · 18 years ago
  43. c255c7b Bug #1086854: Rename PyHeapType members adding ht_ prefix. by Georg Brandl · 18 years ago
  44. 32cbc96 Whitespace normalization. by Tim Peters · 18 years ago
  45. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 18 years ago
  46. a223d2c Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 18 years ago
  47. 9a27617 Based on discussion with Martin and Thomas on python-checkins by Neal Norwitz · 18 years ago
  48. e393bf6 Patch #931938: prevent setting sys.prefix to "" by Georg Brandl · 18 years ago
  49. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 18 years ago
  50. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 18 years ago
  51. de2cde6 Detect Win64 builds. by Martin v. Löwis · 18 years ago
  52. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 18 years ago
  53. e46af8c Let the SDK setup override distutils logic. by Martin v. Löwis · 18 years ago
  54. 5771310 Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 18 years ago
  55. 81299ad bug #872175: add --with-fpectl to README by Georg Brandl · 18 years ago
  56. dbd8339 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 18 years ago
  57. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  58. 200a580 Whitespace normalization. by Tim Peters · 18 years ago
  59. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 18 years ago
  60. 6302a5a Fix typpo. by Thomas Wouters · 18 years ago
  61. 20dd93f Fix compiler warning on amd64. We can't use zd here since this is by Neal Norwitz · 18 years ago
  62. a361bd8 Fix compiler warning (int vs Py_ssize_t mismatch by Neal Norwitz · 18 years ago
  63. 87f2875 Minor tweaks by Neal Norwitz · 18 years ago
  64. 0090a4c Generators have been permanent for a while. This comment is no longer applicable. by Neal Norwitz · 18 years ago
  65. f415d5f Ignore the tests which report leaks sporadically. by Neal Norwitz · 18 years ago
  66. d69e034 Fix a build problem introduced by r42230. by Hye-Shik Chang · 18 years ago
  67. e810fe2 Remove two instances of trailing commas. Resolves patch #1209781. by Georg Brandl · 18 years ago
  68. fe4b34c Fix the encodings package codec search function to only search by Marc-André Lemburg · 18 years ago
  69. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 18 years ago
  70. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 18 years ago
  71. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 18 years ago
  72. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 18 years ago
  73. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 18 years ago
  74. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 18 years ago
  75. e9b1949 Patch #1352711: make zipimport raise a complete IOError by Georg Brandl · 18 years ago
  76. 2a8ec99 test_gopher(): Squash another deprecation warning about gopherlib. by Tim Peters · 18 years ago
  77. 313fcd4 PyEnumKey(): Stop including the trailing NUL byte by Tim Peters · 18 years ago
  78. d9ab979 PyEnumKey(): Remove unused local. by Tim Peters · 18 years ago
  79. 19e2203 Add a unit test for bug fix #1396678. by Georg Brandl · 18 years ago
  80. 26caeba Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). by Georg Brandl · 18 years ago
  81. bb45973 This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK). by Neal Norwitz · 18 years ago
  82. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 18 years ago
  83. b2699b2 Add sizeof() instead of hardcoding variable length by Georg Brandl · 18 years ago
  84. 9a928e7 Patch #977553: speed up RegEnumKey call by Georg Brandl · 18 years ago
  85. 093ab1a Remove unused variable by Neal Norwitz · 18 years ago
  86. 1f63670 Patch #1426648: urllib proxy_bypass broken by Georg Brandl · 18 years ago
  87. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 18 years ago
  88. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 18 years ago
  89. 47fab92 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. by Georg Brandl · 18 years ago
  90. d5b6715 This should get test_timeout to pass when running on any python.org host. Will backport by Neal Norwitz · 18 years ago
  91. 7b4e7c2 Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 18 years ago
  92. 2d65b55 Fix intptr_t fallback for Py_ssize_t. by Martin v. Löwis · 18 years ago
  93. 5bb8a15 Fix typo. by Martin v. Löwis · 18 years ago
  94. 1518607 Fix size computation on Win64. by Martin v. Löwis · 18 years ago
  95. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  96. 24f7cad Changed the new deprecation warning to show the by Tim Peters · 18 years ago
  97. b6be87f Whitespace normalization. by Tim Peters · 18 years ago
  98. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 18 years ago
  99. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 18 years ago
  100. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 18 years ago