You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Brandl f14a2bf3bc Transplant 45287f2799f5 from default branch. 14 years ago
..
bsddb Merged revisions 86596 via svnmerge from 15 years ago
compiler make compiler's py3k warning a full deprecation warning #6837 16 years ago
ctypes null merge from 2.6 14 years ago
curses Issue #5622: Fix curses.wrapper to raise correct exception if curses 15 years ago
distutils merge from 2.7 release branch 14 years ago
email #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
encodings Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and 16 years ago
hotshot #1019882: if start() and stop() were not in the same stack frame, stats.load() would crash with IndexError. 16 years ago
idlelib update NEWS for 2.7 as Terry Reedy proposed 14 years ago
importlib Fix some more bugs caused by the backport from 3.x for importlib. 17 years ago
json null merge from 2.6 14 years ago
lib-tk Transplant 45287f2799f5 from default branch. 14 years ago
lib2to3 null merge from 2.6 14 years ago
logging Closes #14436: Convert msg + args to string before pickling. 14 years ago
msilib Remove duplication. 14 years ago
multiprocessing null merge from 2.6 14 years ago
plat-aix3 Remove obsolete entries from regen scripts. 25 years ago
plat-aix4 Remove obsolete entries from regen scripts. 25 years ago
plat-atheos set svn:executable on all regen scripts 16 years ago
plat-beos5 Whitespace normalization, via reindent.py. 22 years ago
plat-darwin These were somehow never added to CVS. 23 years ago
plat-freebsd4 set svn:executable on all regen scripts 16 years ago
plat-freebsd5 set svn:executable on all regen scripts 16 years ago
plat-freebsd6 set svn:executable on all regen scripts 16 years ago
plat-freebsd7 set svn:executable on all regen scripts 16 years ago
plat-freebsd8 set svn:executable on all regen scripts 16 years ago
plat-generic Remove obsolete entries from regen scripts. 25 years ago
plat-irix5 remove executable property from doc files 16 years ago
plat-irix6 Fix undefined local. 16 years ago
plat-linux2 Repair bizarre generated Python. 22 years ago
plat-mac Issue #12935: Correct typo in findertools. 14 years ago
plat-netbsd1 Whitespace normalization, via reindent.py. 22 years ago
plat-next3 Do no regenerate modules that should no longer be here. 25 years ago
plat-os2emx set svn:executable on all regen scripts 16 years ago
plat-riscos Patch #2167 from calvin: Remove unused imports 18 years ago
plat-sunos5 remove the svn:executable property from files that don't have shebang lines 16 years ago
plat-unixware7 Whitespace normalization, via reindent.py. 22 years ago
pydoc_data merge 2.7 release 14 years ago
site-packages Add a README file so that cvs update -P doesn't obliterate this 26 years ago
sqlite3 null merge from 2.6 14 years ago
test remove uneeded line 14 years ago
unittest Merge #12417 followup, also removing an extra docstring 15 years ago
wsgiref Merged revisions 87797 via svnmerge from 15 years ago
xml #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. 14 years ago
BaseHTTPServer.py port to 2.7 - Minor code style improvements in http.server suggested in Issue13294. 14 years ago
Bastion.py Deprecate Bastion and rexec for 3.0. 18 years ago
CGIHTTPServer.py 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem 14 years ago
ConfigParser.py null merge from 2.6 14 years ago
Cookie.py Merged revisions 87550 via svnmerge from 15 years ago
DocXMLRPCServer.py http://bugs.python.org/issue6267 17 years ago
HTMLParser.py null merge from 2.6 14 years ago
MimeWriter.py Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. 19 years ago
Queue.py Move the previously local import of threading to module level. 17 years ago
SimpleHTTPServer.py merge from 2.5 branch. 15 years ago
SimpleXMLRPCServer.py Use raw string for a docstring that uses a backslash 14 years ago
SocketServer.py Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. 14 years ago
StringIO.py raise an ValueError in getvalue() on closed StringIO (closes #12161) 15 years ago
UserDict.py keep UserDict an old-style class 16 years ago
UserList.py Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. 18 years ago
UserString.py Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful 18 years ago
_LWPCookieJar.py Remove unused import. 20 years ago
_MozillaCookieJar.py Merged revisions 83370,83372-83374,83384 via svnmerge from 16 years ago
__future__.py Patch #2477: Added from __future__ import unicode_literals 18 years ago
__phello__.foo.py Fix the frozen bytecode for __hello__ (betcha didn't know that existed 25 years ago
_abcoll.py Merged revisions 86857 via svnmerge from 15 years ago
_pyio.py Fix typo “seperator” 14 years ago
_strptime.py add %f format to datetime - issue 1158 18 years ago
_threading_local.py Merged revisions 84344 via svnmerge from 16 years ago
_weakrefset.py Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. 14 years ago
abc.py Use weakrefs to hold onto classes #2521. 16 years ago
aifc.py null merge from 2.6 14 years ago
antigravity.py easter egg 17 years ago
anydbm.py Add docstring to anydbm.open 15 years ago
argparse.py Issue #9347: Fix formatting for tuples in argparse type= error messages. 15 years ago
ast.py Issue #11000 ast.parse doc fix (r88172) 15 years ago
asynchat.py warnings.catch_warnings() now returns a list or None instead of the custom 18 years ago
asyncore.py fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. 14 years ago
atexit.py Bug #1597824: return the registered function from atexit.register() 19 years ago
audiodev.py Deprecate the audiodev module for 3.0. 18 years ago
base64.py Merged revisions 85497 via svnmerge from 15 years ago
bdb.py Merged revisions 86861 via svnmerge from 15 years ago
binhex.py In a number of places code still revers 16 years ago
bisect.py Per the language summit, the optional fastpath imports should use from-import-star. 17 years ago
cProfile.py Merged revisions 83524,84776 via svnmerge from 16 years ago
calendar.py Merged revisions 85728 via svnmerge from 15 years ago
cgi.py Fix closes Issue12529 - cgi.parse_header failure on double quotes and 14 years ago
cgitb.py #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. 16 years ago
chunk.py Patch #1373643: The chunk module can now read chunks larger than 20 years ago
cmd.py Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop 14 years ago
code.py this main is much more useful 16 years ago
codecs.py Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 16 years ago
codeop.py Conversion of exceptions over from faked-up classes to new-style C types. 20 years ago
collections.py Merge #12417 followup, also removing an extra docstring 15 years ago
colorsys.py pep8tify conditionals 17 years ago
commands.py #4351: more appropriate DeprecationWarning stacklevels 17 years ago
compileall.py Clarify compileall command-line options (#10454). 15 years ago
contextlib.py Remove markup from docstring 17 years ago
cookielib.py Use raw strings for docstrings with backslashes in ASCII diagrams 14 years ago
copy.py Merged revisions 84495-84496 via svnmerge from 16 years ago
copy_reg.py Removed uses of dict.has_key() from distutils, and uses of 18 years ago
csv.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
dbhash.py spelling 16 years ago
decimal.py Update link to the decimal arithmetic specification. 15 years ago
difflib.py Issue 11747: Fix output format for context diffs. 15 years ago
dircache.py Deprecate the dircache module for 3.0. 18 years ago
dis.py fix dis on new style classes #8310 16 years ago
doctest.py #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v 14 years ago
dumbdbm.py Whitespace normalization. 19 years ago
dummy_thread.py Remove imports of 'warnings' that are no longer needed in dummy_thread, 18 years ago
dummy_threading.py Remove specific mention of my name and email address from modules. Not really 19 years ago
filecmp.py Merge #12417 followup, also removing an extra docstring 15 years ago
fileinput.py Remove a use of callable() in fileinput to silence a -3 warning. 18 years ago
fnmatch.py Merged revisions 82766 via svnmerge from 16 years ago
formatter.py Issue #7092: Fix the DeprecationWarnings emitted by the standard library 16 years ago
fpformat.py Deprecate the fpformat module for removal in 3.0. 18 years ago
fractions.py Issue #8294: Allow float and Decimal arguments in Fraction constructor. 16 years ago
ftplib.py Merge #12417 followup, also removing an extra docstring 15 years ago
functools.py Issue #11628: cmp_to_key should use__slots__. 15 years ago
genericpath.py No need to assign the results of expressions used only for side effects. 16 years ago
getopt.py Merged revisions 83116 via svnmerge from 16 years ago
getpass.py Advertise nesting directives for class/method and class/data combos. 15 years ago
gettext.py #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
glob.py #5655: fix docstring oversight. 17 years ago
gzip.py null merge from 2.6 14 years ago
hashlib.py Fixes Issue #12059: Properly handle missing hash functions even when 15 years ago
heapq.py Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. 14 years ago
hmac.py silence callable warning in hmac 18 years ago
htmlentitydefs.py Add two dictionaries to htmlentitydefs: name2codepoint maps 23 years ago
htmllib.py Deprecate htmllib and sgmllib for 3.0. 18 years ago
httplib.py Use raw strings for docstrings with backslashes in ASCII diagrams 14 years ago
ihooks.py Add support to the ihooks module for relative imports. 16 years ago
imaplib.py Issue #1441530: In imaplib, use makefile() to wrap the SSL socket to avoid 15 years ago
imghdr.py #3424 rearrange the order of tests in imghdr to place more common types first 18 years ago
imputil.py In a number of places code still revers 16 years ago
inspect.py null merge from 2.6 14 years ago
io.py Issue #6215: backport the 3.1 io lib 17 years ago
keyword.py Fix instructions on how to rebuild some modules 14 years ago
linecache.py simplify and modernize updatecache() 16 years ago
locale.py Update lingering references to ex-parrot. I mean ex-devguide. 14 years ago
macpath.py Merged revisions 84701,84784 via svnmerge from 16 years ago
macurl2path.py Bug #649974: make docstrings for url2pathname consistent 20 years ago
mailbox.py Fix Maildir initialization so that maildir contents are read correctly. 14 years ago
mailcap.py Replaced .keys() with dictionary iterators 24 years ago
markupbase.py #13576: add tests about the handling of (possibly broken) condcoms. 14 years ago
md5.py email address update 19 years ago
mhlib.py Deprecated the mhlib module for removal in 3.0. 18 years ago
mimetools.py warnings.catch_warnings() now returns a list or None instead of the custom 18 years ago
mimetypes.py #5301: add image/vnd.microsoft.icon (.ico) MIME type 15 years ago
mimify.py Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the 19 years ago
modulefinder.py Fixed a modulefinder crash on certain relative imports. 17 years ago
multifile.py Deprecate the multifile module as per PEP 4. 18 years ago
mutex.py use True and False 17 years ago
netrc.py Merge #12417 followup, also removing an extra docstring 15 years ago
new.py restricted environments are no more 17 years ago
nntplib.py #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
ntpath.py Merge #12417 followup, also removing an extra docstring 15 years ago
nturl2path.py Fix improper tests in RegisterTestCase 15 years ago
numbers.py Update docstring with more useful text (from the PEP) 14 years ago
opcode.py Issue #2333: Backport set and dict comprehensions syntax. 16 years ago
optparse.py #8158: add missing 'description' description to optparse docstring. 15 years ago
os.py null merge from 2.6 14 years ago
os2emxpath.py #3426: os.path.abspath now returns unicode when its arg is unicode. 16 years ago
pdb.doc Untabify. 16 years ago
pdb.py PDB now will properly escape backslashes in the names of modules it executes. Fixes #7750 14 years ago
pickle.py Issue #7689: Allow pickling of dynamically created classes when their 14 years ago
pickletools.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
pipes.py Remove obsolete comment 15 years ago
pkgutil.py Issue #7367: Fix pkgutil.walk_paths to skip directories whose 14 years ago
platform.py null merge from 2.6 14 years ago
plistlib.py Fix for issue 7852: the DTD for OSX Plists has changed due 16 years ago
popen2.py Use os.closerange() in popen2. 18 years ago
poplib.py Fixed the semantic of timeout for socket.create_connection and 18 years ago
posixfile.py Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) 18 years ago
posixpath.py Issue #5117: Fixed root directory related issue on posixpath.relpath() and 15 years ago
pprint.py Issue #7092: Fix the DeprecationWarnings emitted by the standard library 16 years ago
profile.py Merge #12417 followup, also removing an extra docstring 15 years ago
pstats.py Merge #12417 followup, also removing an extra docstring 15 years ago
pty.py null merge from 2.6 14 years ago
py_compile.py fix typo in r79533, introduced by the fix for issue #8233 16 years ago
pyclbr.py Minor cleanups: 18 years ago
pydoc.py #14434: make tutorial link in 'help' banner version-specific 14 years ago
quopri.py import statements only raise ImportError, right? 24 years ago
random.py Merge #12417 followup, also removing an extra docstring 15 years ago
re.py null merge from 2.6 14 years ago
repr.py Bug #1153: repr.repr() now doesn't require set and dictionary items 19 years ago
rexec.py No need to assign the results of expressions used only for side effects. 16 years ago
rfc822.py Remove duplication. 14 years ago
rlcompleter.py Closes #14411: remove outdated comment in rlcompleter docstring. 14 years ago
robotparser.py Merged revisions 83238 via svnmerge from 16 years ago
runpy.py Merged revisions 85398 via svnmerge from 15 years ago
sched.py Remove duplication. 14 years ago
sets.py Issue #7092: Fix the DeprecationWarnings emitted by the standard library 16 years ago
sgmllib.py #1651995: fix _convert_ref for non-ASCII characters. 17 years ago
sha.py email address update 19 years ago
shelve.py Improve issue 7835 fix per MAL to handle the case that the 16 years ago
shlex.py Fix parameter passing. 19 years ago
shutil.py Add missing name in shutil.__all__ 15 years ago
site.py null merge from 2.6 14 years ago
smtpd.py Issue #9168: now smtpd is able to bind privileged port. 14 years ago
smtplib.py Provide a better diagnosis on socket errors 15 years ago
sndhdr.py Fix a py3k warning in the sndhdr module (found with test_email) 16 years ago
socket.py Merged revisions 84597-84599 via svnmerge from 16 years ago
sre.py Bug #1675967: re patterns pickled with older Python versions can 19 years ago
sre_compile.py remove set compat cruft 17 years ago
sre_constants.py PEP 292 classes Template and SafeTemplate are added to the string module. 22 years ago
sre_parse.py remove set compat cruft 17 years ago
ssl.py Issue #13636: Weak ciphers are now disabled by default in the ssl module 14 years ago
stat.py Merge #12417 followup, also removing an extra docstring 15 years ago
statvfs.py Deprecated statvfs for removal in 3.0. 18 years ago
string.py Merged revisions 84470-84471,84566-84567,84759 via svnmerge from 16 years ago
stringold.py Replace all map(None, a) with list(a). 18 years ago
stringprep.py Avoid forward-declaring the methods array. 20 years ago
struct.py Issue #7078: _struct.__doc__ was being ignored. Import it into struct. 16 years ago
subprocess.py Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. 14 years ago
sunau.py Issue #7092: Fix the DeprecationWarnings emitted by the standard library 16 years ago
sunaudio.py Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality. 18 years ago
symbol.py Fix instructions on how to rebuild some modules 14 years ago
symtable.py return locals and cells in get_locals() not bound globals, though 17 years ago
sysconfig.py null merge from 2.6 14 years ago
tabnanny.py Make tabnanny recognize IndentationErrors raised by tokenize. 20 years ago
tarfile.py Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). 14 years ago
telnetlib.py Merged revisions 87230 via svnmerge from 15 years ago
tempfile.py Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. 14 years ago
textwrap.py Optimize optimization and fix method name in docstring. 17 years ago
this.py Whitespace cleanup. 24 years ago
threading.py null merge from 2.6 14 years ago
timeit.py Issue 12514: Use try/finally to assure that timeit restores GC when done. 15 years ago
toaiff.py Deprecate the toaiff module for removal in 3.0. 18 years ago
token.py Fix instructions on how to rebuild some modules 14 years ago
tokenize.py some cleanups 16 years ago
trace.py Fix test failures when Python is compiled without thread support. 15 years ago
traceback.py Issue #8313: traceback.format_exception_only() encodes unicode message to 16 years ago
tty.py final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be 25 years ago
types.py remove more code for restricted execution 17 years ago
urllib.py Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 14 years ago
urllib2.py Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. 14 years ago
urlparse.py include svn+ssh as well. 15 years ago
user.py Deprecate the user module for removal in 3.0. 18 years ago
uu.py Merged revisions 86037 via svnmerge from 15 years ago
uuid.py Merged revisions 86192 via svnmerge from 15 years ago
warnings.py When DeprecationWarning was silenced by default, it also silenced any use of -Q 16 years ago
wave.py Merged revisions 85970 via svnmerge from 15 years ago
weakref.py Backport of weakref.WeakSet and tests from Python 3. 16 years ago
webbrowser.py Merge #12417 followup, also removing an extra docstring 15 years ago
whichdb.py Close #13007: whichdb should recognize gdbm 1.9 magic numbers 14 years ago
wsgiref.egg-info Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. 20 years ago
xdrlib.py Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 15 years ago
xmllib.py #4351: more appropriate DeprecationWarning stacklevels 17 years ago
xmlrpclib.py Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of 14 years ago
zipfile.py Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated 14 years ago