..
ctypes
fix print statement
2009-09-25 21:35:24 +00:00
curses
…
dbm
We dont have dbm.bsd support anymore.
2009-05-17 08:42:58 +00:00
distutils
Merged revisions 75209 via svnmerge from
2009-10-03 14:54:15 +00:00
email
Merged revisions 73952 via svnmerge from
2009-07-12 16:43:19 +00:00
encodings
Oops, really pass a bytes string to the ctypes function.
2009-07-13 20:48:07 +00:00
html
…
http
[NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes
2009-09-29 18:44:53 +00:00
idlelib
Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
2009-09-11 22:24:02 +00:00
importlib
Rework importlib benchmarks so that they measure number of executions within a
2009-09-03 20:45:21 +00:00
json
convert old fail* assertions to assert*
2009-06-30 23:06:06 +00:00
lib2to3
fix print statement
2009-09-25 20:34:04 +00:00
logging
Issue #6314 : logging: Extra checks on the "level" argument.
2009-07-13 11:28:25 +00:00
msilib
Merged revisions 73390 via svnmerge from
2009-06-12 17:31:41 +00:00
multiprocessing
Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
2009-09-11 22:24:02 +00:00
plat-aix4
…
plat-atheos
…
plat-darwin
…
plat-freebsd4
…
plat-freebsd5
…
plat-freebsd6
…
plat-freebsd7
…
plat-freebsd8
…
plat-generic
…
plat-linux2
…
plat-netbsd1
…
plat-next3
…
plat-os2emx
…
plat-sunos5
…
plat-unixware7
…
pydoc_data
update pydoc-topics
2009-06-26 13:05:03 +00:00
site-packages
…
sqlite3
Merged revisions 74754 via svnmerge from
2009-09-12 18:41:20 +00:00
test
Merged revisions 75223 via svnmerge from
2009-10-03 20:27:13 +00:00
tkinter
Merged revisions 74507-74511,74517 via svnmerge from
2009-08-18 15:35:57 +00:00
unittest
Merged revisions 74095 via svnmerge from
2009-07-19 21:01:52 +00:00
urllib
Use true booleans.
2009-09-16 14:36:22 +00:00
wsgiref
Use true booleans and PEP8 for argdefaults.
2009-09-16 15:54:04 +00:00
xml
Use true booleans and PEP8 for argdefaults.
2009-09-16 15:54:04 +00:00
xmlrpc
Use true booleans and PEP8 for argdefaults.
2009-09-16 15:54:04 +00:00
__future__.py
…
__phello__.foo.py
…
_abcoll.py
Issue 6037: MutableSequence.__iadd__ should return self.
2009-05-18 15:35:26 +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
…
_markupbase.py
…
_pyio.py
Issue #6218 : Make io.BytesIO and io.StringIO picklable.
2009-07-22 03:24:36 +00:00
_strptime.py
…
_threading_local.py
…
_weakrefset.py
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
2009-05-17 17:32:20 +00:00
abc.py
…
aifc.py
…
antigravity.py
Another hidden treasure.
2009-06-03 17:21:17 +00:00
ast.py
…
asynchat.py
…
asyncore.py
This fixes bug 5798 on OS X.
2009-06-03 19:48:02 +00:00
base64.py
Make b64encode raises properly a TypeError when altchars is not bytes.
2009-06-29 01:13:41 +00:00
bdb.py
…
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
Remove the just-removed "help" from __all__.
2009-09-04 17:15:16 +00:00
calendar.py
…
cgi.py
…
cgitb.py
…
chunk.py
…
cmd.py
…
code.py
…
codecs.py
…
codeop.py
…
collections.py
Issue 6370: Performance issue with collections.Counter().
2009-06-29 18:30:43 +00:00
colorsys.py
…
compileall.py
…
configparser.py
…
contextlib.py
remove nested from __all__
2009-07-01 01:38:23 +00:00
copy.py
Merged revisions 72669 via svnmerge from
2009-05-15 17:04:50 +00:00
copyreg.py
…
csv.py
…
decimal.py
Merged revisions 74723 via svnmerge from
2009-09-08 20:22:46 +00:00
difflib.py
…
dis.py
…
doctest.py
PEP-8-ify r73389.
2009-07-15 14:16:54 +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
Use PEP 8 and true booleans.
2009-05-17 12:22:57 +00:00
fnmatch.py
Merged revisions 74475 via svnmerge from
2009-08-16 18:58:46 +00:00
formatter.py
…
fractions.py
Issue #6431 : Fix Fraction comparisons to return NotImplemented when
2009-07-18 14:41:42 +00:00
ftplib.py
…
functools.py
…
genericpath.py
…
getopt.py
…
getpass.py
…
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
…
hashlib.py
Merged revisions 74479 via svnmerge from
2009-08-16 22:08:56 +00:00
heapq.py
…
hmac.py
…
imaplib.py
…
imghdr.py
…
inspect.py
Merged revisions 74285 via svnmerge from
2009-08-02 15:51:19 +00:00
io.py
…
keyword.py
…
linecache.py
…
locale.py
Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but
2009-09-06 13:59:02 +00:00
macpath.py
…
macurl2path.py
Fixing Issue6711 - macurl2path has typos that raise AttributeError
2009-08-16 06:43:50 +00:00
mailbox.py
…
mailcap.py
…
mimetypes.py
Fix default value in docstring.
2009-06-08 09:07:34 +00:00
modulefinder.py
…
netrc.py
…
nntplib.py
…
ntpath.py
PendingDeprecationWarning -> DeprecationWarning. Both of these were
2009-06-30 05:33:50 +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
#6358 : Merge r73933: Add basic tests for the return value of os.popen().close().
2009-07-11 09:35:13 +00:00
os2emxpath.py
…
pdb.doc
…
pdb.py
Merged revisions 74838-74839 via svnmerge from
2009-09-16 16:40:45 +00:00
pickle.py
Issue #6137 : The pickle module now translates module names when loading
2009-06-04 20:32:06 +00:00
pickletools.py
Issue #6137 : The pickle module now translates module names when loading
2009-06-04 20:32:06 +00:00
pipes.py
…
pkgutil.py
Issue 4005: Remove .sort() call on dict_keys object.
2009-07-05 06:42:44 +00:00
platform.py
Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from
2009-07-17 09:18:18 +00:00
plistlib.py
updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module
2009-09-16 00:49:03 +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
…
pprint.py
…
profile.py
Merged revisions 74773 via svnmerge from
2009-09-13 15:18:53 +00:00
pstats.py
Use true kwonly arg instead of **kwds hackaround.
2009-09-02 20:33:30 +00:00
pty.py
…
py_compile.py
…
pyclbr.py
…
pydoc.py
#5221 : fix related topics: SEQUENCEMETHODS[12] doesnt exist any more.
2009-09-04 08:07:32 +00:00
queue.py
…
quopri.py
Use true booleans and a bit more PEP8.
2009-09-02 20:34:14 +00:00
random.py
Issue 6261: Clarify behavior of random.uniform().
2009-06-11 23:12:14 +00:00
re.py
…
reprlib.py
…
rlcompleter.py
…
runpy.py
- remove svn:executable property from some library files
2009-06-22 14:17:00 +00:00
sched.py
Merged revisions 72932 via svnmerge from
2009-05-26 07:51:03 +00:00
shelve.py
…
shlex.py
…
shutil.py
Merged revisions 73250 via svnmerge from
2009-06-05 19:13:27 +00:00
site.py
Merged revisions 74526 via svnmerge from
2009-08-20 21:28:05 +00:00
smtpd.py
…
smtplib.py
fix print statement
2009-09-25 21:35:24 +00:00
sndhdr.py
…
socket.py
Merged revisions 73138 via svnmerge from
2009-06-02 07:41:26 +00:00
socketserver.py
http://bugs.python.org/issue6382
2009-07-07 09:09:10 +00:00
sre_compile.py
…
sre_constants.py
…
sre_parse.py
…
ssl.py
More codestring -> codebytes.
2009-06-04 09:42:55 +00:00
stat.py
…
string.py
Merged revisions 75070 via svnmerge from
2009-09-26 12:33:22 +00:00
stringprep.py
…
struct.py
…
subprocess.py
Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from
2009-07-17 10:42:05 +00:00
sunau.py
…
symbol.py
fix an ambiguity in the grammar from the implementation of extended unpacking
2009-09-27 02:43:28 +00:00
symtable.py
simplify this expression
2009-06-28 19:30:36 +00:00
tabnanny.py
…
tarfile.py
Merged revisions 74750 via svnmerge from
2009-09-12 10:44:00 +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
Merged revisions 73744 via svnmerge from
2009-07-01 15:47:07 +00:00
textwrap.py
…
this.py
…
threading.py
Use true booleans.
2009-09-16 14:23:20 +00:00
timeit.py
…
token.py
…
tokenize.py
…
trace.py
…
traceback.py
Small PEP8 correction.
2009-09-16 14:24:29 +00:00
tty.py
…
turtle.py
…
types.py
…
uu.py
Use true booleans and PEP8 for argdefaults.
2009-09-16 15:54:04 +00:00
uuid.py
…
warnings.py
Use true booleans and PEP8 for argdefaults.
2009-09-16 15:54:04 +00:00
wave.py
…
weakref.py
Issue #6149 : Fix initialization of WeakValueDictionary objects from non-empty parameters.
2009-05-30 21:04:26 +00:00
webbrowser.py
Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
2009-09-11 22:24:02 +00:00
wsgiref.egg-info
…
xdrlib.py
…
zipfile.py
fix print statement
2009-09-25 21:35:24 +00:00