1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  2. e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
  3. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  4. 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 16 years ago
  5. 76ca13c Fix an accidental bug of an non-existent init function. by Brett Cannon · 16 years ago
  6. e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 16 years ago
  7. 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 16 years ago
  8. a82e8db Hopefully added _fileio module to the Windows build system by Christian Heimes · 16 years ago
  9. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 16 years ago
  10. 7e93587 Try to remove rgbimg from Windows builds. by Brett Cannon · 17 years ago
  11. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 17 years ago
  12. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 17 years ago
  13. d17301f Enable the building of the _types module on Windows. by Barry Warsaw · 18 years ago
  14. c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
  15. f178e5c Get the Windows build working again (recover from `struct` module changes). by Tim Peters · 18 years ago
  16. c4bd28c Remove some more references to regex that I missed. by Neal Norwitz · 18 years ago
  17. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  18. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  19. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  20. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  21. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  22. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  23. adadc0f Remove rotor and xreadlines from VC 7.1 build. by Tim Peters · 20 years ago
  24. 978d262 Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest for it soon. by Hye-Shik Chang · 20 years ago
  25. 6920e49 Woo hoo! All the encoding tests pass on Windows (& I downloaded the by Tim Peters · 20 years ago
  26. cc8f997 More cjkcodecs recovery: Python at least compiles on Window again. by Tim Peters · 20 years ago
  27. 9f5f056 Remove the pcre module. by Thomas Heller · 20 years ago
  28. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago
  29. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  30. daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 20 years ago
  31. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  32. 48918f7 Update build procedure to VC 7.1; make more modules builtin. by Martin v. Löwis · 21 years ago
  33. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  34. 6920652 Patch #714957: Explain ADDMODULE MARKER. by Martin v. Löwis · 21 years ago
  35. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  36. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  37. d1f5ccc Taught the Windows build about _randommodule.c. This is compiled by Tim Peters · 22 years ago
  38. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  39. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  40. 1566a17 Get hotshot closer to compiling on Windows. by Tim Peters · 23 years ago
  41. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  42. 747d5b6 Teach Windows build about the _weakref module. by Tim Peters · 23 years ago
  43. 58c82f0 Assorted xreadlines problems: by Tim Peters · 24 years ago
  44. c85eb0b Enable the binascii module for Win64. It builds and passes the test suite. by Trent Mick · 24 years ago
  45. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  46. 7889010 Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, by Thomas Wouters · 24 years ago
  47. f981c8f Add "exceptions" to list of built-in modules for the sake of by Guido van Rossum · 24 years ago
  48. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  49. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  50. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  51. 23ef82f Trent Mick: by Guido van Rossum · 24 years ago
  52. a8ee4c3 Mark Hammond: by Guido van Rossum · 24 years ago
  53. f4a3bd4 Remove _socket, select, soundex, and unicodedata. These have been by Guido van Rossum · 24 years ago
  54. 76bd689 VC++ project changes to add new Unicode files and modules. by Guido van Rossum · 24 years ago
  55. be211a5 Added sha module! by Guido van Rossum · 25 years ago
  56. 8f81a22 Some weird symbol (M_I386) was used to decide whether to include the by Guido van Rossum · 25 years ago
  57. e600578 Add winsound -- by Toby Dickenson with permission. by Guido van Rossum · 25 years ago
  58. 40ae0e9 Added _locale by Guido van Rossum · 26 years ago
  59. 4a7d701 Delete references to initreop(). by Guido van Rossum · 26 years ago
  60. 36e18e3 Added pypcre.c module. by Guido van Rossum · 27 years ago
  61. 8b523f9 Added reop by Guido van Rossum · 27 years ago
  62. 29c1ea5 Got the new structure working with MSVC 4.2. by Guido van Rossum · 27 years ago
  63. 2e146b3 Use spaces exclusively. by Guido van Rossum · 27 years ago
  64. 42c2e6a Added cStringIO and cPickle to the supported modules. by Guido van Rossum · 27 years ago
  65. 2b713b2 One more inittab. by Guido van Rossum · 27 years ago
  66. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  67. bf57ed5 Added thread module (it was already in the project!) by Guido van Rossum · 28 years ago
  68. eaf9b6c More changes for NT, Guido style by Guido van Rossum · 28 years ago
  69. 950a126 New versions of almost all files. by Guido van Rossum · 28 years ago
  70. 1bc716f Added PC files from Jim Ahlstrom. by Guido van Rossum · 28 years ago
  71. f2e98b4 new versions from Jim A by Guido van Rossum · 28 years ago
  72. 87d5e70 config files for DOS and Windows (all versions, all compilers) by Guido van Rossum · 28 years ago