| Commit message (Expand) | Author | Age | Files | Lines |
* | Essentially SF patch 1061679: add missing __all__ to pickletools.py. | Tim Peters | 2004-11-06 | 1 | -0/+2 |
|
|
* | Comment cleanup. | Brett Cannon | 2004-11-06 | 1 | -11/+11 |
|
|
* | post-release | Anthony Baxter | 2004-11-04 | 1 | -39/+55 |
|
|
* | Fix bug 1052242. Also includes rewrite of test case using unittest and | Skip Montanaro | 2004-11-04 | 1 | -0/+11 |
|
|
* | release shenanigans | Anthony Baxter | 2004-11-03 | 2 | -2/+2 |
|
|
* | SF patch #1056967, changes the semantics of Template.safe_substitute() to not | Barry Warsaw | 2004-11-01 | 1 | -0/+4 |
|
|
* | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-30 | 1 | -0/+11 |
|
|
* | Patch #1044395: Allow configure option --enable-shared in FreeBSD. | Hye-Shik Chang | 2004-10-26 | 1 | -2/+2 |
|
|
* | SF #737473: Show up-to-date source code in tracebacks always. | Hye-Shik Chang | 2004-10-26 | 1 | -0/+3 |
|
|
* | SF bug #1054139: serious string hashing error in 2.4b1 | Raymond Hettinger | 2004-10-26 | 1 | -1/+1 |
|
|
* | SF bug #1052503: pdb runcall should accept keyword arguments | Raymond Hettinger | 2004-10-24 | 1 | -0/+2 |
|
|
* | SF bug #1048870: call arg of lambda not updating | Raymond Hettinger | 2004-10-24 | 1 | -1/+4 |
|
|
* | Move to version 2 of the PSF license, approved by the Board earlier today. | Tim Peters | 2004-10-23 | 1 | -2/+22 |
|
|
* | Fix minor reST error in Misc/NEWS. | Brett Cannon | 2004-10-22 | 2 | -0/+2 |
|
|
* | Latest version for beta 1. | Sean Reifschneider | 2004-10-21 | 1 | -37/+50 |
|
|
* | Add item | Andrew M. Kuchling | 2004-10-20 | 1 | -0/+2 |
|
|
* | SF bug #902037: relative on-disk SYSTEM id handling is incorrect | Raymond Hettinger | 2004-10-20 | 1 | -0/+3 |
|
|
* | SF patch #1038388: __main__ for whichdb.py | Raymond Hettinger | 2004-10-20 | 1 | -0/+2 |
|
|
* | Delete empty sections in beta1 news | Andrew M. Kuchling | 2004-10-19 | 1 | -15/+0 |
|
|
* | Add item | Andrew M. Kuchling | 2004-10-19 | 1 | -0/+2 |
|
|
* | Add support for %U and %W to contribute to calculating the date when the year | Brett Cannon | 2004-10-18 | 1 | -1/+2 |
|
|
* | Add sections for 2.4b2 | Brett Cannon | 2004-10-18 | 1 | -0/+61 |
|
|
* | release shenanigans | Anthony Baxter | 2004-10-15 | 2 | -2/+2 |
|
|
* | Patch 1046644 - improved distutils support for SWIG. | Anthony Baxter | 2004-10-14 | 2 | -0/+6 |
|
|
* | Patch 983206: distutils obeys LDSHARED env var. Removed the code in | Anthony Baxter | 2004-10-13 | 2 | -0/+4 |
|
|
* | 969574 | Anthony Baxter | 2004-10-13 | 2 | -0/+4 |
|
|
* | Fix PEP number | Andrew M. Kuchling | 2004-10-12 | 1 | -1/+1 |
|
|
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 1 | -0/+2 |
|
|
* | Added note about the new usegmt argument to email.Utils.formatdate(). | Barry Warsaw | 2004-10-11 | 1 | -0/+1 |
|
|
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 1 | -0/+5 |
|
|
* | PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. | Tim Peters | 2004-10-10 | 1 | -0/+10 |
|
|
* | find_key(): This routine wasn't thread-correct, and accounts for the | Tim Peters | 2004-10-10 | 1 | -0/+5 |
|
|
* | Add helpful comment | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+4 |
|
|
* | Take out Guido's name and put in the PSF | Andrew M. Kuchling | 2004-10-07 | 1 | -7/+1 |
|
|
* | Update two URLs | Andrew M. Kuchling | 2004-10-07 | 1 | -2/+2 |
|
|
* | Add -m to man page | Andrew M. Kuchling | 2004-10-07 | 1 | -0/+11 |
|
|
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -1/+6 |
|
|
* | Locale data that contains regex metacharacters are now properly escaped. | Brett Cannon | 2004-10-06 | 1 | -0/+5 |
|
|
* | Read the text files to be compared in universal-newline mode. | Tim Peters | 2004-10-03 | 1 | -1/+5 |
|
|
* | added plistlib news item | Just van Rossum | 2004-10-03 | 1 | -1/+3 |
|
|
* | SF bug #997050: Document, test, & check for non-string values in ConfigParser... | David Goodger | 2004-10-03 | 1 | -0/+6 |
|
|
* | SF bug #1017864: ConfigParser now correctly handles default keys, processing ... | David Goodger | 2004-10-03 | 1 | -0/+5 |
|
|
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 1 | -0/+13 |
|
|
* | SF bug#1038917 fix typos (Contributed by George Yoshida.) | Raymond Hettinger | 2004-10-02 | 1 | -1/+1 |
|
|
* | Noted the fix to deque gc. | Tim Peters | 2004-10-01 | 1 | -1/+3 |
|
|
* | Add note about inclusion of DarwinPorts directories in setup.py on darwin. | Brett Cannon | 2004-09-28 | 1 | -0/+4 |
|
|
* | Updated doctest doc news. | Tim Peters | 2004-09-26 | 1 | -1/+4 |
|
|
* | Add warning notation about using 'bomb' setting. | Brett Cannon | 2004-09-25 | 1 | -1/+3 |
|
|
* | Granted Noam Raphael's request for minor improvements to the re module and | Raymond Hettinger | 2004-09-24 | 1 | -0/+5 |
|
|
* | Introduced a Py_IS_NAN macro, which probably works on the major platforms | Tim Peters | 2004-09-23 | 1 | -1/+5 |
|
|