..
ctypes
Syntax cleanup.
2010-07-28 16:39:41 +00:00
curses
…
dbm
#9397 : remove mention of dbm.bsd which does not exist anymore.
2010-07-29 16:26:56 +00:00
distutils
Ensure that the Makefile variable expansion
2010-07-23 09:43:17 +00:00
email
Issue #4770 : Restrict binascii module to accept only bytes (as specified).
2010-07-27 21:20:15 +00:00
encodings
Merged revisions 81499,81506 via svnmerge from
2010-06-27 22:41:29 +00:00
html
Recorded merge of revisions 81500-81501 via svnmerge from
2010-05-24 21:46:25 +00:00
http
#9032 : XML-RPC client: Transport.request() retries on EPIPE error
2010-07-24 02:24:55 +00:00
idlelib
#9359 : fix typo. Thanks to Piotr Kasprzyk for the patch.
2010-07-23 16:48:22 +00:00
importlib
Add importlib benchmarks which try to be "realistic" by importing the decimal
2010-07-22 07:40:56 +00:00
json
Syntax cleanup.
2010-07-28 16:39:41 +00:00
lib2to3
Merged revisions 81478,82530-82531 via svnmerge from
2010-07-04 16:44:15 +00:00
logging
Merged revisions 80712,81651 via svnmerge from
2010-06-27 20:54:28 +00:00
msilib
Merged revisions 73390 via svnmerge from
2009-06-12 17:31:41 +00:00
multiprocessing
Issue #7316 : the acquire() method of lock objects in the :mod:`threading`
2010-04-14 15:44:10 +00:00
plat-aix4
…
plat-darwin
…
plat-freebsd4
Merged revisions 78644 via svnmerge from
2010-03-04 02:11:41 +00:00
plat-freebsd5
Merged revisions 78644 via svnmerge from
2010-03-04 02:11:41 +00:00
plat-freebsd6
Merged revisions 78644 via svnmerge from
2010-03-04 02:11:41 +00:00
plat-freebsd7
Merged revisions 78644 via svnmerge from
2010-03-04 02:11:41 +00:00
plat-freebsd8
Merged revisions 78644 via svnmerge from
2010-03-04 02:11:41 +00:00
plat-generic
…
plat-linux2
…
plat-netbsd1
…
plat-next3
…
plat-os2emx
Merged revisions 78644 via svnmerge from
2010-03-04 02:11:41 +00:00
plat-sunos5
Merged revisions 78678,78680,78682 via svnmerge from
2010-03-05 03:33:11 +00:00
plat-unixware7
…
pydoc_data
update pydoc-topics
2009-06-26 13:05:03 +00:00
site-packages
…
sqlite3
#8845 : expose sqlite3 inTransaction as RO in_transaction Connection attribute.
2010-06-01 01:32:12 +00:00
test
Several enhancements to pdb and its test suite.
2010-07-30 16:00:46 +00:00
tkinter
Issue #9384 : python -m tkinter will now display a simple demo applet.
2010-07-27 14:16:32 +00:00
unittest
Fix error message for comparing single line strings in unittest.TestCase.assertEqual.
2010-07-10 13:52:22 +00:00
urllib
#4108 : the first default entry (User-agent: *) wins.
2010-07-29 17:55:01 +00:00
wsgiref
Manually copy patch for bug 7250 from the release26-maint branch. I suck
2010-03-01 21:53:00 +00:00
xml
#777884 : make .normalize() do nothing for childless nodes, instead of raising an exception
2010-07-25 23:38:47 +00:00
xmlrpc
#9032 : XML-RPC client: Transport.request() retries on EPIPE error
2010-07-24 02:24:55 +00:00
__future__.py
…
__phello__.foo.py
…
_abcoll.py
Issue #9137 : Fix issue in MutableMapping.update, which incorrectly
2010-07-11 18:53:06 +00:00
_compat_pickle.py
Issue #6137 : The pickle module now translates module names when loading
2009-06-04 20:32:06 +00:00
_dummy_thread.py
Issue #7316 : the acquire() method of lock objects in the :mod:`threading`
2010-04-14 15:44:10 +00:00
_markupbase.py
…
_pyio.py
Merged revisions 80720 via svnmerge from
2010-05-03 16:48:20 +00:00
_strptime.py
PEP 8 conformance: class_ -> cls
2010-07-14 13:46:57 +00:00
_threading_local.py
fixes issue #1522237 , bad init check in _threading_local
2010-02-22 19:55:46 +00:00
_weakrefset.py
Issue #7105 : Make WeakKeyDictionary and WeakValueDictionary robust against
2010-01-08 17:54:23 +00:00
abc.py
Merged revisions 77789 via svnmerge from
2010-01-27 02:25:58 +00:00
aifc.py
…
antigravity.py
Another hidden treasure.
2009-06-03 17:21:17 +00:00
argparse.py
Merged revisions 81492 via svnmerge from
2010-05-24 03:47:38 +00:00
ast.py
allow byte literals
2010-07-11 23:06:06 +00:00
asynchat.py
…
asyncore.py
#9354 : Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.
2010-07-28 08:19:35 +00:00
base64.py
Fix failure introduced in r83182.
2010-07-28 00:23:21 +00:00
bdb.py
Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). Necessary for major refactoring of pdb output handling.
2010-07-30 15:01:23 +00:00
binhex.py
Issues #2715 , #6621 : Remove unused and undefined references to FSSpec
2009-08-02 20:08:54 +00:00
bisect.py
…
build_class.py
…
cProfile.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
calendar.py
Undo r81988 code change leaving added test.
2010-06-14 18:33:19 +00:00
cgi.py
Merged revisions 78844 via svnmerge from
2010-03-11 22:05:58 +00:00
cgitb.py
…
chunk.py
…
cmd.py
Remove redundant import.
2010-07-30 09:54:44 +00:00
code.py
Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from
2009-11-25 17:46:26 +00:00
codecs.py
Merged revisions 81471-81472 via svnmerge from
2010-05-22 16:59:09 +00:00
codeop.py
correct porting error with raise #7161
2009-10-18 00:32:49 +00:00
collections.py
Minor factoring
2010-04-11 20:41:56 +00:00
colorsys.py
…
compileall.py
Create __pycache__ dir when the pyc path is explicitly given
2010-05-08 19:52:21 +00:00
configparser.py
#1090076 : explain the behavior of *vars* in get() better.
2010-07-29 14:17:12 +00:00
contextlib.py
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.
2010-06-30 12:17:50 +00:00
copy.py
Merged revisions 76571 via svnmerge from
2009-11-28 15:58:27 +00:00
copyreg.py
…
csv.py
Merged revisions 78384 via svnmerge from
2010-02-23 22:57:58 +00:00
datetime.py
Make python version of fromtimestamp behave more like C.
2010-07-26 02:36:41 +00:00
decimal.py
Issue #9136 : Profiling Decimal gave 'dictionary changed size during iteration'.
2010-07-08 21:15:36 +00:00
difflib.py
Merged revisions 80004 via svnmerge from
2010-04-12 16:58:02 +00:00
dis.py
Issue 6507: accept source strings directly in dis.dis(). Original patch by Daniel Urban
2010-07-03 07:36:51 +00:00
doctest.py
#5727 : Restore the ability to use readline when calling into pdb in doctests.
2010-07-30 09:59:28 +00:00
dummy_threading.py
…
filecmp.py
Use new form of with-statement instead of contextlib.nested().
2009-06-04 00:11:54 +00:00
fileinput.py
…
fnmatch.py
Make fnmatch be more PEP 8 compliant.
2010-07-23 16:22:25 +00:00
formatter.py
…
fractions.py
Issue #8188 : Introduce a new scheme for computing hashes of numbers
2010-05-23 13:33:13 +00:00
ftplib.py
Fix issue #8806 : add SSL contexts support to ftplib
2010-05-26 18:06:04 +00:00
functools.py
Merged revisions 80068 via svnmerge from
2010-05-19 21:06:36 +00:00
genericpath.py
Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from
2010-03-14 10:23:39 +00:00
getopt.py
Issue #4629 : getopt raises an error if an argument ends with = whereas getopt
2010-07-24 00:49:20 +00:00
getpass.py
Merged revisions 76000,76016 via svnmerge from
2009-11-01 18:42:17 +00:00
gettext.py
Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from
2009-06-01 22:42:33 +00:00
glob.py
…
gzip.py
Merged revisions 80762 via svnmerge from
2010-05-04 18:47:04 +00:00
hashlib.py
Merged revisions 78528 via svnmerge from
2010-03-01 02:05:26 +00:00
heapq.py
Remove coding cookie from heapq.py.
2010-07-04 19:23:49 +00:00
hmac.py
…
imaplib.py
Merged revisions 77041 via svnmerge from
2009-12-24 16:12:49 +00:00
imghdr.py
…
inspect.py
only take into account positional arguments count in related error messages
2010-06-25 19:30:21 +00:00
io.py
…
keyword.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
linecache.py
Merged revisions 81428-81429,81432-81433,81437 via svnmerge from
2010-05-21 21:45:06 +00:00
locale.py
Merged revisions 80512 via svnmerge from
2010-04-27 02:45:53 +00:00
macpath.py
#9018 : os.path.normcase() now raises a TypeError if the argument is not str or bytes.
2010-06-25 10:56:11 +00:00
macurl2path.py
Fixing Issue6711 - macurl2path has typos that raise AttributeError
2009-08-16 06:43:50 +00:00
mailbox.py
Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from
2010-03-21 22:03:03 +00:00
mailcap.py
Issue #8496 : make mailcap.lookup() always return a list, rather than an iterator.
2010-04-22 13:30:10 +00:00
mimetypes.py
Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from
2010-03-14 10:23:39 +00:00
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
Use augassign.
2010-07-23 08:46:35 +00:00
nturl2path.py
…
numbers.py
…
opcode.py
Merged revisions 72912,72920,72940 via svnmerge from
2009-06-28 03:18:59 +00:00
optparse.py
…
os.py
#8603 : Add environb to os.__all__
2010-07-29 17:19:38 +00:00
os2emxpath.py
#9018 : os.path.normcase() now raises a TypeError if the argument is not str or bytes.
2010-06-25 10:56:11 +00:00
pdb.py
Several enhancements to pdb and its test suite.
2010-07-30 16:00:46 +00:00
pickle.py
Issue #9378 : python -m pickle <pickle file> will now load and display
2010-07-27 23:02:38 +00:00
pickletools.py
Syntax cleanup.
2010-07-28 16:39:41 +00:00
pipes.py
Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from
2010-05-19 20:57:08 +00:00
pkgutil.py
Issue 4005: Remove .sort() call on dict_keys object.
2009-07-05 06:42:44 +00:00
platform.py
Fix for issue 7895. Avoid crashing the interpreter
2010-07-23 11:54:59 +00:00
plistlib.py
Merged revisions 80279 via svnmerge from
2010-04-20 21:00:34 +00:00
poplib.py
Issue #6622 : Fix 'variable referenced before assignment' bug in POP3.apop.
2009-08-06 16:06:25 +00:00
posixpath.py
#9018 : os.path.normcase() now raises a TypeError if the argument is not str or bytes.
2010-06-25 10:56:11 +00:00
pprint.py
Issue 3976: fix pprint for sets, frozensets, and dicts containing unorderable types.
2009-11-19 01:07:05 +00:00
profile.py
Remove traces of MacOS9 support.
2010-05-05 19:11:21 +00:00
pstats.py
Forward port total_ordering() and cmp_to_key().
2010-04-05 18:56:31 +00:00
pty.py
…
py_compile.py
Create __pycache__ dir when the pyc path is explicitly given
2010-05-08 19:52:21 +00:00
pyclbr.py
…
pydoc.py
Issue #9118 : help(None) will now return NoneType doc instead of
2010-07-04 17:00:20 +00:00
queue.py
…
quopri.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
random.py
Issue #7435 : Remove duplicate int/long tests, and other
2009-12-05 20:28:34 +00:00
re.py
The default size of the re module's compiled regular expression cache has
2010-07-27 05:31:29 +00:00
reprlib.py
…
rlcompleter.py
…
runpy.py
PEP 3147
2010-04-17 00:19:56 +00:00
sched.py
…
shelve.py
Merged revisions 78141-78142 via svnmerge from
2010-02-11 02:42:19 +00:00
shlex.py
Revert -r82559; it's not clear that this is the right thing to do, and the change obscures the original intentions.
2010-07-04 20:07:09 +00:00
shutil.py
Merged revisions 80837 via svnmerge from
2010-05-05 22:43:04 +00:00
site.py
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
2010-06-27 21:45:24 +00:00
smtpd.py
Implementation for issue 4184
2010-07-24 09:51:40 +00:00
smtplib.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
sndhdr.py
Issue #9243 : Fix sndhdr module and add unit tests, contributed by James Lee.
2010-07-13 23:04:56 +00:00
socket.py
remove SocketIO.__del__; close() can handle it
2010-07-09 18:28:25 +00:00
socketserver.py
Merged revisions 80484 via svnmerge from
2010-04-25 22:01:43 +00:00
sre_compile.py
…
sre_constants.py
…
sre_parse.py
#6509 : fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou.
2010-03-06 15:24:08 +00:00
ssl.py
Issue #4870 : Add an `options` attribute to SSL contexts, as well as
2010-05-21 09:56:06 +00:00
stat.py
…
string.py
#6630 : allow customizing flags for compiling string.Template.idpattern.
2010-07-29 17:16:10 +00:00
stringprep.py
…
struct.py
Issue #8973 : Add __all__ to struct module, so that help(struct) correctly
2010-06-12 15:17:02 +00:00
subprocess.py
Issue #9265 : Incorrect name passed as arg[0] when shell=True
2010-07-19 14:20:53 +00:00
sunau.py
Issue #8897 : Fix sunau module, use bytes to write the header. Patch written by
2010-06-07 20:14:04 +00:00
symbol.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
symtable.py
simplify this expression
2009-06-28 19:30:36 +00:00
sysconfig.py
Without this patch the value of sysconfig.get_config_var('LDSHARED')
2010-07-20 16:07:10 +00:00
tabnanny.py
Issue #8774 : tabnanny uses the encoding cookie (#coding:...) to use the correct
2010-05-21 10:52:08 +00:00
tarfile.py
Fix the breakage of Lib/tarfile.py on non-Windows platforms due to
2010-07-09 13:54:27 +00:00
telnetlib.py
- fix issue #6106 , Telnet.process_rawq default handling of WILL/WONT/DO/DONT
2009-07-26 22:23:04 +00:00
tempfile.py
#6077 : on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode:
2009-11-30 00:08:56 +00:00
textwrap.py
Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from
2009-10-04 14:49:41 +00:00
this.py
…
threading.py
Rip out old testing code that was inlined in threading.
2010-07-23 15:50:02 +00:00
timeit.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
token.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
tokenize.py
fix for files with coding cookies and BOMs
2010-03-18 22:34:15 +00:00
trace.py
Issue #9323 : Fixed a bug in trace.py that resulted in loosing the name
2010-07-21 17:43:42 +00:00
traceback.py
Issue #4486 : When an exception has an explicit cause, do not print its implicit context too.
2009-11-28 16:12:28 +00:00
tty.py
…
turtle.py
Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
2010-03-28 00:25:02 +00:00
types.py
…
uu.py
convert shebang lines: python -> python3
2010-03-11 22:53:45 +00:00
uuid.py
Merged revisions 82276 via svnmerge from
2010-06-27 12:45:47 +00:00
warnings.py
Merged revisions 77402,77505,77510 via svnmerge from
2010-06-28 00:01:59 +00:00
wave.py
use floor division where needed #7681
2010-01-13 03:49:50 +00:00
weakref.py
Issue #7105 : Make WeakKeyDictionary and WeakValueDictionary robust against
2010-01-08 17:54:23 +00:00
webbrowser.py
Remove conditional import of 'ic', that module
2010-05-30 15:46:48 +00:00
wsgiref.egg-info
…
xdrlib.py
…
zipfile.py
PEP 3147
2010-04-17 00:19:56 +00:00