1. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  2. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  3. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  4. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  5. 8f6b6b0 Issue #9992: Remove PYTHONFSENCODING environment variable. by Victor Stinner · 14 years ago
  6. 9802b39 PYTHONFSENCODING is not available on Windows or Mac OS X by Victor Stinner · 14 years ago
  7. 358b63a Fix typo by Éric Araujo · 14 years ago
  8. 94908bb Issue #8622: Add PYTHONFSENCODING environment variable to override the by Victor Stinner · 14 years ago
  9. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  10. d26c18a Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory by Nick Coghlan · 14 years ago
  11. 44afa5e Fix typo. by Georg Brandl · 14 years ago
  12. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  13. 0805ca3 Merged revisions 79878-79880 via svnmerge from by Philip Jenvey · 14 years ago
  14. 379299c #8213: document behavior of -u on py3k better. by Georg Brandl · 14 years ago
  15. 615368f Document the -J and -X options for CPython. Note that unlike for py2k, we by Barry Warsaw · 14 years ago
  16. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  17. 4b44807 Clean up the list of allowed command-line flags. by Brett Cannon · 15 years ago
  18. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  19. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  20. eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 15 years ago
  21. 3221dc9 Merged revisions 72008 via svnmerge from by Georg Brandl · 15 years ago
  22. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 15 years ago
  23. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  24. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  25. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 16 years ago
  26. f913ac7 A totally crappy workaround for issue 4266, but this allows me to build the by Barry Warsaw · 16 years ago
  27. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  28. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  29. 2c906f1 Merged revisions 64130 via svnmerge from by Georg Brandl · 16 years ago
  30. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  31. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  32. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  33. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  34. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  35. 9ea0117 Remove ">>>>" markers left over from merge by Benjamin Peterson · 16 years ago
  36. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  37. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  38. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  39. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 16 years ago
  40. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  41. 226679a Added -b option to the list of command line options by Christian Heimes · 17 years ago
  42. 15c3254 No -Q flag anymore in Py3k. by Georg Brandl · 17 years ago
  43. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  44. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  45. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  46. 3c8ce77 Add new directory "using". This should have been in the merge patch, by Georg Brandl · 17 years ago