| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -1/+4 |
|
|
* | Bug #1014775: update NEWS.help for changes in docutils. | Johannes Gijsbers | 2004-08-30 | 1 | -2/+2 |
|
|
* | Bug #1014770: apply some rest-foo and fix some docutils errors. | Johannes Gijsbers | 2004-08-30 | 1 | -1/+9 |
|
|
* | Patch #934356: if a module defines __all__, believe that rather than using | Johannes Gijsbers | 2004-08-30 | 1 | -0/+3 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -0/+3 |
|
|
* | Teach the random module about os.urandom(). | Raymond Hettinger | 2004-08-30 | 1 | -0/+3 |
|
|
* | SF patch 936813: fast modular exponentiation | Tim Peters | 2004-08-30 | 1 | -1/+13 |
|
|
* | SF patch 936813: fast modular exponentiation | Tim Peters | 2004-08-29 | 2 | -0/+11 |
|
|
* | Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. | Martin v. Löwis | 2004-08-29 | 2 | -0/+5 |
|
|
* | Patch #934711: Expose platform-specific entropy. | Martin v. Löwis | 2004-08-29 | 1 | -0/+3 |
|
|
* | SF feature request #992967: array.array objects should support sequences. | Raymond Hettinger | 2004-08-29 | 1 | -2/+2 |
|
|
* | When building with --disable-toolbox-glue under Darwin, skip building any | Brett Cannon | 2004-08-26 | 1 | -0/+3 |
|
|
* | Patch #1014930. Expose current parse location to XMLParser. | Dave Cole | 2004-08-26 | 1 | -0/+3 |
|
|
* | Patch #970015: Replace - by _ in version and release. | Martin v. Löwis | 2004-08-25 | 1 | -1/+2 |
|
|
* | Patch #970019: Include version and release in the BuildRoot. | Martin v. Löwis | 2004-08-25 | 1 | -0/+2 |
|
|
* | Patch #736857, #736859: Add -e option to build_scripts. | Martin v. Löwis | 2004-08-25 | 1 | -0/+3 |
|
|
* | PEP 292 classes Template and SafeTemplate are added to the string module. | Barry Warsaw | 2004-08-25 | 1 | -0/+2 |
|
|
* | Stop producing or using OverflowWarning. PEP 237 thought this would | Tim Peters | 2004-08-25 | 1 | -0/+6 |
|
|
* | Add Nick Coghlan for his patch solving an issue with joining string | Raymond Hettinger | 2004-08-23 | 1 | -0/+1 |
|
|
* | sf #1009373, #1005936. fix underscores in index entries in PDF files. | Neal Norwitz | 2004-08-21 | 1 | -3/+6 |
|
|
* | Patch 1012740: cStringIO's truncate doesn't | Tim Peters | 2004-08-21 | 1 | -1/+6 |
|
|
* | Bug #1005737, #1007249: Fix several build problems and warnings | Hye-Shik Chang | 2004-08-19 | 1 | -0/+3 |
|
|
* | Patch #900727: Add Py_InitializeEx to allow embedding without signals. | Martin v. Löwis | 2004-08-19 | 1 | -0/+2 |
|
|
* | Add support for FreeBSD 6. | Hye-Shik Chang | 2004-08-18 | 1 | -0/+2 |
|
|
* | Patch #995126: Correct directory size, and generate GNU tarfiles by default. | Martin v. Löwis | 2004-08-18 | 1 | -0/+2 |
|
|
* | Patch #800236: add HTTPResponse.getheaders(). | Martin v. Löwis | 2004-08-18 | 1 | -0/+2 |
|
|
* | Patch #1006219: let inspect.getsource show '@' decorators and add tests for | Johannes Gijsbers | 2004-08-18 | 1 | -0/+3 |
|
|
* | Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. | Martin v. Löwis | 2004-08-18 | 1 | -0/+3 |
|
|
* | Patch #764217: Add nametofont function, exists parameter. | Martin v. Löwis | 2004-08-18 | 1 | -0/+5 |
|
|
* | Various alpha 3 updates. | Raymond Hettinger | 2004-08-18 | 1 | -0/+14 |
|
|
* | - pygettext.py: Generate POT-Creation-Date header in ISO format. | Matthias Klose | 2004-08-16 | 1 | -0/+2 |
|
|
* | The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD | Matthias Klose | 2004-08-16 | 1 | -0/+3 |
|
|
* | - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). | Matthias Klose | 2004-08-15 | 1 | -0/+2 |
|
|
* | Add get_history_item and replace_history_item functions to the readline | Skip Montanaro | 2004-08-15 | 1 | -2/+8 |
|
|
* | Correct the order of application for decorators. Meant to be bottom-up and not | Brett Cannon | 2004-08-15 | 1 | -0/+3 |
|
|
* | bug #989672: pdb.doc and the help messages for the help_d and help_u methods | Johannes Gijsbers | 2004-08-14 | 1 | -0/+4 |
|
|
* | bug #990669: os.path.realpath() will resolve symlinks before normalizing the | Johannes Gijsbers | 2004-08-14 | 1 | -1/+5 |
|
|
* | bug 990669: os.path.normpath may alter the meaning of a path if it contains | Johannes Gijsbers | 2004-08-14 | 1 | -0/+4 |
|
|
* | bug #851123: shutil.copyfile will raise an exception when trying to copy a file | Johannes Gijsbers | 2004-08-14 | 1 | -0/+3 |
|
|
* | Removed item about an asyncore patch that got backed out. | Tim Peters | 2004-08-13 | 1 | -3/+0 |
|
|
* | 'inspect' was not listing the functions in a module properly if the module was | Brett Cannon | 2004-08-13 | 1 | -0/+4 |
|
|
* | SF patch #1005778, Fix seg fault if list object is modified during list.index() | Neal Norwitz | 2004-08-13 | 1 | -0/+4 |
|
|
* | Boosted the stack reservation for python.exe and python_w.exe from the | Tim Peters | 2004-08-12 | 1 | -0/+10 |
|
|
* | This is my patch: | Michael W. Hudson | 2004-08-12 | 2 | -0/+28 |
|
|
* | This is my patch | Michael W. Hudson | 2004-08-12 | 1 | -0/+3 |
|
|
* | A NEWS entry for my last checked in change (I've gotten out of the | Michael W. Hudson | 2004-08-12 | 1 | -0/+5 |
|
|
* | Patch #1003700: Add socketpair function to socket module. | Dave Cole | 2004-08-09 | 1 | -0/+2 |
|
|
* | Brief xrange news. | Tim Peters | 2004-08-08 | 1 | -1/+3 |
|
|
* | Also deprecated the old Tester class, which is no longer used by anything | Tim Peters | 2004-08-08 | 1 | -5/+20 |
|
|
* | eval_frame now has a PyAPI-style name | Michael W. Hudson | 2004-08-07 | 1 | -1/+1 |
|
|