| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63625 | martin.v.loewis | 2008-05-25 13:56:23 +0200 (So, 25 Mai 2008) | 1 line
Include all licenses of the packages that we include.
........
r63638 | martin.v.loewis | 2008-05-25 18:37:34 +0200 (So, 25 Mai 2008) | 1 line
Create grammar pickle files on installation; remove them on uninstallation.
........
|
|
|
|
|
|
|
|
| |
........
r63873 | georg.brandl | 2008-06-01 23:19:14 +0200 (Sun, 01 Jun 2008) | 2 lines
Deprecate htmllib and sgmllib for 3.0.
........
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63871 | georg.brandl | 2008-06-01 22:33:55 +0200 (Sun, 01 Jun 2008) | 3 lines
Generate pydoc's topic help from the reST docs via Sphinx'
new text writer.
........
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
........
r63861 | robert.schuppenies | 2008-06-01 19:11:09 +0200 (Sun, 01 Jun 2008) | 2 lines
Fix test_sys.
........
|
|
|
|
|
|
|
|
| |
........
r63863 | benjamin.peterson | 2008-06-01 14:01:25 -0500 (Sun, 01 Jun 2008) | 2 lines
add a warning about bgen being removed
........
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
........
r63848 | martin.v.loewis | 2008-06-01 10:06:17 +0200 (So, 01 Jun 2008) | 2 lines
Move sys_stream and sys_isatty out of the have-langinfo block.
........
r63849 | martin.v.loewis | 2008-06-01 10:19:02 +0200 (So, 01 Jun 2008) | 2 lines
Typo: encoding -> codeset.
........
|
|
|
|
|
|
|
|
| |
........
r63846 | martin.v.loewis | 2008-06-01 09:20:46 +0200 (So, 01 Jun 2008) | 2 lines
New environment variable PYTHONIOENCODING.
........
|
| |
|
| |
|
| |
|
|
|
|
| |
and backrefs can't be used inside []
|
|
|
|
|
|
|
|
|
|
|
| |
arguments. This gives about 30% speed improvement for the simplest
(but most common) cases. This patch skips the __format__ dispatch, and
also avoids creating an object to hold the format_spec.
Unfortunately, backporting this to 2.6 is going to be more challenging
due to str/unicode issues with format_spec. I'll work on that next.
Then I'll spend some time profiling and see what that tells me.
|
| |
|
|
|
|
|
|
|
|
| |
........
r63814 | eric.smith | 2008-05-30 14:10:04 -0400 (Fri, 30 May 2008) | 1 line
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
........
|
|
|
|
| |
optimizations.
|
| |
|
|
|
|
| |
it is guaranteed to return a new bytearray.
|
|
|
|
| |
more consistent.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
........
r63800 | brett.cannon | 2008-05-29 14:28:55 -0700 (Thu, 29 May 2008) | 1 line
Note that UserList and UserString were moved to 'collections' in 3.0.
........
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines
- Add unittests for platform.mac_ver (or rather, ensure that the unittest for
that function actually tests something on OSX).
- Add documentation to platform.mac_ver that explains why the middle element
of the return value will not contain useful information.
........
r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines
fix test_platform (os was not imported)
........
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
........
r63460 | ronald.oussoren | 2008-05-18 15:54:47 -0500 (Sun, 18 May 2008) | 6 lines
- Add unittests for platform.mac_ver (or rather, ensure that the unittest for
that function actually tests something on OSX).
- Add documentation to platform.mac_ver that explains why the middle element
of the return value will not contain useful information.
........
r63464 | benjamin.peterson | 2008-05-18 17:07:42 -0500 (Sun, 18 May 2008) | 2 lines
fix test_platform (os was not imported)
........
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/trunk
........
r63791 | thomas.heller | 2008-05-29 21:18:12 +0200 (Do, 29 Mai 2008) | 1 line
Fix compiler warning.
........
r63792 | thomas.heller | 2008-05-29 21:42:34 +0200 (Do, 29 Mai 2008) | 1 line
ctypes NULL function pointers have a boolean False value now.
........
|
|
|
|
|
|
|
|
| |
........
r63776 | georg.brandl | 2008-05-29 09:18:49 +0200 (Thu, 29 May 2008) | 2 lines
#2906: accept lists for options, and some cosmetic fixes in Tkinter.
........
|
| |
|
|
|
|
|
|
|
|
|
|
| |
........
r63767 | brett.cannon | 2008-05-28 22:08:50 -0700 (Wed, 28 May 2008) | 4 lines
UserString.MutableString has been removed in Python 3.0.
Works on issue #2877. Thanks Quentin Gallet-Gilles for the patch.
........
|
| |
|
|
|
|
| |
Stop dbm from importing every dbm module when imported.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
........
r63738 | benjamin.peterson | 2008-05-26 20:42:29 -0500 (Mon, 26 May 2008) | 4 lines
Improvements for test_py3kwarn
- Always show warnings so they are always catchable
- Make test_os_path_walk faster by walking a less populous directory
........
|
|
|
|
|
|
|
|
| |
........
r63736 | benjamin.peterson | 2008-05-26 20:18:39 -0500 (Mon, 26 May 2008) | 2 lines
remove some __getslice__
........
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
........
r63725 | benjamin.peterson | 2008-05-26 15:41:45 -0500 (Mon, 26 May 2008) | 2 lines
take Brett's advice on a few warnings
........
|
|
|
|
|
|
|
|
| |
........
r63721 | benjamin.peterson | 2008-05-26 14:41:53 -0500 (Mon, 26 May 2008) | 2 lines
warn about some members of the commands module
........
|
|
|
|
|
|
|
|
| |
........
r63719 | benjamin.peterson | 2008-05-26 14:37:11 -0500 (Mon, 26 May 2008) | 2 lines
wrap line
........
|
| |
|
|
|
|
|
|
|
|
|
|
| |
functions have been added to the subprocess module.
The fixer for this still needs to be written and proper Py3K deprecation
warnings for the functions that didn't make the transition need to be done in
2.6.
This is all part of trying to close issue #2872.
|
| |
|
| |
|
| |
|
| |
|
| |
|