1. 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
  2. eccc5fa Issue #4629: getopt raises an error if an argument ends with = whereas getopt by Victor Stinner · 14 years ago
  3. cf86e36 Issue #7989: Added pure python implementation of the datetime module. by Alexander Belopolsky · 14 years ago
  4. c2721b0 Add Brian Brazil. by Brett Cannon · 14 years ago
  5. cfae36f Test calendar.monthrange. by Brett Cannon · 14 years ago
  6. b6ee4f5 This fixes issue7900 by adding code that deals by Ronald Oussoren · 14 years ago
  7. c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
  8. e186e38 Fix for issue 7895. Avoid crashing the interpreter by Ronald Oussoren · 14 years ago
  9. 3a4e50c Document the fact that the 'test' package is meant only for use by Python by Brett Cannon · 14 years ago
  10. 3f8ecab Issue #9323: Fixed a bug in trace.py that resulted in loosing the name by Alexander Belopolsky · 14 years ago
  11. 533a167 Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli by Alexander Belopolsky · 14 years ago
  12. 41e6c3d Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in by Gregory P. Smith · 14 years ago
  13. 1b3c262 Clarify Misc/NEWS entry. by Mark Dickinson · 14 years ago
  14. e26660f Misc/NEWS entry for r82941. by Mark Dickinson · 14 years ago
  15. d92f040 Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x by Alexander Belopolsky · 14 years ago
  16. bbda0c5 sharedinstall should depend on sharedmods #9280 by Benjamin Peterson · 14 years ago
  17. 929d384 Issue #9268: Add annotation option to pickletools.dis by Alexander Belopolsky · 14 years ago
  18. 45bf773f #1555570: correctly handle a \r\n that is split by the read buffer. by R. David Murray · 14 years ago
  19. 1f9dea0 Issue #9251: test_threaded_import didn't fail when run through regrtest by Antoine Pitrou · 14 years ago
  20. e9ebde4 Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee. by Victor Stinner · 14 years ago
  21. b5085d8 Remove myself. by Martin v. Löwis · 14 years ago
  22. c014448 Put my name down for winreg. by Brian Curtin · 14 years ago
  23. 5ef96e5 allow byte literals by Benjamin Peterson · 14 years ago
  24. b214e90 Issue #9137: Fix issue in MutableMapping.update, which incorrectly by Mark Dickinson · 14 years ago
  25. 25fcd39 Issue #8974: fix print calls in msgfmt.py. by Martin v. Löwis · 14 years ago
  26. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  27. 1ac745b Issue #7616: Fix copying of overlapping memoryview slices with the Intel by Antoine Pitrou · 14 years ago
  28. 492f3fc Allow set literals in literal_eval(). by Georg Brandl · 14 years ago
  29. d395052 Fix for issue 9164 by Ronald Oussoren · 14 years ago
  30. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  31. c2f583a Reorder Jason "two O's" Coombs by Brian Curtin · 14 years ago
  32. 893766c Fix sort order mistake in Misc/ACKS. by R. David Murray · 14 years ago
  33. ea340a3 7846: limit fnmatch pattern cache to _MAXCACHE=100 entries. by R. David Murray · 14 years ago
  34. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  35. 0dd8f78 Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. by Mark Dickinson · 14 years ago
  36. a123631 Fix a performance issue in Decimal.pow. Thanks Stefan Krah for finding this. by Mark Dickinson · 14 years ago
  37. f48ea7c Issue #8605: Skip test_gdb if Python is compiled with optimizations. by Antoine Pitrou · 14 years ago
  38. ccabcd4 make struct sequences subclass tuple; kill lots of code by Benjamin Peterson · 14 years ago
  39. a9800a8 add NEWS by Benjamin Peterson · 14 years ago
  40. be64d95 Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError. by Mark Dickinson · 14 years ago
  41. a11d8c0 Issue #9000: datetime.timezone objects now have eval-friendly repr. by Alexander Belopolsky · 14 years ago
  42. 2cc8a5e Issue #9130: Fix validation of relative imports in parser module. by Mark Dickinson · 14 years ago
  43. 2bd61a9 Issue #9128: Fix validation of class decorators in parser module. by Mark Dickinson · 14 years ago
  44. 767a0f8 Trailing whitespace is bad for .rst files. by Brett Cannon · 14 years ago
  45. 60c762b Issue #9094: Make python -m pickletools disassemble pickles given in by Alexander Belopolsky · 14 years ago
  46. df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 14 years ago
  47. bc5c54b Merged revisions 82492 via svnmerge from by Victor Stinner · 14 years ago
  48. e2a8973 Issue 6507: missing patch submitter from NEWS entry in previous checkin by Nick Coghlan · 14 years ago
  49. 5c8b54e Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban by Nick Coghlan · 14 years ago
  50. 8315fd1 Some people have mistaken Python bytecode as being stable and unchanging. In by Brett Cannon · 14 years ago
  51. f751bc9 fix lookup of __ceil__ by Benjamin Peterson · 14 years ago
  52. 8bb9cde correctly lookup __trunc__ and __floor__ by Benjamin Peterson · 14 years ago
  53. 57221d0 Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629. by Ezio Melotti · 14 years ago
  54. 610aa4f Merged revisions 82404 via svnmerge from by Giampaolo Rodolà · 14 years ago
  55. b3a8984 Issue 9110. Adding ContextDecorator to contextlib. This enables the creation of APIs that act as decorators as well as context managers. contextlib.contextmanager changed to use ContextDecorator. by Michael Foord · 14 years ago
  56. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 14 years ago
  57. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 14 years ago
  58. c1c7cf6 Revert r82259; still no good way to override instead of replace OPT, but changing order alters pydebug optimization flags. by Brett Cannon · 14 years ago
  59. eb1f4aa #9064: accept number of frames for "up" and "down" commands in pdb. by Georg Brandl · 14 years ago
  60. 620c6c7 Having CFLAGS come before OPT prevents silencing certain classes of warnings by Brett Cannon · 14 years ago
  61. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  62. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  63. 6186bfb Merged revisions 82210 via svnmerge from by Antoine Pitrou · 14 years ago
  64. 25e8ec4 Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, use by Victor Stinner · 14 years ago
  65. 8bae4ec Issue #8682: The ssl module now temporary increments the reference count of by Antoine Pitrou · 14 years ago
  66. 4aae1eb Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes by Victor Stinner · 14 years ago
  67. 285a689 Merged revisions 82157 via svnmerge from by Benjamin Peterson · 14 years ago
  68. 31b16a5 Merged revisions 82130 via svnmerge from by Benjamin Peterson · 14 years ago
  69. 75f94c2 Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. by Alexander Belopolsky · 14 years ago
  70. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago
  71. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 14 years ago
  72. 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 14 years ago
  73. 2cd1252 Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc by Victor Stinner · 14 years ago
  74. 0fe25a4 Issue #6543: Write the traceback in the terminal encoding instead of utf-8. by Victor Stinner · 14 years ago
  75. 870f09a Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument. by Victor Stinner · 14 years ago
  76. ca94f55 Issue #6641: The datetime.strptime method now supports the %z directive. by Alexander Belopolsky · 14 years ago
  77. d35a32e Issue #9011: Remove buggy and unnecessary ST->AST compilation code by Mark Dickinson · 14 years ago
  78. a1b3740 Merged revisions 82039 via svnmerge from by R. David Murray · 14 years ago
  79. 2bdab24 Issue #850997: Oops, I forgot the author of the patch: Mark Hammond by Victor Stinner · 14 years ago
  80. 554f3f0 Issue #850997: mbcs encoding (Windows only) handles errors argument: strict by Victor Stinner · 14 years ago
  81. 45e0e14 Merged revisions 81675 via svnmerge from by R. David Murray · 14 years ago
  82. 4e749a1 Issue #5094: The ``datetime`` module now has a simple concrete class by Alexander Belopolsky · 14 years ago
  83. 06e49dd Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z" by Victor Stinner · 14 years ago
  84. edc5d20 Merged revisions 81971 via svnmerge from by Mark Dickinson · 14 years ago
  85. 3898174 Merged revisions 81969 via svnmerge from by Mark Dickinson · 14 years ago
  86. bcdf9da Merged revisions 81967 via svnmerge from by Mark Dickinson · 14 years ago
  87. fcdc79a Added acknowlegement for Issue #3129 by Alexander Belopolsky · 14 years ago
  88. 4b80ef5 Issue #8973: Add __all__ to struct module, so that help(struct) correctly by Mark Dickinson · 14 years ago
  89. 5e76e94 Merged revisions 80578 via svnmerge from by Nick Coghlan · 14 years ago
  90. 313a120 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode by Victor Stinner · 14 years ago
  91. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  92. da0eca4 Issue #8966: If a ctypes structure field is an array of c_char, convert its by Victor Stinner · 14 years ago
  93. cc0cfd3 Merged revisions 81907 via svnmerge from by Antoine Pitrou · 14 years ago
  94. 177e853 Issue #3129: Trailing digits in format string are no longer ignored. by Alexander Belopolsky · 14 years ago
  95. 9b88b91 Fix issue number typo. by Mark Dickinson · 14 years ago
  96. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  97. c730131 Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs, by Mark Dickinson · 14 years ago
  98. 600d3be Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to by Victor Stinner · 14 years ago
  99. 3dcb5ac Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing format by Victor Stinner · 14 years ago
  100. 9dd47b8 Added myself as a maintainer of time and datetime modules. by Alexander Belopolsky · 14 years ago