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.
 
 
 
 
 
 
Raymond Hettinger 5ded795a72 Hold key reference until the links have updated. 13 years ago
..
bsddb Reindent files for: 13 years ago
compiler Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT). 14 years ago
ctypes Fix test_from_dll* in test_returnfuncptrs.py. 13 years ago
curses Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
distutils #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. 13 years ago
email #17171: backport behavior-confirming test from python3. 13 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 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
importlib Fix some more bugs caused by the backport from 3.x for importlib. 17 years ago
json #16057: Clarify why the base method default is called in custom encoders. 13 years ago
lib-tk Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
lib2to3 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
logging Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). 13 years ago
msilib Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
multiprocessing Issue #12098: multiprocessing on Windows now starts child processes 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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. 15 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 Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior 13 years ago
test Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). 13 years ago
unittest Correction to issue 17052 fix 13 years ago
wsgiref Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
xml Issue #11367: fix documentation of some find* methods in ElementTree 13 years ago
BaseHTTPServer.py Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler 14 years ago
Bastion.py Deprecate Bastion and rexec for 3.0. 18 years ago
CGIHTTPServer.py Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests 14 years ago
ConfigParser.py null merge from 2.6 14 years ago
Cookie.py Fix for issue14426 - buildbots here I come 14 years ago
DocXMLRPCServer.py http://bugs.python.org/issue6267 17 years ago
HTMLParser.py #14538: HTMLParser can now parse correctly start tags that contain a bare /. 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
StringIO.py Issue #11311: StringIO.readline(0) now returns an empty string as all other 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_MozillaCookieJar.py Merged revisions 83370,83372-83374,83384 via svnmerge from 16 years ago
__future__.py #14494: Document that absolute imports became default in 3.0 instead of 2.7. 14 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
_osx_support.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
_pyio.py Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
_strptime.py Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
antigravity.py easter egg 18 years ago
anydbm.py Add docstring to anydbm.open 15 years ago
argparse.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
atexit.py Bug #1597824: return the registered function from atexit.register() 20 years ago
audiodev.py Deprecate the audiodev module for 3.0. 18 years ago
base64.py Merged revisions 85497 via svnmerge from 16 years ago
bdb.py Have Bdb frame_returning in the finally clause 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
cgi.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
cgitb.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
chunk.py Patch #1373643: The chunk module can now read chunks larger than 20 years ago
cmd.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
code.py this main is much more useful 17 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 Hold key reference until the links have updated. 13 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 the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 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 Issue #16695: Document how glob handles filenames starting with a dot 13 years ago
gzip.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
hashlib.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
heapq.py Issue #16098: Update heapq.nsmallest to use the same algorithm as nlargest. 13 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 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. 13 years ago
ihooks.py Add support to the ihooks module for relative imports. 17 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Issue #8767: Restore building with --disable-unicode. 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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. 18 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 15 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 15 years ago
platform.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 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) 19 years ago
posixpath.py Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
pty.py null merge from 2.6 14 years ago
py_compile.py #7842: backport fix for py_compile.compile syntax error message handling. 13 years ago
pyclbr.py #14798: pyclbr now raises ImportError instead of KeyError for missing packages 14 years ago
pydoc.py #14638: pydoc now treats non-str __name__ as None instead of raising 14 years ago
quopri.py import statements only raise ImportError, right? 24 years ago
random.py Issue #17141: random.vonmisesvariate() no more hangs for large kappas. 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
sched.py Remove duplication. 15 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
site.py null merge from 2.6 14 years ago
smtpd.py Issue #9168: now smtpd is able to bind privileged port. 15 years ago
smtplib.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
sndhdr.py Fix a py3k warning in the sndhdr module (found with test_email) 17 years ago
socket.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
sre.py Bug #1675967: re patterns pickled with older Python versions can 19 years ago
sre_compile.py Issue #13169: The maximal repetition number in a regular expression has been 13 years ago
sre_constants.py Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. 13 years ago
sre_parse.py Issue #13169: The maximal repetition number in a regular expression has been 13 years ago
ssl.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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. 17 years ago
subprocess.py Issue #12098: multiprocessing on Windows now starts child processes 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
tabnanny.py Make tabnanny recognize IndentationErrors raised by tokenize. 20 years ago
tarfile.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
telnetlib.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
tempfile.py Fix deprecation warning in tempfile. 13 years ago
textwrap.py Issue #8767: Restore building with --disable-unicode. 14 years ago
this.py Whitespace cleanup. 24 years ago
threading.py Issue #17375: Add docstrings to the threading module. 13 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
trace.py Fix test failures when Python is compiled without thread support. 15 years ago
traceback.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). 13 years ago
urllib2.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
urlparse.py Issue #1285086: Get rid of the refcounting hack and speed up urllib.unquote(). 13 years ago
user.py Deprecate the user module for removal in 3.0. 18 years ago
uu.py Merged revisions 86037 via svnmerge from 16 years ago
uuid.py Merged revisions 86192 via svnmerge from 16 years ago
warnings.py When DeprecationWarning was silenced by default, it also silenced any use of -Q 16 years ago
wave.py Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 15 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 Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
zipfile.py Fix the test and remove trailing dots on Windows for issue #6972. 13 years ago