August 2010 Archives by subject
Starting: Sun Aug 1 00:05:55 CEST 2010
Ending: Tue Aug 31 22:29:39 CEST 2010
Messages: 1283
- [Python-checkins] [Python-Dev] r83893 - python/branches/release27-maint/Misc/ACKS
"Martin v. Löwis"
- [Python-checkins] [Python-Dev] r83893 - python/branches/release27-maint/Misc/ACKS
Stephen J. Turnbull
- [Python-checkins] [Python-Dev] r83893 - python/branches/release27-maint/Misc/ACKS
Benjamin Peterson
- [Python-checkins] [Python-Dev] r83893 - python/branches/release27-maint/Misc/ACKS
Alexander Belopolsky
- [Python-checkins] [Python-Dev] r83893 - python/branches/release27-maint/Misc/ACKS
"Martin v. Löwis"
- [Python-checkins] Daily py3k reference leaks (r83376): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83513): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83618): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83699): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83736): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83745): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83770): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83795): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83795): sum=24
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83927): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83939): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83951): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83966): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r83991): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84054): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84086): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84126): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84168): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84194): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84218): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84225): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84249): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84271): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84289): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84310): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84320): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84329): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84329): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84347): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84356): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily py3k reference leaks (r84373): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: "fixer_names!=[]"(correct comparison)
tarek.ziade
- [Python-checkins] distutils2: 2to3 conversion functionality added in build_script
tarek.ziade
- [Python-checkins] distutils2: _compat.py rename to compat.py
tarek.ziade
- [Python-checkins] distutils2: `sdist.add_defaults()` now uses source files from all commands.
tarek.ziade
- [Python-checkins] distutils2: Add a comment about one ambiguity in PEP 376, remove obsolete comment
tarek.ziade
- [Python-checkins] distutils2: Add a way for a version predicate to get back the predicate as a string.
tarek.ziade
- [Python-checkins] distutils2: Add a way to construct DistributionMetadata from a dict.
tarek.ziade
- [Python-checkins] distutils2: Add a way to get the metadatas by downloading and opening archives.
tarek.ziade
- [Python-checkins] distutils2: Add a way to search for some packages by their names, using the simple index.
tarek.ziade
- [Python-checkins] distutils2: Add a wrapper around the two client implementations.
tarek.ziade
- [Python-checkins] distutils2: Add Ali to contributors
tarek.ziade
- [Python-checkins] distutils2: Add an unpack method to distributions.
tarek.ziade
- [Python-checkins] distutils2: Add cache support for unpack
tarek.ziade
- [Python-checkins] distutils2: Add cheers in tests.sh
tarek.ziade
- [Python-checkins] distutils2: Add command post-hooks
tarek.ziade
- [Python-checkins] distutils2: Add fixme comment about dubious return value
tarek.ziade
- [Python-checkins] distutils2: Add magic lazyloading for releases and distributions.
tarek.ziade
- [Python-checkins] distutils2: Add missing install_distinfo in command.__all__
tarek.ziade
- [Python-checkins] distutils2: Add more verbose warnings while parsing wrong versions/predicates.
tarek.ziade
- [Python-checkins] distutils2: Add notes, fix small things
tarek.ziade
- [Python-checkins] distutils2: Add renaming ideas after IRC discussion, fix typo
tarek.ziade
- [Python-checkins] distutils2: Add some cache support to the simple index crawler.
tarek.ziade
- [Python-checkins] distutils2: Add support of python_version in distributions for crawlers.
tarek.ziade
- [Python-checkins] distutils2: Add tests for link matchers
tarek.ziade
- [Python-checkins] distutils2: Add WarningsCatcher (patch from Konrad)
tarek.ziade
- [Python-checkins] distutils2: added a test for Distribution(attrs={'options'=...})
tarek.ziade
- [Python-checkins] distutils2: added a test for bad options to Distribution()
tarek.ziade
- [Python-checkins] distutils2: added a version number to upload_docs
tarek.ziade
- [Python-checkins] distutils2: Added firsts bit of work about the installation script.
tarek.ziade
- [Python-checkins] distutils2: Added more tests
tarek.ziade
- [Python-checkins] distutils2: added support for coverage 2.x
tarek.ziade
- [Python-checkins] distutils2: added upload_docs option to upload command
tarek.ziade
- [Python-checkins] distutils2: Allow running all tests via python somefile.py
tarek.ziade
- [Python-checkins] distutils2: Amend cheers in tests.sh
tarek.ziade
- [Python-checkins] distutils2: Automated merge with https://bitbucket.org/mtlpython/distutils2
tarek.ziade
- [Python-checkins] distutils2: Automated merge with ssh://hg at bitbucket.org/mtlpython/distutils2
tarek.ziade
- [Python-checkins] distutils2: Automated merge with ssh://hg at bitbucket.org/mtlpython/distutils2
tarek.ziade
- [Python-checkins] distutils2: Automated merge with ssh://hg at bitbucket.org/tarek/distutils2
tarek.ziade
- [Python-checkins] distutils2: Basic caching support added to pkgutil
tarek.ziade
- [Python-checkins] distutils2: better resolve_dotted_name
tarek.ziade
- [Python-checkins] distutils2: Big renaming pass to improve readability
tarek.ziade
- [Python-checkins] distutils2: Branch merge
tarek.ziade
- [Python-checkins] distutils2: Branch merge
tarek.ziade
- [Python-checkins] distutils2: Branch merge
tarek.ziade
- [Python-checkins] distutils2: Change an option name to comply with the style of the other ones
tarek.ziade
- [Python-checkins] distutils2: changed name from install_dist_info to install_distinfo for consistency
tarek.ziade
- [Python-checkins] distutils2: changed some encoding declarations to their canonical names, which happens to
tarek.ziade
- [Python-checkins] distutils2: Changed some files to conform to PEP8
tarek.ziade
- [Python-checkins] distutils2: Cleanup sweep (PEP 8)
tarek.ziade
- [Python-checkins] distutils2: Code cleanup
tarek.ziade
- [Python-checkins] distutils2: Copied the creating new commands document
tarek.ziade
- [Python-checkins] distutils2: Did some naming changes in install_distinfo
tarek.ziade
- [Python-checkins] distutils2: DistutilsRefactoringTool removed from distutils2.converter
tarek.ziade
- [Python-checkins] distutils2: Document a bit the sources of the pypi mock server.
tarek.ziade
- [Python-checkins] distutils2: Don't use the mirrors in tests when not needed.
tarek.ziade
- [Python-checkins] distutils2: Don?t test with python2.6 -3 to avoid noise from the stdlib.
tarek.ziade
- [Python-checkins] distutils2: Don?t use unittest from Python < 3.2.
tarek.ziade
- [Python-checkins] distutils2: few changes
tarek.ziade
- [Python-checkins] distutils2: Finally make tests.sh silent
tarek.ziade
- [Python-checkins] distutils2: Finish hashlib backport.
tarek.ziade
- [Python-checkins] distutils2: Finish renaming of some options, clarify old record option help
tarek.ziade
- [Python-checkins] distutils2: Fix #7973
tarek.ziade
- [Python-checkins] distutils2: Fix a bug in environment marker micro-language parser
tarek.ziade
- [Python-checkins] distutils2: Fix a py3k warning, add FIXME notes
tarek.ziade
- [Python-checkins] distutils2: Fix a test
tarek.ziade
- [Python-checkins] distutils2: Fix about how metadatas are set in ReleaseInfo
tarek.ziade
- [Python-checkins] distutils2: Fix bad behavior while browsing the simple index.
tarek.ziade
- [Python-checkins] distutils2: Fix description (casing mismatch noticed by Konrad)
tarek.ziade
- [Python-checkins] distutils2: Fix DistributionMetadata.update
tarek.ziade
- [Python-checkins] distutils2: Fix merge after running tests
tarek.ziade
- [Python-checkins] distutils2: Fix merge error
tarek.ziade
- [Python-checkins] distutils2: Fix missing import
tarek.ziade
- [Python-checkins] distutils2: Fix one test that didn?t make sense (module/package confusion)
tarek.ziade
- [Python-checkins] distutils2: Fix permissions
tarek.ziade
- [Python-checkins] distutils2: Fix resolve_name. This thing is no fun.
tarek.ziade
- [Python-checkins] distutils2: Fix some familiar typos and use consistent spellings
tarek.ziade
- [Python-checkins] distutils2: Fix some lower/upper case issues about the index crawlers.
tarek.ziade
- [Python-checkins] distutils2: Fix some try/except clauses in index.simple (now catchs socket timeouts too)
tarek.ziade
- [Python-checkins] distutils2: Fix the way version predicates are parsed.
tarek.ziade
- [Python-checkins] distutils2: Fix typos, spell ?metadata? consistently, update one docstring
tarek.ziade
- [Python-checkins] distutils2: Fix up whitespace (boring changeset)
tarek.ziade
- [Python-checkins] distutils2: Fixed the test suite to accomodate the new changes
tarek.ziade
- [Python-checkins] distutils2: fixed the writer to handle .pyc files in RECORD
tarek.ziade
- [Python-checkins] distutils2: Forgot to convert two literals to os.curdir
tarek.ziade
- [Python-checkins] distutils2: Forgot to include docs update in 5abba4a77f5a
tarek.ziade
- [Python-checkins] distutils2: Hook system improvements.
tarek.ziade
- [Python-checkins] distutils2: Imported distutils docs from python source at REV 79621.
tarek.ziade
- [Python-checkins] distutils2: Improve Metadata instantiation
tarek.ziade
- [Python-checkins] distutils2: Improve tests.support docstrings and comments + minor code touchups
tarek.ziade
- [Python-checkins] distutils2: Improved code coverage
tarek.ziade
- [Python-checkins] distutils2: Improved metadata read/write test and removed unused function
tarek.ziade
- [Python-checkins] distutils2: improved support for coverage 2.x
tarek.ziade
- [Python-checkins] distutils2: Improved the caching functionality of pkgutil, added some docs
tarek.ziade
- [Python-checkins] distutils2: Index crawling. Raise an exception when no release match the given requirements.
tarek.ziade
- [Python-checkins] distutils2: Kill methods that just do string replacement.
tarek.ziade
- [Python-checkins] distutils2: longopt_xlate removed.
tarek.ziade
- [Python-checkins] distutils2: longopt_xlate removed. merged with tarek
tarek.ziade
- [Python-checkins] distutils2: made the list of tested modules exhaustive when using coverage 2.x
tarek.ziade
- [Python-checkins] distutils2: Make a warning if a distribution URL can't be parsed from the simple index.
tarek.ziade
- [Python-checkins] distutils2: Make option lists respect style used in other commands
tarek.ziade
- [Python-checkins] distutils2: Make set_undefined_options more friendly
tarek.ziade
- [Python-checkins] distutils2: Make test skip output more consistent
tarek.ziade
- [Python-checkins] distutils2: Make the PyPI mock server always power off.
tarek.ziade
- [Python-checkins] distutils2: Merge
tarek.ziade
- [Python-checkins] distutils2: Merge first improvements to mkpkg
tarek.ziade
- [Python-checkins] distutils2: Merge from Alexis
tarek.ziade
- [Python-checkins] distutils2: Merge from Jeremy
tarek.ziade
- [Python-checkins] distutils2: Merge from Josip
tarek.ziade
- [Python-checkins] distutils2: Merge from Konrad, minus trailing spaces and plus renaming
tarek.ziade
- [Python-checkins] distutils2: Merge from Konrad, with small fixes
tarek.ziade
- [Python-checkins] distutils2: Merge install_distinfo command
tarek.ziade
- [Python-checkins] distutils2: Merge pkgutil.rst with its stdlib version
tarek.ziade
- [Python-checkins] distutils2: Merge upstream
tarek.ziade
- [Python-checkins] distutils2: Merge upstream
tarek.ziade
- [Python-checkins] distutils2: Merge upstream.
tarek.ziade
- [Python-checkins] distutils2: Merge upstream. Fixing conflicts in util.py
tarek.ziade
- [Python-checkins] distutils2: Merge with Zubin, removing trailing whitespace
tarek.ziade
- [Python-checkins] distutils2: merged from upstream
tarek.ziade
- [Python-checkins] distutils2: Merged with tarek
tarek.ziade
- [Python-checkins] distutils2: Merged with Tarek
tarek.ziade
- [Python-checkins] distutils2: merged with Tarek's code
tarek.ziade
- [Python-checkins] distutils2: Merged with Tarek's repo (again)
tarek.ziade
- [Python-checkins] distutils2: Merged with Tarek's repository
tarek.ziade
- [Python-checkins] distutils2: Merges changes
tarek.ziade
- [Python-checkins] distutils2: Minor changes: rename predicate to requirements, add some documentation and
tarek.ziade
- [Python-checkins] distutils2: Minor style and wording fixes
tarek.ziade
- [Python-checkins] distutils2: Mixin2to3 moved from build_py to compat module.
tarek.ziade
- [Python-checkins] distutils2: More modernization
tarek.ziade
- [Python-checkins] distutils2: Move docs to the new layout
tarek.ziade
- [Python-checkins] distutils2: Move get_version_predicate to version (instead of index.base)
tarek.ziade
- [Python-checkins] distutils2: Move one method to ease diffing with configure.py.
tarek.ziade
- [Python-checkins] distutils2: Move Trove classifiers in a separate module
tarek.ziade
- [Python-checkins] distutils2: One rename is done
tarek.ziade
- [Python-checkins] distutils2: options made to be a build attribute instead of as a distribution attribute
tarek.ziade
- [Python-checkins] distutils2: options moved from build_py to build so that build_py and build_scripts can
tarek.ziade
- [Python-checkins] distutils2: options moved to build.py; build_py.Mixin2to3 moved to _compat.Mixin2to3;
tarek.ziade
- [Python-checkins] distutils2: ove DummyCommand to group the three mixins in the source
tarek.ziade
- [Python-checkins] distutils2: Pass attribute keys instead of Metadata fields.
tarek.ziade
- [Python-checkins] distutils2: pep8 compliance
tarek.ziade
- [Python-checkins] distutils2: Please pep8 and pyflakes
tarek.ziade
- [Python-checkins] distutils2: Port fix for #8688
tarek.ziade
- [Python-checkins] distutils2: Prepare the new docs layout
tarek.ziade
- [Python-checkins] distutils2: Raise an exception if a project is not found, while querying for releases of
tarek.ziade
- [Python-checkins] distutils2: Really clean up each and every temp dir or file (with help from Alexis)
tarek.ziade
- [Python-checkins] distutils2: Remove a duplicated section
tarek.ziade
- [Python-checkins] distutils2: Remove compatibility information
tarek.ziade
- [Python-checkins] distutils2: Remove obsolete comment
tarek.ziade
- [Python-checkins] distutils2: Remove obsolete comment forgotten in 9830198e7d24
tarek.ziade
- [Python-checkins] distutils2: Remove obsolete file
tarek.ziade
- [Python-checkins] distutils2: Remove obsolete references to Mac OS 9, unsupported since Python 2.4
tarek.ziade
- [Python-checkins] distutils2: Remove property lazy loading for indexes.
tarek.ziade
- [Python-checkins] distutils2: Remove redundancy and trailing whitespace
tarek.ziade
- [Python-checkins] distutils2: Remove redundant redundancy
tarek.ziade
- [Python-checkins] distutils2: Remove unsafe mktemp use
tarek.ziade
- [Python-checkins] distutils2: removed commented out code
tarek.ziade
- [Python-checkins] distutils2: removed conditional import on 'warnings'
tarek.ziade
- [Python-checkins] distutils2: Removed deprecated and unused check_metadata() method.
tarek.ziade
- [Python-checkins] distutils2: Removed unecessary tempfile use
tarek.ziade
- [Python-checkins] distutils2: Rename index.IndexesError to DistutilsIndexError
tarek.ziade
- [Python-checkins] distutils2: Rename install_with_deps.py to install_tools.py.
tarek.ziade
- [Python-checkins] distutils2: Rename metadata `from_dict` argument and method to `mapping` and `update`.
tarek.ziade
- [Python-checkins] distutils2: Rename tests.support.LoggingSilencer to LoggingCatcher.
tarek.ziade
- [Python-checkins] distutils2: Rename the "pypi" package to "index", refactor index.dist.
tarek.ziade
- [Python-checkins] distutils2: Replaced install_egg_info with install_dist_info
tarek.ziade
- [Python-checkins] distutils2: Return a list of ReleaseInfo instead of just names while searching the index.
tarek.ziade
- [Python-checkins] distutils2: reverted to revision 532
tarek.ziade
- [Python-checkins] distutils2: Rewrite a bit the version module documentation.
tarek.ziade
- [Python-checkins] distutils2: Run pyflakes and pep8 on test_pypi_dist
tarek.ziade
- [Python-checkins] distutils2: Slight doc cleanup
tarek.ziade
- [Python-checkins] distutils2: small correction in util.py
tarek.ziade
- [Python-checkins] distutils2: Some developer getting started documentation.
tarek.ziade
- [Python-checkins] distutils2: Some fixes after Eric's suggestions
tarek.ziade
- [Python-checkins] distutils2: Some import stuff for indexes.
tarek.ziade
- [Python-checkins] distutils2: Some pep8 and pychecker improvements
tarek.ziade
- [Python-checkins] distutils2: Some updates to markup and content
tarek.ziade
- [Python-checkins] distutils2: Start improving mkpkg (#8591)
tarek.ziade
- [Python-checkins] distutils2: Style nitpicks
tarek.ziade
- [Python-checkins] distutils2: Suppress spurious output once more
tarek.ziade
- [Python-checkins] distutils2: Synchronize docs with pre-revert distutils docs
tarek.ziade
- [Python-checkins] distutils2: Test env marker version without quotes
tarek.ziade
- [Python-checkins] distutils2: test for Mixin2to3 changed to import Mixin2to3 from its new
tarek.ziade
- [Python-checkins] distutils2: Touch up some docstrings and comments
tarek.ziade
- [Python-checkins] distutils2: Tweak command.__all__.
tarek.ziade
- [Python-checkins] distutils2: Tweak docstring of tests.support
tarek.ziade
- [Python-checkins] distutils2: Typo
tarek.ziade
- [Python-checkins] distutils2: typo at command/build_py.py corrected.
tarek.ziade
- [Python-checkins] distutils2: Uniformize client APIs for requesting informations to the indexes.
tarek.ziade
- [Python-checkins] distutils2: Update configuration, now requires Sphinx 1.0
tarek.ziade
- [Python-checkins] distutils2: Update developer notes
tarek.ziade
- [Python-checkins] distutils2: Update distutils package name to distutils2
tarek.ziade
- [Python-checkins] distutils2: Update one obsolete filename
tarek.ziade
- [Python-checkins] distutils2: Update renaming plans
tarek.ziade
- [Python-checkins] distutils2: Update some terminology
tarek.ziade
- [Python-checkins] distutils2: Update the documentation about indexes
tarek.ziade
- [Python-checkins] distutils2: Update the mirror support accordingly with last MvL changes.
tarek.ziade
- [Python-checkins] distutils2: Updated mirror support for indexes.
tarek.ziade
- [Python-checkins] distutils2: Updated with Tareks branch
tarek.ziade
- [Python-checkins] distutils2: Use explicit name instead of literal (Tarek?s preference)
tarek.ziade
- [Python-checkins] distutils2: Use proper skips
tarek.ziade
- [Python-checkins] distutils2: Use VersionPredicate to get the name in depgraph instead of parsing it twice.
tarek.ziade
- [Python-checkins] distutils2: use_2to3 option added. tests added.
tarek.ziade
- [Python-checkins] distutils2: User site directory doesn?t exist before 2.6
tarek.ziade
- [Python-checkins] distutils2: Various fixes.
tarek.ziade
- [Python-checkins] distutils2: Very minor edits to runtests* to remove diff noise between them
tarek.ziade
- [Python-checkins] distutils2: Whitespace cleaning
tarek.ziade
- [Python-checkins] distutils2: XML-RPC client for indexes.
tarek.ziade
- [Python-checkins] python-checkins Reply-To now set for python-dev
Barry Warsaw
- [Python-checkins] r83372 - python/branches/py3k/Makefile.pre.in
georg.brandl
- [Python-checkins] r83373 - in python/branches/py3k: Lib/http/cookiejar.py Misc/NEWS
georg.brandl
- [Python-checkins] r83374 - in python/branches/py3k: Lib/imaplib.py Misc/NEWS
georg.brandl
- [Python-checkins] r83375 - python/branches/py3k/Doc/whatsnew/3.2.rst
antoine.pitrou
- [Python-checkins] r83376 - python/branches/py3k/PC/VS8.0/pythoncore.vcproj
raymond.hettinger
- [Python-checkins] r83377 - python/branches/release26-maint
r.david.murray
- [Python-checkins] r83378 - tracker/instances/python-dev/detectors/sendmail.py
ezio.melotti
- [Python-checkins] r83379 - in python/branches/release26-maint: Lib/distutils/archive_util.py Misc/NEWS
r.david.murray
- [Python-checkins] r83380 - in python/branches/py3k: Lib/cmd.py Lib/test/test_cmd.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83381 - in python/branches/release27-maint: Lib/cmd.py Lib/test/test_cmd.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83382 - in python/branches/release26-maint: Lib/cmd.py Lib/test/test_cmd.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83383 - in python/branches/release31-maint: Lib/cmd.py Lib/test/test_cmd.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83384 - python/branches/py3k/Lib/pydoc.py
georg.brandl
- [Python-checkins] r83385 - python/branches/py3k/Lib/mailbox.py
georg.brandl
- [Python-checkins] r83386 - python/branches/py3k/Lib/test/test_set.py
georg.brandl
- [Python-checkins] r83387 - python/branches/py3k/Doc/library/optparse.rst
georg.brandl
- [Python-checkins] r83388 - python/branches/py3k/Lib/pstats.py
georg.brandl
- [Python-checkins] r83389 - python/branches/py3k/Lib/pstats.py
georg.brandl
- [Python-checkins] r83390 - in python/branches/py3k: Lib/test/sortperf.py Misc/NEWS
georg.brandl
- [Python-checkins] r83391 - python/branches/py3k/Misc/NEWS
georg.brandl
- [Python-checkins] r83392 - in python/branches/release27-maint: Lib/doctest.py Lib/test/test_doctest.py Misc/NEWS
georg.brandl
- [Python-checkins] r83393 - in python/branches/py3k: Lib/trace.py Misc/NEWS
georg.brandl
- [Python-checkins] r83394 - python/branches/py3k/Makefile.pre.in
georg.brandl
- [Python-checkins] r83395 - python/branches/py3k/Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83396 - python/branches/py3k/Lib/timeit.py
georg.brandl
- [Python-checkins] r83397 - in python/branches/py3k/Lib: site.py sysconfig.py test/test_site.py
ronald.oussoren
- [Python-checkins] r83398 - in python/branches/py3k: Lib/http/cookies.py Lib/test/test_http_cookies.py Misc/NEWS
georg.brandl
- [Python-checkins] r83398 - in python/branches/py3k: Lib/http/cookies.py Lib/test/test_http_cookies.py Misc/NEWS
Ezio Melotti
- [Python-checkins] r83399 - python/branches/py3k/Tools/msi/msi.py
georg.brandl
- [Python-checkins] r83400 - in python/branches/py3k: Lib/test/test_complex.py Misc/NEWS Objects/stringlib/formatter.h
mark.dickinson
- [Python-checkins] r83401 - in python/branches/release31-maint: Lib/test/test_complex.py Misc/NEWS Objects/stringlib/formatter.h
mark.dickinson
- [Python-checkins] r83402 - in python/branches/release27-maint: Lib/test/test_complex.py Misc/NEWS Objects/stringlib/formatter.h
mark.dickinson
- [Python-checkins] r83403 - python/branches/py3k/Lib/test/test_struct.py
mark.dickinson
- [Python-checkins] r83404 - in python/branches/py3k/Demo/embed: Makefile demo.c loop.c
georg.brandl
- [Python-checkins] r83405 - python/branches/py3k/Lib/trace.py
georg.brandl
- [Python-checkins] r83406 - in python/branches/py3k: Doc/library/mmap.rst Lib/test/test_mmap.py Misc/NEWS Modules/mmapmodule.c
georg.brandl
- [Python-checkins] r83407 - in python/branches/py3k: Lib/test/test_mmap.py Misc/NEWS Modules/mmapmodule.c
brian.curtin
- [Python-checkins] r83408 - in python/branches/py3k: Lib/posixpath.py Misc/NEWS
georg.brandl
- [Python-checkins] r83409 - in python/branches/release31-maint: Lib/test/test_mmap.py Misc/NEWS Modules/mmapmodule.c
brian.curtin
- [Python-checkins] r83410 - in python/branches/release27-maint: Lib/test/test_mmap.py Misc/NEWS Modules/mmapmodule.c
brian.curtin
- [Python-checkins] r83411 - in python/branches/py3k: Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r83412 - in python/branches/release27-maint: Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r83413 - in python/branches/release31-maint: Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r83414 - python/branches/release26-maint
antoine.pitrou
- [Python-checkins] r83415 - in python/branches/py3k/Lib: test/test_urllib.py urllib/request.py
senthil.kumaran
- [Python-checkins] r83416 - in python/branches/release31-maint: Lib/test/test_urllib.py Lib/urllib/request.py
senthil.kumaran
- [Python-checkins] r83417 - python/branches/py3k/Misc/RPM/python-3.2.spec
georg.brandl
- [Python-checkins] r83418 - in python/branches/release27-maint: Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83419 - in python/branches/release27-maint: Misc/RPM/python-2.7.spec
georg.brandl
- [Python-checkins] r83420 - python/branches/release26-maint/Lib/test/test_posix.py
ronald.oussoren
- [Python-checkins] r83421 - in python/branches/release27-maint: Lib/Cookie.py Lib/posixpath.py Lib/test/test_cookie.py Lib/timeit.py Lib/trace.py Misc/NEWS
georg.brandl
- [Python-checkins] r83422 - in python/branches/release31-maint: Demo/embed/Makefile Demo/embed/demo.c Demo/embed/loop.c Lib/http/cookies.py Lib/posixpath.py Lib/test/test_http_cookies.py Lib/timeit.py Lib/trace.py Misc/NEWS
georg.brandl
- [Python-checkins] r83423 - in python/branches/release31-maint: Misc/RPM/python-3.1.spec Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83424 - in python/branches/release27-maint: Doc/library/optparse.rst Lib/mailbox.py Lib/pstats.py Lib/test/test_set.py Misc/NEWS
georg.brandl
- [Python-checkins] r83425 - in python/branches/release31-maint: Doc/library/optparse.rst Lib/mailbox.py Lib/pstats.py Lib/test/test_set.py Misc/NEWS
georg.brandl
- [Python-checkins] r83426 - in python/branches/release27-maint: Lib/_MozillaCookieJar.py Lib/imaplib.py Lib/pydoc.py Makefile.pre.in Misc/NEWS
georg.brandl
- [Python-checkins] r83427 - in python/branches/release31-maint: Lib/distutils/command/sdist.py Lib/http/server.py Lib/platform.py Lib/test/sortperf.py Misc/NEWS
georg.brandl
- [Python-checkins] r83428 - in python/branches/release31-maint: Lib/http/cookiejar.py Lib/imaplib.py Lib/pydoc.py Makefile.pre.in Misc/NEWS
georg.brandl
- [Python-checkins] r83429 - in python/branches/release27-maint: Doc/library/sys.rst Lib/ntpath.py Lib/test/data/README Lib/test/test_ntpath.py Lib/test/test_optparse.py Misc/NEWS Python/getversion.c
georg.brandl
- [Python-checkins] r83430 - in python/branches/release31-maint: Doc/library/dbm.rst Doc/library/sys.rst Lib/ntpath.py Lib/test/test_ntpath.py Lib/test/test_optparse.py Lib/test/test_tcl.py Misc/NEWS Python/getversion.c
georg.brandl
- [Python-checkins] r83431 - python/branches/py3k/Lib/test/test_posix.py
ronald.oussoren
- [Python-checkins] r83432 - in python/branches/release27-maint: Doc/library/collections.rst Doc/library/datetime.rst
georg.brandl
- [Python-checkins] r83433 - in python/branches/release31-maint: Doc/library/datetime.rst Modules/_ctypes/ctypes.h
georg.brandl
- [Python-checkins] r83434 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83435 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83436 - in python/branches/release27-maint: Doc/library/ftplib.rst Lib/bdb.py Lib/doctest.py Lib/pdb.py Lib/test/test_doctest.py Lib/test/test_pdb.py Misc/NEWS Misc/maintainers.rst
georg.brandl
- [Python-checkins] r83437 - in python/branches/release31-maint: Doc/library/ftplib.rst Lib/bdb.py Lib/doctest.py Lib/pdb.py Lib/test/test_doctest.py Lib/test/test_pdb.py Misc/NEWS Misc/maintainers.rst
georg.brandl
- [Python-checkins] r83438 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83439 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83440 - in python/branches/py3k: Lib/test/test_bz2.py Misc/NEWS Modules/bz2module.c
antoine.pitrou
- [Python-checkins] r83441 - in python/branches/release31-maint: Lib/test/test_bz2.py Misc/NEWS Modules/bz2module.c
antoine.pitrou
- [Python-checkins] r83442 - in python/branches/release27-maint: Lib/test/test_bz2.py Misc/NEWS Modules/bz2module.c
antoine.pitrou
- [Python-checkins] r83443 - in python/branches/release26-maint: Lib/test/test_bz2.py Misc/NEWS Modules/bz2module.c
antoine.pitrou
- [Python-checkins] r83444 - python/branches/py3k/Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83445 - in python/branches/release31-maint: Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83446 - in python/branches/release27-maint: Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83446 - in python/branches/release27-maint: Objects/unicodeobject.c
M.-A. Lemburg
- [Python-checkins] r83447 - in python/branches/release31-maint: Lib/test/test_posix.py
georg.brandl
- [Python-checkins] r83448 - in python/branches/release31-maint: Lib/test/test_robotparser.py Lib/urllib/robotparser.py Misc/NEWS
georg.brandl
- [Python-checkins] r83449 - in python/branches/release27-maint: Lib/robotparser.py Lib/test/test_robotparser.py Misc/NEWS
georg.brandl
- [Python-checkins] r83450 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83451 - in python/branches/release31-maint: Doc/library/configparser.rst Doc/library/dbm.rst Doc/library/itertools.rst Doc/library/locale.rst Lib/configparser.py Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83452 - in python/branches/release27-maint: Doc/library/configparser.rst Doc/library/itertools.rst Doc/library/locale.rst Lib/ConfigParser.py Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83453 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83454 - in python/branches/release31-maint: Doc/library/re.rst
georg.brandl
- [Python-checkins] r83455 - in python/branches/release31-maint: Doc/library/html.parser.rst
georg.brandl
- [Python-checkins] r83456 - python/branches/py3k/Modules/posixmodule.c
raymond.hettinger
- [Python-checkins] r83457 - in python/branches/release27-maint: Doc/library/htmlparser.rst
georg.brandl
- [Python-checkins] r83458 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83459 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83460 - in python/branches/release31-maint: Lib/asyncore.py Lib/test/test_asyncore.py Misc/ACKS Misc/NEWS
georg.brandl
- [Python-checkins] r83461 - in python/branches/release27-maint: Lib/asyncore.py Lib/test/test_asyncore.py Misc/ACKS Misc/NEWS
georg.brandl
- [Python-checkins] r83462 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83463 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83464 - python/branches/release26-maint
georg.brandl
- [Python-checkins] r83465 - in python/branches/release31-maint: Doc/c-api/unicode.rst Doc/documenting/markup.rst Doc/install/index.rst Misc/developers.txt
georg.brandl
- [Python-checkins] r83466 - in python/branches/release27-maint: Doc/documenting/markup.rst Doc/install/index.rst Doc/library/argparse.rst Misc/developers.txt
georg.brandl
- [Python-checkins] r83467 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83468 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83469 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83470 - in python/branches/release31-maint: Doc/library/urllib.request.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.5.rst
georg.brandl
- [Python-checkins] r83471 - in python/branches/release27-maint: Doc/library/urllib2.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.5.rst
georg.brandl
- [Python-checkins] r83472 - in python/branches/release31-maint: Lib/ntpath.py
georg.brandl
- [Python-checkins] r83473 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83474 - in python/branches/release31-maint: Doc/tutorial/classes.rst
georg.brandl
- [Python-checkins] r83475 - in python/branches/release27-maint: Doc/tutorial/classes.rst
georg.brandl
- [Python-checkins] r83476 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83477 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83478 - in python/branches/release31-maint: Doc/documenting/markup.rst Doc/library/io.rst Doc/library/select.rst
georg.brandl
- [Python-checkins] r83479 - python/branches/py3k/Makefile.pre.in
mark.dickinson
- [Python-checkins] r83480 - in python/branches/release27-maint: Doc/documenting/markup.rst Doc/library/io.rst Doc/library/select.rst
georg.brandl
- [Python-checkins] r83481 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83482 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83483 - in python/branches/release27-maint: Makefile.pre.in
mark.dickinson
- [Python-checkins] r83484 - in python/branches/release31-maint: Doc/faq/extending.rst Doc/library/re.rst
georg.brandl
- [Python-checkins] r83485 - python/branches/release26-maint
georg.brandl
- [Python-checkins] r83486 - in python/branches/release27-maint: Doc/faq/extending.rst Doc/library/re.rst
georg.brandl
- [Python-checkins] r83487 - in python/branches/release26-maint: Doc/documenting/markup.rst Doc/faq/extending.rst Doc/install/index.rst Doc/library/configparser.rst Doc/library/htmlparser.rst Doc/library/itertools.rst Doc/library/locale.rst Doc/library/re.rst Doc/library/select.rst Doc/library/urllib2.rst Doc/tutorial/classes.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.5.rst Lib/ConfigParser.py Misc/developers.txt Objects/unicodeobject.c
georg.brandl
- [Python-checkins] r83488 - python/branches/py3k/PC/VS8.0/pythoncore.vcproj
raymond.hettinger
- [Python-checkins] r83489 - in python/branches/release26-maint: Lib/asyncore.py Lib/test/test_asyncore.py Misc/ACKS Misc/NEWS
georg.brandl
- [Python-checkins] r83490 - in python/branches/release26-maint: Lib/robotparser.py Lib/test/test_robotparser.py Misc/NEWS
georg.brandl
- [Python-checkins] r83491 - in python/branches/release26-maint: Lib/hotshot/log.py Lib/test/test_hotshot.py Misc/NEWS Objects/stringobject.c
georg.brandl
- [Python-checkins] r83492 - in python/branches/release26-maint: Lib/_MozillaCookieJar.py Lib/doctest.py Lib/imaplib.py Lib/pydoc.py Lib/test/test_doctest.py Makefile.pre.in Misc/NEWS
georg.brandl
- [Python-checkins] r83493 - in python/branches/release26-maint: Doc/library/ftplib.rst Doc/library/sys.rst Lib/bdb.py Lib/doctest.py Lib/ntpath.py Lib/pdb.py Lib/test/test_doctest.py Lib/test/test_ntpath.py Lib/test/test_optparse.py Misc/NEWS Python/getversion.c
georg.brandl
- [Python-checkins] r83494 - in python/branches/py3k: Lib/collections.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r83495 - in python/branches/release26-maint: Doc/library/optparse.rst Lib/Cookie.py Lib/mailbox.py Lib/posixpath.py Lib/pstats.py Lib/test/test_cookie.py Lib/test/test_set.py Lib/timeit.py Lib/trace.py Misc/NEWS
georg.brandl
- [Python-checkins] r83496 - in python/branches/release26-maint: Doc/Makefile Doc/distutils/apiref.rst Doc/distutils/extending.rst Doc/glossary.rst Doc/library/datetime.rst
georg.brandl
- [Python-checkins] r83497 - python/branches/release26-maint
georg.brandl
- [Python-checkins] r83498 - in python/branches/release26-maint: Doc/library/collections.rst Doc/library/csv.rst Doc/library/dis.rst Doc/library/os.rst Doc/library/stdtypes.rst Doc/library/test.rst Doc/library/threading.rst Misc/NEWS
georg.brandl
- [Python-checkins] r83499 - python/branches/release27-maint/Misc/NEWS
georg.brandl
- [Python-checkins] r83500 - python/branches/release26-maint
georg.brandl
- [Python-checkins] r83501 - python/branches/py3k/Misc/NEWS
georg.brandl
- [Python-checkins] r83502 - in python/branches/release26-maint: Misc/NEWS
georg.brandl
- [Python-checkins] r83503 - in python/branches/release31-maint: Misc/NEWS
georg.brandl
- [Python-checkins] r83504 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83505 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83506 - python/branches/py3k/Misc/ACKS
r.david.murray
- [Python-checkins] r83507 - in python/branches/release31-maint: Misc/ACKS
r.david.murray
- [Python-checkins] r83508 - in python/branches/release27-maint: Misc/ACKS
r.david.murray
- [Python-checkins] r83509 - python/branches/release27-maint/Misc/ACKS
r.david.murray
- [Python-checkins] r83510 - in python/branches/release26-maint: Misc/ACKS
r.david.murray
- [Python-checkins] r83511 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83512 - in python/branches/release26-maint: Lib/binhex.py Lib/bsddb/__init__.py Lib/compiler/ast.py Lib/compiler/pycodegen.py Lib/dbhash.py Lib/email/test/test_email.py Lib/email/test/test_email_renamed.py Lib/formatter.py Lib/imputil.py Lib/mailbox.py Lib/pprint.py Lib/pstats.py Lib/sets.py Lib/sunau.py Lib/test/test_wsgiref.py Lib/wave.py Lib/webbrowser.py Misc/NEWS Tools/compiler/astgen.py
ezio.melotti
- [Python-checkins] r83513 - python/branches/py3k/Doc/library/functools.rst
raymond.hettinger
- [Python-checkins] r83514 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83515 - in python/branches/release26-maint: Lib/test/test_anydbm.py Lib/test/test_bsddb.py Lib/test/test_commands.py Lib/test/test_hotshot.py Lib/test/test_linuxaudiodev.py Lib/test/test_mailbox.py Lib/test/test_multifile.py Lib/test/test_pyclbr.py Lib/test/test_shelve.py Lib/test/test_transformer.py Lib/test/test_urllib2_localnet.py Lib/test/test_urllibnet.py Lib/test/test_whichdb.py Lib/test/test_xmllib.py
ezio.melotti
- [Python-checkins] r83516 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
- [Python-checkins] r83517 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83518 - in python/branches/release26-maint: Lib/bsddb/dbtables.py Lib/bsddb/test/test_basics.py Lib/bsddb/test/test_compare.py Lib/bsddb/test/test_dbobj.py Lib/bsddb/test/test_dbshelve.py Lib/bsddb/test/test_join.py Lib/bsddb/test/test_recno.py Lib/cgi.py Lib/test/test_bsddb3.py Lib/test/test_cgi.py Lib/test/test_coercion.py Lib/test/test_distutils.py Lib/test/test_exceptions.py Lib/test/test_pep352.py Lib/test/test_userstring.py
ezio.melotti
- [Python-checkins] r83519 - python/branches/release26-maint/Lib/test/test_cgi.py
ezio.melotti
- [Python-checkins] r83520 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83521 - in python/branches/py3k: Doc/library/http.client.rst Lib/http/client.py Lib/test/test_httplib.py
senthil.kumaran
- [Python-checkins] r83522 - in python/branches/release31-maint: Doc/library/http.client.rst Lib/http/client.py Lib/test/test_httplib.py
senthil.kumaran
- [Python-checkins] r83523 - in python/branches/py3k: Lib/pstats.py Misc/NEWS
georg.brandl
- [Python-checkins] r83524 - in python/branches/py3k: Lib/cProfile.py Lib/profile.py Misc/NEWS
georg.brandl
- [Python-checkins] r83525 - python/branches/py3k/Lib/trace.py
georg.brandl
- [Python-checkins] r83526 - python/branches/py3k/Lib/trace.py
georg.brandl
- [Python-checkins] r83527 - python/branches/py3k/Lib/test/test_trace.py
georg.brandl
- [Python-checkins] r83528 - python/branches/py3k/Doc/documenting/markup.rst
georg.brandl
- [Python-checkins] r83529 - python/branches/py3k/Doc/library/http.client.rst
senthil.kumaran
- [Python-checkins] r83530 - in python/branches/release31-maint: Doc/library/http.client.rst
senthil.kumaran
- [Python-checkins] r83531 - in python/branches/py3k: Lib/pstats.py Lib/test/test_pstats.py Misc/NEWS
georg.brandl
- [Python-checkins] r83532 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83533 - in python/branches/release27-maint: Lib/pstats.py Lib/test/test_pstats.py Misc/NEWS
georg.brandl
- [Python-checkins] r83534 - in python/branches/release31-maint: Lib/pstats.py Lib/test/test_pstats.py Misc/NEWS
georg.brandl
- [Python-checkins] r83535 - in python/branches/release26-maint: Lib/pstats.py Lib/test/test_pstats.py Misc/NEWS
georg.brandl
- [Python-checkins] r83536 - python/branches/py3k/Doc/c-api/weakref.rst
georg.brandl
- [Python-checkins] r83537 - in python/branches/release26-maint: Lib/test/string_tests.py Lib/test/test_fileio.py Lib/test/test_index.py Lib/test/test_random.py Lib/test/test_support.py Lib/test/test_unicode.py Misc/NEWS
ezio.melotti
- [Python-checkins] r83538 - python/branches/py3k/Doc/reference/compound_stmts.rst
georg.brandl
- [Python-checkins] r83539 - python/branches/release26-maint/Doc/library/cgi.rst
georg.brandl
- [Python-checkins] r83540 - in python/branches/release26-maint: Lib/ctypes/test/test_pep3118.py Lib/ctypes/test/test_structures.py Lib/email/test/test_email.py Lib/email/test/test_email_renamed.py Lib/sqlite3/test/types.py Lib/sqlite3/test/userfunctions.py Lib/test/infinite_reload.py Lib/test/inspect_fodder.py Lib/test/regrtest.py Lib/test/test_binop.py Lib/test/test_compiler.py Lib/test/test_descrtut.py Lib/test/test_dict.py Lib/test/test_file.py Lib/test/test_ftplib.py Lib/test/test_functools.py Lib/test/test_grammar.py Lib/test/test_import.py Lib/test/test_importhooks.py Lib/test/test_inspect.py Lib/test/test_io.py Lib/test/test_itertools.py Lib/test/test_mutants.py Lib/test/test_opcodes.py Lib/test/test_optparse.py Lib/test/test_ossaudiodev.py Lib/test/test_pkgimport.py Lib/test/test_pyexpat.py Lib/test/test_queue.py Lib/test/test_random.py Lib/test/test_repr.py Lib/test/test_rfc822.py Lib/test/test_site.py Lib/test/test_sys.py Lib/test/test_threadsignals.py Lib/test/test_trace.py Lib/test/test_traceback.py Lib/test/test_with.py Lib/test/test_wsgiref.py Lib/test/test_xml_etree.py Lib/test/test_xml_etree_c.py
ezio.melotti
- [Python-checkins] r83541 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83542 - in python/branches/py3k/Lib/test: test_SimpleHTTPServer.py test_httpservers.py
georg.brandl
- [Python-checkins] r83543 - python/branches/py3k/Lib/test/regrtest.py
R. David Murray
- [Python-checkins] r83543 - python/branches/py3k/Lib/test/regrtest.py
Georg Brandl
- [Python-checkins] r83543 - python/branches/py3k/Lib/test/regrtest.py
georg.brandl
- [Python-checkins] r83544 - python/branches/release31-maint
georg.brandl
- [Python-checkins] r83545 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83546 - in python/branches/py3k: Doc/distutils/builtdist.rst Lib/distutils/command/bdist_msi.py Lib/distutils/command/bdist_wininst.py
georg.brandl
- [Python-checkins] r83547 - python/branches/py3k/Doc/library/os.path.rst
georg.brandl
- [Python-checkins] r83548 - python/branches/py3k/Doc/library/functions.rst
georg.brandl
- [Python-checkins] r83549 - python/branches/release26-maint/Doc/library/trace.rst
alexander.belopolsky
- [Python-checkins] r83550 - python/branches/py3k/Doc/reference/lexical_analysis.rst
georg.brandl
- [Python-checkins] r83551 - python/branches/py3k/Doc/library/constants.rst
georg.brandl
- [Python-checkins] r83552 - python/branches/py3k/Doc/library/constants.rst
georg.brandl
- [Python-checkins] r83553 - python/branches/py3k/Doc/library/constants.rst
georg.brandl
- [Python-checkins] r83554 - python/branches/py3k/PCbuild/readme.txt
georg.brandl
- [Python-checkins] r83555 - python/branches/py3k/Lib/curses/wrapper.py
georg.brandl
- [Python-checkins] r83556 - peps/trunk/pep-0278.txt
georg.brandl
- [Python-checkins] r83557 - in python/branches/release26-maint: Lib/test/list_tests.py Lib/test/mapping_tests.py Lib/test/test_StringIO.py Lib/test/test_array.py Lib/test/test_ast.py Lib/test/test_augassign.py Lib/test/test_bigmem.py Lib/test/test_bool.py Lib/test/test_buffer.py Lib/test/test_builtin.py Lib/test/test_call.py Lib/test/test_class.py Lib/test/test_ctypes.py Lib/test/test_descr.py Lib/test/test_doctest.py Lib/test/test_heapq.py Lib/test/test_inspect.py Lib/test/test_iter.py Lib/test/test_long.py Lib/test/test_marshal.py Lib/test/test_multiprocessing.py Lib/test/test_operator.py Lib/test/test_peepholer.py Lib/test/test_richcmp.py Lib/test/test_set.py Lib/test/test_sets.py Lib/test/test_slice.py Lib/test/test_socket.py Lib/test/test_sort.py Lib/test/test_ssl.py Lib/test/test_syntax.py Lib/test/test_types.py Lib/test/test_undocumented_details.py Lib/test/test_userdict.py Lib/test/test_userlist.py Lib/test/test_weakref.py Lib/test/test_zipimport_support.py
ezio.melotti
- [Python-checkins] r83558 - python/branches/py3k/Doc/c-api/unicode.rst
georg.brandl
- [Python-checkins] r83559 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83560 - in python/branches/py3k: Lib/json/__init__.py Lib/json/decoder.py Lib/json/encoder.py Modules/_json.c
georg.brandl
- [Python-checkins] r83561 - python/branches/py3k/Tools/versioncheck
georg.brandl
- [Python-checkins] r83562 - in python/branches/release26-maint: Lib/bsddb/dbshelve.py Lib/bsddb/dbtables.py Lib/bsddb/test/test_all.py Lib/bsddb/test/test_basics.py Lib/bsddb/test/test_compare.py Lib/bsddb/test/test_dbtables.py Lib/bsddb/test/test_recno.py Lib/bsddb/test/test_replication.py Lib/bsddb/test/test_thread.py Lib/test/test_bsddb3.py
ezio.melotti
- [Python-checkins] r83563 - python/branches/py3k/Doc/extending/extending.rst
georg.brandl
- [Python-checkins] r83564 - in python/branches/release26-maint: Lib/cgitb.py Lib/distutils/command/build_ext.py Lib/distutils/util.py Lib/idlelib/AutoCompleteWindow.py Lib/idlelib/MultiCall.py Lib/platform.py
ezio.melotti
- [Python-checkins] r83565 - python/branches/py3k/Doc/library/cmd.rst
georg.brandl
- [Python-checkins] r83566 - python/branches/py3k/Doc/library/wsgiref.rst
georg.brandl
- [Python-checkins] r83567 - in python/branches/release27-maint: Doc/library/constants.rst
georg.brandl
- [Python-checkins] r83568 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83569 - python/branches/py3k/Doc/library/base64.rst
georg.brandl
- [Python-checkins] r83570 - in python/branches/release26-maint: Lib/idlelib/AutoComplete.py Lib/idlelib/AutoCompleteWindow.py Lib/idlelib/Bindings.py Lib/idlelib/CallTips.py Lib/idlelib/ClassBrowser.py Lib/idlelib/CodeContext.py Lib/idlelib/ColorDelegator.py Lib/idlelib/Debugger.py Lib/idlelib/EditorWindow.py Lib/idlelib/FileList.py Lib/idlelib/FormatParagraph.py Lib/idlelib/GrepDialog.py Lib/idlelib/HyperParser.py Lib/idlelib/IOBinding.py Lib/idlelib/IdleHistory.py Lib/idlelib/MultiCall.py Lib/idlelib/ObjectBrowser.py Lib/idlelib/OutputWindow.py Lib/idlelib/ParenMatch.py Lib/idlelib/PathBrowser.py Lib/idlelib/Percolator.py Lib/idlelib/PyShell.py Lib/idlelib/RemoteDebugger.py Lib/idlelib/RemoteObjectBrowser.py Lib/idlelib/ReplaceDialog.py Lib/idlelib/ScriptBinding.py Lib/idlelib/SearchDialog.py Lib/idlelib/StackViewer.py Lib/idlelib/TreeWidget.py Lib/idlelib/UndoDelegator.py Lib/idlelib/ZoomHeight.py Lib/idlelib/aboutDialog.py Lib/idlelib/configDialog.py Lib/idlelib/configHandler.py Lib/idlelib/keybindingDialog.py Lib/idlelib/macosxSupport.py Lib/idlelib/run.py
ezio.melotti
- [Python-checkins] r83571 - python/branches/py3k/Doc/tutorial/classes.rst
georg.brandl
- [Python-checkins] r83572 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83573 - in python/branches/release26-maint: Lib/test/test_atexit.py
ezio.melotti
- [Python-checkins] r83574 - python/branches/py3k/Modules/selectmodule.c
georg.brandl
- [Python-checkins] r83575 - python/branches/py3k/Doc/library/zipfile.rst
georg.brandl
- [Python-checkins] r83576 - python/branches/release26-maint/Lib/test/test_bool.py
ezio.melotti
- [Python-checkins] r83577 - python/branches/release26-maint/Lib/test/test_descr.py
ezio.melotti
- [Python-checkins] r83578 - python/branches/release26-maint/Lib/test/test_dict.py
ezio.melotti
- [Python-checkins] r83579 - python/branches/release26-maint/Lib/test/test_operator.py
ezio.melotti
- [Python-checkins] r83580 - python/branches/py3k/configure.in
georg.brandl
- [Python-checkins] r83581 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83582 - in python/branches/release26-maint: Lib/test/test_profilehooks.py
ezio.melotti
- [Python-checkins] r83583 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83584 - python/branches/py3k/README
georg.brandl
- [Python-checkins] r83585 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83586 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83587 - in python/branches/release27-maint: Lib/pstats.py Misc/NEWS
georg.brandl
- [Python-checkins] r83588 - in python/branches/release26-maint: Lib/calendar.py Lib/ctypes/test/test_callbacks.py Lib/distutils/util.py Lib/io.py Lib/warnings.py
ezio.melotti
- [Python-checkins] r83589 - python/branches/release27-maint/Lib/pstats.py
georg.brandl
- [Python-checkins] r83590 - in python/branches/release27-maint: Lib/trace.py
georg.brandl
- [Python-checkins] r83591 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83592 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83593 - in python/branches/release27-maint: Doc/c-api/unicode.rst Doc/c-api/weakref.rst Doc/distutils/builtdist.rst Doc/extending/extending.rst Doc/library/cmd.rst Doc/library/functions.rst Doc/library/os.path.rst Doc/library/zipfile.rst Doc/reference/lexical_analysis.rst Doc/tutorial/classes.rst Lib/curses/wrapper.py Lib/distutils/command/bdist_msi.py Lib/distutils/command/bdist_wininst.py Modules/selectmodule.c PCbuild/readme.txt
georg.brandl
- [Python-checkins] r83594 - in python/branches/release26-maint: Doc/c-api/unicode.rst Doc/c-api/weakref.rst Doc/distutils/builtdist.rst Doc/extending/extending.rst Doc/library/cmd.rst Doc/library/functions.rst Doc/library/os.path.rst Doc/library/zipfile.rst Doc/reference/lexical_analysis.rst Doc/tutorial/classes.rst Lib/curses/wrapper.py Lib/distutils/command/bdist_msi.py Lib/distutils/command/bdist_wininst.py Modules/selectmodule.c PCbuild/readme.txt
georg.brandl
- [Python-checkins] r83595 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83596 - in python/branches/release26-maint: Doc/library/constants.rst
georg.brandl
- [Python-checkins] r83596 - in python/branches/release26-maint: Doc/library/constants.rst
Ezio Melotti
- [Python-checkins] r83597 - in python/branches/release26-maint: Lib/test/test_py3kwarn.py Lib/test/test_support.py
ezio.melotti
- [Python-checkins] r83598 - python/branches/release27-maint
georg.brandl
- [Python-checkins] r83599 - python/branches/py3k/Doc/library/cgi.rst
georg.brandl
- [Python-checkins] r83600 - in python/branches/release27-maint: Doc/library/cgi.rst
georg.brandl
- [Python-checkins] r83601 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83602 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83603 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83604 - in python/branches/release26-maint: Lib/test/test_support.py Lib/test/test_warnings.py
ezio.melotti
- [Python-checkins] r83605 - in python/branches/py3k/Tools/pynche: ChipViewer.py DetailsViewer.py ListViewer.py PyncheWidget.py StripViewer.py Switchboard.py TextViewer.py TypeinViewer.py
georg.brandl
- [Python-checkins] r83606 - in python/branches/py3k/Tools/freeze: freeze.py makeconfig.py
georg.brandl
- [Python-checkins] r83607 - python/branches/py3k/Tools/faqwiz
georg.brandl
- [Python-checkins] r83608 - python/branches/py3k/Tools/README
georg.brandl
- [Python-checkins] r83609 - in python/branches/py3k/Tools/scripts: README byext.py checkappend.py classfix.py cvsfiles.py logmerge.py methfix.py setup.py xxci.py
georg.brandl
- [Python-checkins] r83610 - in python/branches/py3k/Demo/scripts: README toaiff.py
georg.brandl
- [Python-checkins] r83611 - in python/branches/py3k/Tools/framer/framer: bases.py template.py
georg.brandl
- [Python-checkins] r83612 - python/branches/py3k/Tools/scripts/win_add2path.py
georg.brandl
- [Python-checkins] r83613 - python/branches/py3k/Demo/README
georg.brandl
- [Python-checkins] r83614 - python/branches/py3k/Demo/zlib/minigzip.py
georg.brandl
- [Python-checkins] r83615 - python/branches/py3k/Demo/zlib/zlibdemo.py
georg.brandl
- [Python-checkins] r83616 - in python/branches/py3k/Demo: README pdist
georg.brandl
- [Python-checkins] r83617 - python/branches/py3k/Demo/README
georg.brandl
- [Python-checkins] r83618 - in python/branches/py3k/Demo/tkinter/guido: AttrDialog.py ManPage.py brownian2.py kill.py
georg.brandl
- [Python-checkins] r83619 - in python/branches/release26-maint: Lib/test/test_coercion.py Lib/test/test_commands.py Lib/test/test_complex.py Lib/test/test_contextlib.py Lib/test/test_cookie.py Lib/test/test_ctypes.py Lib/test/test_descr.py Lib/test/test_doctest.py Lib/test/test_exceptions.py Lib/test/test_global.py Lib/test/test_int_literal.py Lib/test/test_io.py Lib/test/test_macostools.py Lib/test/test_pep352.py Lib/test/test_re.py Lib/test/test_sundry.py Lib/test/test_symtable.py Lib/test/test_urllibnet.py Lib/test/test_warnings.py Lib/test/test_zipimport_support.py
ezio.melotti
- [Python-checkins] r83620 - python/branches/release26-maint/Lib/bsddb/test/test_recno.py
ezio.melotti
- [Python-checkins] r83621 - in python/branches/release26-maint/Lib: bsddb/test/test_recno.py test/test_urllibnet.py
ezio.melotti
- [Python-checkins] r83622 - python/branches/release26-maint/Lib/test/test_commands.py
ezio.melotti
- [Python-checkins] r83623 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83624 - in python/branches/release26-maint: Lib/StringIO.py Lib/aifc.py Lib/bsddb/dbobj.py Lib/bsddb/dbshelve.py Lib/bsddb/dbtables.py Lib/bsddb/dbutils.py Lib/httplib.py Lib/sndhdr.py Lib/socket.py Lib/uuid.py
ezio.melotti
- [Python-checkins] r83625 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83626 - in python/branches/release26-maint: Lib/test/test_compile.py Lib/test/test_complex_args.py Lib/test/test_decimal.py
ezio.melotti
- [Python-checkins] r83627 - python/branches/release26-maint/Lib/test/test_builtin.py
ezio.melotti
- [Python-checkins] r83628 - python/branches/release26-maint/Lib/test/test_builtin.py
ezio.melotti
- [Python-checkins] r83629 - python/branches/release26-maint/Lib/test/test_MimeWriter.py
ezio.melotti
- [Python-checkins] r83630 - python/branches/release26-maint/Lib/test/test_xmlrpc.py
ezio.melotti
- [Python-checkins] r83631 - python/branches/release26-maint/Lib/test/test_binascii.py
ezio.melotti
- [Python-checkins] r83632 - python/branches/release26-maint/Lib/test/test_univnewlines.py
ezio.melotti
- [Python-checkins] r83633 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83634 - in python/branches/release26-maint: Lib/test/test_struct.py
ezio.melotti
- [Python-checkins] r83635 - python/branches/release26-maint/Lib/test/test_scope.py
ezio.melotti
- [Python-checkins] r83636 - in python/branches/py3k/Lib/test: mock_socket.py test_smtpd.py test_smtplib.py
richard.jones
- [Python-checkins] r83637 - python/branches/release26-maint/Lib/test/test_struct.py
ezio.melotti
- [Python-checkins] r83638 - python/branches/release26-maint/Lib/test/test_os.py
ezio.melotti
- [Python-checkins] r83639 - python/branches/release26-maint/Lib/test/test_long_future.py
ezio.melotti
- [Python-checkins] r83640 - python/branches/release26-maint/Lib/hotshot/log.py
ezio.melotti
- [Python-checkins] r83641 - python/branches/release26-maint/Lib/test/test_file.py
ezio.melotti
- [Python-checkins] r83642 - python/branches/release26-maint/Lib/test/test_struct.py
ezio.melotti
- [Python-checkins] r83643 - in python/branches/release27-maint: Lib/test/test_posix.py
ronald.oussoren
- [Python-checkins] r83644 - python/branches/py3k/Lib/platform.py
ronald.oussoren
- [Python-checkins] r83645 - in python/branches/release31-maint: Lib/platform.py
ronald.oussoren
- [Python-checkins] r83646 - in python/branches/release27-maint: Lib/platform.py
ronald.oussoren
- [Python-checkins] r83647 - python/branches/release26-maint
ezio.melotti
- [Python-checkins] r83648 - in python/branches/release26-maint: Lib/distutils/archive_util.py Lib/distutils/command/build_py.py Lib/distutils/dir_util.py Lib/distutils/filelist.py Lib/distutils/tests/test_build_ext.py Lib/test/test_distutils.py
ezio.melotti
- [Python-checkins] r83649 - python/branches/py3k/Lib/test/regrtest.py
georg.brandl
- [Python-checkins] r83650 - in python/branches/release26-maint: Lib/test/test_posix.py
ronald.oussoren
- [Python-checkins] r83651 - in python/branches/release26-maint: Lib/platform.py
ronald.oussoren
- [Python-checkins] r83652 - python/branches/release26-maint/Lib/test/test_cgi.py
ezio.melotti
- [Python-checkins] r83653 - python/branches/release26-maint/Lib/test/test_commands.py
ezio.melotti
- [Python-checkins] r83654 - python/branches/release26-maint/Lib/test/test_struct.py
ezio.melotti
- [Python-checkins] r83655 - python/branches/release26-maint/Lib/test/test_set.py
ezio.melotti
- [Python-checkins] r83656 - python/branches/release26-maint/Lib/test/test_sets.py
ezio.melotti
- [Python-checkins] r83657 - python/branches/release26-maint/Doc/library/constants.rst
georg.brandl
- [Python-checkins] r83658 - in python/branches/release26-maint/Lib/test: test_dl.py test_os.py
ezio.melotti
- [Python-checkins] r83659 - in python/branches/py3k/Doc: c-api/init.rst howto/doanddont.rst library/bdb.rst library/doctest.rst library/email.errors.rst library/html.parser.rst library/io.rst library/linecache.rst library/mmap.rst library/parser.rst library/pyexpat.rst library/smtplib.rst library/string.rst library/sys.rst library/xml.sax.reader.rst whatsnew/2.4.rst whatsnew/3.2.rst
georg.brandl
- [Python-checkins] r83660 - python/branches/py3k/Doc/tools/sphinx-build.py
georg.brandl
- [Python-checkins] r83661 - in python/branches/release27-maint: Doc/tools/sphinx-build.py
georg.brandl
- [Python-checkins] r83662 - in python/branches/release31-maint: Doc/tools/sphinx-build.py
georg.brandl
- [Python-checkins] r83663 - python/branches/py3k/Doc/Makefile
georg.brandl
- [Python-checkins] r83664 - in python/branches/release27-maint: Doc/Makefile
georg.brandl
- [Python-checkins] r83665 - in python/branches/release31-maint: Doc/Makefile
georg.brandl
- [Python-checkins] r83666 - python/branches/release27-maint/Doc/tools/dailybuild.py
georg.brandl
- [Python-checkins] r83667 - in python/branches/py3k: Misc/NEWS Modules/readline.c
mark.dickinson
- [Python-checkins] r83668 - in python/branches/release31-maint: Misc/NEWS Modules/readline.c
mark.dickinson
- [Python-checkins] r83669 - in python/branches/release27-maint: Misc/NEWS Modules/readline.c
mark.dickinson
- [Python-checkins] r83670 - in python/branches/py3k: Misc/NEWS Modules/readline.c
mark.dickinson
- [Python-checkins] r83671 - in python/branches/release31-maint: Misc/NEWS Modules/readline.c
mark.dickinson
- [Python-checkins] r83672 - in python/branches/release27-maint: Misc/NEWS Modules/readline.c
mark.dickinson
- [Python-checkins] r83673 - in python/branches/py3k: Misc/NEWS Tools/scripts/serve.py
antoine.pitrou
- [Python-checkins] r83674 - python/branches/release31-maint
antoine.pitrou
- [Python-checkins] r83675 - in python/branches/py3k: Doc/library/argparse.rst Lib/argparse.py Lib/test/test_argparse.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83676 - in python/branches/release27-maint: Doc/library/argparse.rst Lib/argparse.py Lib/test/test_argparse.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83677 - python/branches/py3k/Modules/_ssl.c
mark.dickinson
- [Python-checkins] r83678 - python/branches/py3k/Lib/test/test_threading_local.py
antoine.pitrou
- [Python-checkins] r83679 - in python/branches/release31-maint: Modules/_ssl.c
mark.dickinson
- [Python-checkins] r83680 - in python/branches/release27-maint: Modules/_ssl.c
mark.dickinson
- [Python-checkins] r83681 - in python/branches/py3k/Tools/msi: msi.py msilib.py
martin.v.loewis
- [Python-checkins] r83682 - in python/branches/release31-maint: Lib/test/test_threading_local.py
antoine.pitrou
- [Python-checkins] r83683 - python/branches/py3k/Misc/NEWS
mark.dickinson
- [Python-checkins] r83684 - in python/branches/release31-maint: Misc/NEWS
mark.dickinson
- [Python-checkins] r83685 - in python/branches/release27-maint: Misc/NEWS
mark.dickinson
- [Python-checkins] r83686 - in python/branches/release26-maint: Misc/NEWS Modules/_ssl.c
mark.dickinson
- [Python-checkins] r83687 - in python/branches/release26-maint/Lib/test: regrtest.py test_dl.py
ezio.melotti
- [Python-checkins] r83688 - in python/branches/release26-maint: Lib/distutils/sysconfig.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83689 - in python/branches/release31-maint: Lib/distutils/sysconfig.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83690 - in python/branches/py3k: Lib/email/header.py Lib/email/test/test_email.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83691 - in python/branches/release26-maint: Include/patchlevel.h Lib/distutils/__init__.py Lib/idlelib/idlever.py Lib/pydoc_topics.py Misc/NEWS Misc/RPM/python-2.6.spec README
barry.warsaw
- [Python-checkins] r83692 - python/tags/r266rc1
barry.warsaw
- [Python-checkins] r83693 - sandbox/trunk/release/release.py
barry.warsaw
- [Python-checkins] r83694 - in python/branches/release31-maint: Lib/email/header.py Lib/email/test/test_email.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83695 - in python/branches/release27-maint: Lib/email/header.py Lib/email/test/test_email.py Lib/email/test/test_email_renamed.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r83696 - python/branches/py3k/Lib/test/test_threading_local.py
antoine.pitrou
- [Python-checkins] r83697 - in python/branches/release31-maint: Lib/test/test_threading_local.py
antoine.pitrou
- [Python-checkins] r83698 - python/branches/py3k/Misc/NEWS
richard.jones
- [Python-checkins] r83699 - python/branches/py3k/Lib/test/test_smtpd.py
richard.jones
- [Python-checkins] r83700 - in python/branches/release27-maint: Doc/library/urlparse.rst Lib/test/test_urlparse.py Lib/urlparse.py
senthil.kumaran
- [Python-checkins] r83701 - in python/branches/py3k: Doc/library/urllib.parse.rst Lib/test/test_urlparse.py Lib/urllib/parse.py
senthil.kumaran
- [Python-checkins] r83702 - in python/branches/release31-maint: Doc/library/urllib.parse.rst Lib/test/test_urlparse.py Lib/urllib/parse.py
senthil.kumaran
- [Python-checkins] r83703 - in python/branches/release27-maint: Lib/asyncore.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83704 - in python/branches/release26-maint: Lib/asyncore.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83704 - in python/branches/release26-maint: Lib/asyncore.py Misc/ACKS Misc/NEWS
Barry Warsaw
- [Python-checkins] r83705 - in python/branches/py3k: Lib/asyncore.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83706 - in python/branches/release31-maint: Lib/asyncore.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83707 - in python/branches/py3k: Lib/test/test_sched.py Lib/test/test_sundry.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83708 - in python/branches/py3k: Lib/ftplib.py Lib/test/test_ftplib.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83709 - python/branches/py3k/Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r83710 - in python/branches/release31-maint: Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r83711 - in python/branches/release27-maint: Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r83712 - in python/branches/py3k: Lib/ftplib.py Lib/test/test_ftplib.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83713 - in python/branches/py3k/Lib/test: support.py test_subprocess.py test_threading.py
antoine.pitrou
- [Python-checkins] r83714 - in python/branches/py3k/Lib/test: mock_socket.py test_smtpd.py test_smtplib.py
richard.jones
- [Python-checkins] r83715 - python/branches/py3k/Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r83716 - in python/branches/release31-maint: Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r83717 - in python/branches/release27-maint: Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r83718 - in python/branches/release26-maint: Lib/asyncore.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83719 - in python/branches/py3k: Lib/test/test_rlcompleter.py Lib/test/test_sundry.py Misc/ACKS Misc/NEWS
antoine.pitrou
- [Python-checkins] r83720 - python/branches/release26-maint/Tools/msi/uuids.py
martin.v.loewis
- [Python-checkins] r83721 - python/branches/release26-maint/Tools/msi/msi.py
martin.v.loewis
- [Python-checkins] r83722 - in python/branches/py3k/Lib/multiprocessing: connection.py forking.py heap.py reduction.py
brian.curtin
- [Python-checkins] r83723 - in python/branches/release31-maint: Lib/test/test_rlcompleter.py Lib/test/test_sundry.py Misc/ACKS Misc/NEWS
antoine.pitrou
- [Python-checkins] r83724 - in python/branches/release31-maint/Lib/multiprocessing: connection.py forking.py heap.py reduction.py
brian.curtin
- [Python-checkins] r83725 - in python/branches/release27-maint: Lib/test/test_rlcompleter.py Lib/test/test_sundry.py Misc/ACKS Misc/NEWS
antoine.pitrou
- [Python-checkins] r83726 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r83727 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r83728 - in python/branches/release27-maint: Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r83729 - python/branches/py3k/Lib/urllib/request.py
senthil.kumaran
- [Python-checkins] r83730 - in python/branches/release31-maint: Lib/urllib/request.py
senthil.kumaran
- [Python-checkins] r83731 - in python/branches/py3k: Doc/library/functools.rst Lib/functools.py Lib/test/test_functools.py Misc/ACKS Misc/NEWS
antoine.pitrou
- [Python-checkins] r83732 - python/branches/py3k/Doc/library/stdtypes.rst
mark.dickinson
- [Python-checkins] r83733 - in python/branches/release31-maint: Doc/library/stdtypes.rst
mark.dickinson
- [Python-checkins] r83734 - in python/branches/release27-maint: Doc/library/stdtypes.rst
mark.dickinson
- [Python-checkins] r83735 - python/branches/py3k/Misc/developers.txt
martin.v.loewis
- [Python-checkins] r83736 - in python/branches/py3k: Doc/tutorial/floatingpoint.rst Include/floatobject.h Lib/test/formatfloat_testcases.txt Lib/test/test_float.py Lib/test/test_tokenize.py Lib/test/test_unicodedata.py Misc/NEWS Objects/complexobject.c Objects/floatobject.c Objects/stringlib/formatter.h
mark.dickinson
- [Python-checkins] r83737 - python/branches/release27-maint/Doc/tutorial/floatingpoint.rst
mark.dickinson
- [Python-checkins] r83738 - python/branches/release26-maint/Include/patchlevel.h
barry.warsaw
- [Python-checkins] r83739 - python/branches/release27-maint/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r83740 - in sandbox/trunk/2to3: README lib2to3/fixes/fix_operator.py lib2to3/tests/test_fixers.py
alexandre.vassalotti
- [Python-checkins] r83741 - python/branches/py3k/Doc/library/2to3.rst
alexandre.vassalotti
- [Python-checkins] r83742 - in python/branches/py3k: Lib/smtplib.py Misc/NEWS
gerhard.haering
- [Python-checkins] r83743 - in python/branches/release26-maint: Misc/NEWS Modules/_cursesmodule.c
matthias.klose
- [Python-checkins] r83744 - in python/branches/py3k: Include/Python.h Include/pytime.h Makefile.pre.in Modules/_datetimemodule.c Modules/timemodule.c PCbuild/pythoncore.vcproj Python/pythonrun.c Python/pytime.c
alexander.belopolsky
- [Python-checkins] r83745 - in python/branches/py3k: Doc/library/signal.rst Misc/NEWS
brian.curtin
- [Python-checkins] r83746 - in python/branches/release27-maint: Doc/library/signal.rst Misc/NEWS
brian.curtin
- [Python-checkins] r83747 - python/branches/py3k/Doc/library/sqlite3.rst
gerhard.haering
- [Python-checkins] r83748 - python/branches/release31-maint/Doc/library/sqlite3.rst
gerhard.haering
- [Python-checkins] r83749 - python/branches/release27-maint/Doc/library/sqlite3.rst
gerhard.haering
- [Python-checkins] r83750 - python/branches/py3k/PC/VS8.0/pythoncore.vcproj
raymond.hettinger
- [Python-checkins] r83751 - python/branches/py3k/Modules/arraymodule.c
mark.dickinson
- [Python-checkins] r83752 - python/branches/py3k/Misc/NEWS
mark.dickinson
- [Python-checkins] r83753 - in python/branches/release31-maint: Misc/NEWS Modules/arraymodule.c
mark.dickinson
- [Python-checkins] r83754 - in python/branches/release27-maint: Misc/NEWS Modules/arraymodule.c
mark.dickinson
- [Python-checkins] r83755 - python/branches/py3k/Objects/setobject.c
raymond.hettinger
- [Python-checkins] r83756 - in python/branches/release31-maint: Misc/NEWS Objects/setobject.c
raymond.hettinger
- [Python-checkins] r83757 - in python/branches/release27-maint: Misc/NEWS Objects/setobject.c
raymond.hettinger
- [Python-checkins] r83758 - python/branches/py3k/Tools/msi/msilib.py
martin.v.loewis
- [Python-checkins] r83759 - in python/branches/py3k: Lib/test/test_subprocess.py PC/_subprocess.c
tim.golden
- [Python-checkins] r83760 - in python/branches/release27-maint: Lib/test/test_subprocess.py PC/_subprocess.c
tim.golden
- [Python-checkins] r83761 - in python/branches/release31-maint: Lib/test/test_subprocess.py PC/_subprocess.c
tim.golden
- [Python-checkins] r83762 - in python/branches/py3k: Misc/NEWS Objects/sliceobject.c
mark.dickinson
- [Python-checkins] r83763 - in python/branches/py3k: Doc/library/signal.rst Lib/test/test_signal.py Misc/NEWS Modules/signalmodule.c
brian.curtin
- [Python-checkins] r83763 - in python/branches/py3k: Doc/library/signal.rst Lib/test/test_signal.py Misc/NEWS Modules/signalmodule.c
Ezio Melotti
- [Python-checkins] r83763 - in python/branches/py3k: Doc/library/signal.rst Lib/test/test_signal.py Misc/NEWS Modules/signalmodule.c
Brian Curtin
- [Python-checkins] r83764 - in python/branches/release31-maint: Doc/library/signal.rst Lib/test/test_signal.py Misc/NEWS Modules/signalmodule.c
brian.curtin
- [Python-checkins] r83765 - in python/branches/release27-maint: Doc/library/signal.rst Lib/test/test_signal.py Misc/NEWS Modules/signalmodule.c
brian.curtin
- [Python-checkins] r83766 - python/branches/release31-maint/Modules/signalmodule.c
brian.curtin
- [Python-checkins] r83767 - python/branches/py3k/Misc/maintainers.rst
r.david.murray
- [Python-checkins] r83768 - python/branches/py3k/Objects/bytearrayobject.c
mark.dickinson
- [Python-checkins] r83769 - python/branches/release27-maint/Lib/test/test_signal.py
mark.dickinson
- [Python-checkins] r83770 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
- [Python-checkins] r83771 - python/branches/py3k/Lib/test/test_signal.py
brian.curtin
- [Python-checkins] r83772 - in python/branches/release31-maint: Lib/test/test_signal.py
brian.curtin
- [Python-checkins] r83773 - in python/branches/release27-maint: Lib/test/test_signal.py
brian.curtin
- [Python-checkins] r83774 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
- [Python-checkins] r83775 - python/branches/py3k/Doc/library/itertools.rst
raymond.hettinger
- [Python-checkins] r83776 - python/branches/py3k/Objects/iterobject.c
raymond.hettinger
- [Python-checkins] r83777 - python/branches/py3k/Doc/library/bisect.rst
raymond.hettinger
- [Python-checkins] r83778 - in python/branches/py3k/Lib/test: test_import.py test_sax.py test_sys.py test_urllib.py test_urllib2.py test_xml_etree.py
victor.stinner
- [Python-checkins] r83778 - in python/branches/py3k/Lib/test: test_import.py test_sax.py test_sys.py test_urllib.py test_urllib2.py test_xml_etree.py
Ezio Melotti
- [Python-checkins] r83779 - python/branches/py3k/Modules/main.c
victor.stinner
- [Python-checkins] r83780 - in python/branches/py3k: Lib/test/test_curses.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83781 - in python/branches/release31-maint: Lib/test/test_curses.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83782 - in python/branches/release27-maint: Lib/test/test_curses.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83783 - python/branches/py3k/Modules/main.c
victor.stinner
- [Python-checkins] r83784 - python/branches/py3k/Doc/library/bisect.rst
raymond.hettinger
- [Python-checkins] r83785 - python/branches/py3k/Lib/smtpd.py
benjamin.peterson
- [Python-checkins] r83786 - python/branches/release31-maint/Doc/library/bisect.rst
raymond.hettinger
- [Python-checkins] r83788 - sandbox/trunk/2to3/README
benjamin.peterson
- [Python-checkins] r83789 - sandbox/trunk/2to3/lib2to3/fixes/fix_operator.py
benjamin.peterson
- [Python-checkins] r83790 - sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py
benjamin.peterson
- [Python-checkins] r83791 - sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py
benjamin.peterson
- [Python-checkins] r83792 - python/branches/py3k/Doc/library/heapq.rst
raymond.hettinger
- [Python-checkins] r83793 - python/branches/release31-maint/Doc/library/heapq.rst
raymond.hettinger
- [Python-checkins] r83794 - python/branches/release27-maint/Doc/library/heapq.rst
raymond.hettinger
- [Python-checkins] r83795 - python/branches/py3k/Doc/library/heapq.rst
raymond.hettinger
- [Python-checkins] r83796 - python/branches/release31-maint/Doc/library/heapq.rst
raymond.hettinger
- [Python-checkins] r83797 - in sandbox/trunk/2to3/lib2to3: fixer_util.py tests/test_util.py
benjamin.peterson
- [Python-checkins] r83798 - in sandbox/trunk/2to3/lib2to3: fixes/fix_urllib.py tests/test_fixers.py
benjamin.peterson
- [Python-checkins] r83799 - sandbox/trunk/2to3/lib2to3/fixer_util.py
benjamin.peterson
- [Python-checkins] r83800 - sandbox/trunk/2to3/lib2to3/tests/test_fixers.py
benjamin.peterson
- [Python-checkins] r83801 - sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py
benjamin.peterson
- [Python-checkins] r83802 - in python/branches/py3k: Doc/documenting/building.rst Doc/howto/descriptor.rst Include/pytime.h Lib/distutils/tests/test_log.py Lib/test/mock_socket.py Lib/test/test_numeric_tower.py Lib/test/test_rlcompleter.py Lib/test/test_sched.py Lib/test/test_smtpd.py Lib/test/test_sndhdr.py Lib/test/test_sunau.py Lib/test/test_trace.py Lib/tkinter/__main__.py Modules/_time.c Modules/_time.h Python/pytime.c
benjamin.peterson
- [Python-checkins] r83803 - sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py
benjamin.peterson
- [Python-checkins] r83804 - python/branches/py3k/Doc/library/collections.rst
raymond.hettinger
- [Python-checkins] r83805 - python/branches/release31-maint/Doc/library/collections.rst
raymond.hettinger
- [Python-checkins] r83806 - python/branches/release27-maint/Doc/library/collections.rst
raymond.hettinger
- [Python-checkins] r83807 - in python/branches/release31-maint: Doc/library/functools.rst Lib/functools.py Lib/test/test_functools.py Misc/ACKS Misc/NEWS
raymond.hettinger
- [Python-checkins] r83808 - in python/branches/py3k: Doc/library/collections.rst Lib/collections.py Lib/test/test_collections.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r83809 - python/branches/py3k/Doc/tutorial/datastructures.rst
raymond.hettinger
- [Python-checkins] r83810 - python/branches/release31-maint/Doc/tutorial/datastructures.rst
raymond.hettinger
- [Python-checkins] r83811 - in sandbox/trunk/2to3/lib2to3: pytree.py tests/test_pytree.py
benjamin.peterson
- [Python-checkins] r83812 - python/branches/py3k-dtoa/Lib/test/test_float.py
mark.dickinson
- [Python-checkins] r83813 - in python/branches/py3k-dtoa: Lib/test/test_strtod.py Python/dtoa.c
mark.dickinson
- [Python-checkins] r83814 - in python/branches/py3k-dtoa: Demo/README Demo/embed/Makefile Demo/embed/demo.c Demo/embed/loop.c Demo/pdist Demo/scripts/README Demo/scripts/toaiff.py Demo/tkinter/guido/AttrDialog.py Demo/tkinter/guido/ManPage.py Demo/tkinter/guido/brownian2.py Demo/tkinter/guido/kill.py Demo/zlib/minigzip.py Demo/zlib/zlibdemo.py Doc/Makefile Doc/README.txt Doc/c-api/init.rst Doc/c-api/unicode.rst Doc/c-api/weakref.rst Doc/conf.py Doc/distutils/apiref.rst Doc/distutils/builtdist.rst Doc/distutils/commandref.rst Doc/distutils/examples.rst Doc/distutils/setupscript.rst Doc/distutils/sourcedist.rst Doc/distutils/uploading.rst Doc/documenting/building.rst Doc/documenting/markup.rst Doc/extending/extending.rst Doc/faq/extending.rst Doc/glossary.rst Doc/howto/descriptor.rst Doc/howto/doanddont.rst Doc/install/index.rst Doc/library/2to3.rst Doc/library/abc.rst Doc/library/argparse.rst Doc/library/ast.rst Doc/library/base64.rst Doc/library/bdb.rst Doc/library/binascii.rst Doc/library/bisect.rst Doc/library/cgi.rst Doc/library/cmath.rst Doc/library/cmd.rst Doc/library/collections.rst Doc/library/configparser.rst Doc/library/constants.rst Doc/library/contextlib.rst Doc/library/datetime.rst Doc/library/dbm.rst Doc/library/doctest.rst Doc/library/email.errors.rst Doc/library/fileinput.rst Doc/library/fnmatch.rst Doc/library/ftplib.rst Doc/library/functions.rst Doc/library/functools.rst Doc/library/heapq.rst Doc/library/html.parser.rst Doc/library/http.client.rst Doc/library/http.cookiejar.rst Doc/library/importlib.rst Doc/library/io.rst Doc/library/itertools.rst Doc/library/linecache.rst Doc/library/locale.rst Doc/library/math.rst Doc/library/mmap.rst Doc/library/multiprocessing.rst Doc/library/optparse.rst Doc/library/os.path.rst Doc/library/os.rst Doc/library/parser.rst Doc/library/pdb.rst Doc/library/pickletools.rst Doc/library/pyexpat.rst Doc/library/re.rst Doc/library/select.rst Doc/library/signal.rst Doc/library/smtpd.rst Doc/library/smtplib.rst Doc/library/socket.rst Doc/library/sqlite3.rst Doc/library/stdtypes.rst Doc/library/string.rst Doc/library/struct.rst Doc/library/subprocess.rst Doc/library/sys.rst Doc/library/test.rst Doc/library/threading.rst Doc/library/tkinter.rst Doc/library/unittest.rst Doc/library/urllib.parse.rst Doc/library/urllib.request.rst Doc/library/wsgiref.rst Doc/library/xml.dom.minidom.rst Doc/library/xml.dom.rst Doc/library/xml.sax.reader.rst Doc/library/zipfile.rst Doc/license.rst Doc/make.bat Doc/reference/compound_stmts.rst Doc/reference/expressions.rst Doc/reference/lexical_analysis.rst Doc/tools/sphinx-build.py Doc/tools/sphinxext/indexsidebar.html Doc/tools/sphinxext/pyspecific.py Doc/tutorial/classes.rst Doc/tutorial/datastructures.rst Doc/tutorial/floatingpoint.rst Doc/using/cmdline.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst Doc/whatsnew/2.7.rst Doc/whatsnew/3.2.rst Grammar/Grammar Include/Python.h Include/floatobject.h Include/patchlevel.h Include/pytime.h Include/structseq.h LICENSE Lib/_abcoll.py Lib/_strptime.py Lib/argparse.py Lib/ast.py Lib/asyncore.py Lib/base64.py Lib/bdb.py Lib/cProfile.py Lib/cmd.py Lib/collections.py Lib/configparser.py Lib/ctypes/__init__.py Lib/ctypes/test/test_arrays.py Lib/ctypes/test/test_bitfields.py Lib/ctypes/test/test_buffers.py Lib/ctypes/test/test_bytes.py Lib/ctypes/test/test_callbacks.py Lib/ctypes/test/test_cast.py Lib/ctypes/test/test_cfuncs.py Lib/ctypes/test/test_errno.py Lib/ctypes/test/test_internals.py Lib/ctypes/test/test_keeprefs.py Lib/ctypes/test/test_libc.py Lib/ctypes/test/test_loading.py Lib/ctypes/test/test_objects.py Lib/ctypes/test/test_parameters.py Lib/ctypes/test/test_prototypes.py Lib/ctypes/test/test_python_api.py Lib/ctypes/test/test_random_things.py Lib/ctypes/test/test_repr.py Lib/ctypes/test/test_returnfuncptrs.py Lib/ctypes/test/test_stringptr.py Lib/ctypes/test/test_strings.py Lib/ctypes/test/test_structures.py Lib/ctypes/test/test_unicode.py Lib/curses/wrapper.py Lib/datetime.py Lib/dbm/__init__.py Lib/decimal.py Lib/distutils/__init__.py Lib/distutils/archive_util.py Lib/distutils/bcppcompiler.py Lib/distutils/ccompiler.py Lib/distutils/cmd.py Lib/distutils/command/bdist.py Lib/distutils/command/bdist_dumb.py Lib/distutils/command/bdist_msi.py Lib/distutils/command/bdist_rpm.py Lib/distutils/command/bdist_wininst.py Lib/distutils/command/build.py Lib/distutils/command/build_clib.py Lib/distutils/command/build_ext.py Lib/distutils/command/build_py.py Lib/distutils/command/build_scripts.py Lib/distutils/command/config.py Lib/distutils/command/install.py Lib/distutils/command/register.py Lib/distutils/command/sdist.py Lib/distutils/command/upload.py Lib/distutils/config.py Lib/distutils/core.py Lib/distutils/cygwinccompiler.py Lib/distutils/dep_util.py Lib/distutils/dir_util.py Lib/distutils/dist.py Lib/distutils/emxccompiler.py Lib/distutils/errors.py Lib/distutils/extension.py Lib/distutils/fancy_getopt.py Lib/distutils/file_util.py Lib/distutils/filelist.py Lib/distutils/msvc9compiler.py Lib/distutils/msvccompiler.py Lib/distutils/sysconfig.py Lib/distutils/tests/support.py Lib/distutils/tests/test_archive_util.py Lib/distutils/tests/test_bdist.py Lib/distutils/tests/test_bdist_dumb.py Lib/distutils/tests/test_bdist_rpm.py Lib/distutils/tests/test_bdist_wininst.py Lib/distutils/tests/test_build_clib.py Lib/distutils/tests/test_build_ext.py Lib/distutils/tests/test_build_py.py Lib/distutils/tests/test_build_scripts.py Lib/distutils/tests/test_ccompiler.py Lib/distutils/tests/test_cmd.py Lib/distutils/tests/test_cygwinccompiler.py Lib/distutils/tests/test_dist.py Lib/distutils/tests/test_emxccompiler.py Lib/distutils/tests/test_extension.py Lib/distutils/tests/test_file_util.py Lib/distutils/tests/test_filelist.py Lib/distutils/tests/test_install.py Lib/distutils/tests/test_install_lib.py Lib/distutils/tests/test_log.py Lib/distutils/tests/test_register.py Lib/distutils/tests/test_sdist.py Lib/distutils/tests/test_sysconfig.py Lib/distutils/tests/test_unixccompiler.py Lib/distutils/tests/test_upload.py Lib/distutils/tests/test_util.py Lib/distutils/text_file.py Lib/distutils/unixccompiler.py Lib/distutils/util.py Lib/doctest.py Lib/email/base64mime.py Lib/email/feedparser.py Lib/email/header.py Lib/email/message.py Lib/email/test/test_email.py Lib/fileinput.py Lib/fnmatch.py Lib/functools.py Lib/getopt.py Lib/http/client.py Lib/http/cookiejar.py Lib/http/cookies.py Lib/http/server.py Lib/idlelib/NEWS.txt Lib/idlelib/PyShell.py Lib/idlelib/idlever.py Lib/imaplib.py Lib/importlib/test/benchmark.py Lib/json/__init__.py Lib/json/decoder.py Lib/json/encoder.py Lib/json/tests/test_fail.py Lib/mailbox.py Lib/multiprocessing/connection.py Lib/multiprocessing/forking.py Lib/multiprocessing/heap.py Lib/multiprocessing/reduction.py Lib/ntpath.py Lib/os.py Lib/pdb.doc Lib/pdb.py Lib/pickle.py Lib/pickletools.py Lib/platform.py Lib/posixpath.py Lib/profile.py Lib/pstats.py Lib/pydoc.py Lib/pydoc_data/topics.py Lib/re.py Lib/site.py Lib/smtpd.py Lib/smtplib.py Lib/sndhdr.py Lib/socket.py Lib/string.py Lib/subprocess.py Lib/sysconfig.py Lib/tarfile.py Lib/test/cfgparser.2 Lib/test/cfgparser.3 Lib/test/data/README Lib/test/datetimetester.py Lib/test/decimaltestdata/extra.decTest Lib/test/formatfloat_testcases.txt Lib/test/math_testcases.txt Lib/test/mock_socket.py Lib/test/pickletester.py Lib/test/regrtest.py Lib/test/script_helper.py Lib/test/sndhdrdata Lib/test/sortperf.py Lib/test/support.py Lib/test/symlink_support.py Lib/test/test_SimpleHTTPServer.py Lib/test/test_argparse.py Lib/test/test_array.py Lib/test/test_ast.py Lib/test/test_asyncore.py Lib/test/test_binascii.py Lib/test/test_binop.py Lib/test/test_bz2.py Lib/test/test_calendar.py Lib/test/test_cfgparser.py Lib/test/test_cmath.py Lib/test/test_cmd.py Lib/test/test_collections.py Lib/test/test_complex.py Lib/test/test_curses.py Lib/test/test_datetime.py Lib/test/test_decimal.py Lib/test/test_doctest.py Lib/test/test_fileinput.py Lib/test/test_float.py Lib/test/test_fnmatch.py Lib/test/test_functools.py Lib/test/test_gdb.py Lib/test/test_getopt.py Lib/test/test_glob.py Lib/test/test_http_cookiejar.py Lib/test/test_http_cookies.py Lib/test/test_httplib.py Lib/test/test_httpservers.py Lib/test/test_import.py Lib/test/test_math.py Lib/test/test_minidom.py Lib/test/test_mmap.py Lib/test/test_ntpath.py Lib/test/test_numeric_tower.py Lib/test/test_optparse.py Lib/test/test_os.py Lib/test/test_osx_env.py Lib/test/test_pdb.py Lib/test/test_platform.py Lib/test/test_posix.py Lib/test/test_posixpath.py Lib/test/test_pow.py Lib/test/test_profilehooks.py Lib/test/test_pstats.py Lib/test/test_queue.py Lib/test/test_re.py Lib/test/test_rlcompleter.py Lib/test/test_robotparser.py Lib/test/test_sax.py Lib/test/test_sched.py Lib/test/test_set.py Lib/test/test_shutil.py Lib/test/test_signal.py Lib/test/test_site.py Lib/test/test_smtpd.py Lib/test/test_smtplib.py Lib/test/test_sndhdr.py Lib/test/test_ssl.py Lib/test/test_struct.py Lib/test/test_structseq.py Lib/test/test_subprocess.py Lib/test/test_sunau.py Lib/test/test_sundry.py Lib/test/test_sys.py Lib/test/test_sys_setprofile.py Lib/test/test_sys_settrace.py Lib/test/test_sysconfig.py Lib/test/test_tarfile.py Lib/test/test_tcl.py Lib/test/test_threaded_import.py Lib/test/test_threading.py Lib/test/test_threading_local.py Lib/test/test_tokenize.py Lib/test/test_trace.py Lib/test/test_unicode.py Lib/test/test_unicodedata.py Lib/test/test_unpack.py Lib/test/test_urllib.py Lib/test/test_urllib2.py Lib/test/test_urlparse.py Lib/test/test_xml_etree.py Lib/threading.py Lib/timeit.py Lib/tkinter/__main__.py Lib/trace.py Lib/unittest/case.py Lib/unittest/test/test_case.py Lib/urllib/parse.py Lib/urllib/request.py Lib/urllib/robotparser.py Lib/xml/dom/expatbuilder.py Lib/xml/dom/minidom.py Lib/xmlrpc/client.py Makefile.pre.in Misc/ACKS Misc/NEWS Misc/RPM/python-3.2.spec Misc/developers.txt Misc/maintainers.rst Misc/python-wing.wpr Modules/Setup.dist Modules/_ctypes/_ctypes.c Modules/_ctypes/callproc.c Modules/_ctypes/cfield.c Modules/_ctypes/ctypes.h Modules/_cursesmodule.c Modules/_datetimemodule.c Modules/_io/_iomodule.c Modules/_io/bufferedio.c Modules/_json.c Modules/_pickle.c Modules/_ssl.c Modules/_struct.c Modules/_time.c Modules/_time.h Modules/arraymodule.c Modules/binascii.c Modules/bz2module.c Modules/cmathmodule.c Modules/datetimemodule.c Modules/getpath.c Modules/main.c Modules/makesetup Modules/mathmodule.c Modules/mmapmodule.c Modules/posixmodule.c Modules/readline.c Modules/selectmodule.c Modules/sha1module.c Modules/signalmodule.c Modules/timemodule.c Modules/zipimport.c Modules/zlib/ChangeLog Modules/zlib/FAQ Modules/zlib/INDEX Modules/zlib/Makefile Modules/zlib/Makefile.in Modules/zlib/README Modules/zlib/adler32.c Modules/zlib/compress.c Modules/zlib/configure Modules/zlib/crc32.c Modules/zlib/deflate.c Modules/zlib/deflate.h Modules/zlib/example.c Modules/zlib/infback.c Modules/zlib/inffast.c Modules/zlib/inffast.h Modules/zlib/inflate.c Modules/zlib/inflate.h Modules/zlib/inftrees.c Modules/zlib/inftrees.h Modules/zlib/make_vms.com Modules/zlib/minigzip.c Modules/zlib/trees.c Modules/zlib/trees.h Modules/zlib/uncompr.c Modules/zlib/zconf.h Modules/zlib/zlib.3 Modules/zlib/zlib.h Modules/zlib/zutil.c Modules/zlib/zutil.h Objects/bytearrayobject.c Objects/complexobject.c Objects/floatobject.c Objects/iterobject.c Objects/memoryobject.c Objects/object.c Objects/setobject.c Objects/sliceobject.c Objects/stringlib/formatter.h Objects/structseq.c Objects/unicodeobject.c PC/VS8.0/pythoncore.vcproj PC/_subprocess.c PC/config.c PC/python_nt.rc PCbuild/build_ssl.py PCbuild/pyproject.vsprops PCbuild/pythoncore.vcproj PCbuild/readme.txt Python/ceval.c Python/getargs.c Python/getcopyright.c Python/getversion.c Python/graminit.c Python/pythonrun.c Python/pytime.c README Tools/README Tools/buildbot/external-common.bat Tools/faqwiz Tools/framer/framer/bases.py Tools/framer/framer/template.py Tools/freeze/freeze.py Tools/freeze/makeconfig.py Tools/gdb/libpython.py Tools/i18n/msgfmt.py Tools/msi/msi.py Tools/msi/msilib.py Tools/msi/uuids.py Tools/pynche/ChipViewer.py Tools/pynche/DetailsViewer.py Tools/pynche/ListViewer.py Tools/pynche/PyncheWidget.py Tools/pynche/StripViewer.py Tools/pynche/Switchboard.py Tools/pynche/TextViewer.py Tools/pynche/TypeinViewer.py Tools/scripts/README Tools/scripts/byext.py Tools/scripts/checkappend.py Tools/scripts/classfix.py Tools/scripts/cvsfiles.py Tools/scripts/logmerge.py Tools/scripts/methfix.py Tools/scripts/serve.py Tools/scripts/setup.py Tools/scripts/win_add2path.py Tools/scripts/xxci.py Tools/versioncheck configure configure.in setup.py
mark.dickinson
- [Python-checkins] r83815 - in python/branches/release27-maint: Lib/subprocess.py PC/_subprocess.c
tim.golden
- [Python-checkins] r83816 - in python/branches/py3k: Lib/subprocess.py PC/_subprocess.c
tim.golden
- [Python-checkins] r83817 - in python/branches/release31-maint: Lib/subprocess.py PC/_subprocess.c
tim.golden
- [Python-checkins] r83818 - in python/branches/py3k/Lib: test/test_urllib2.py test/test_urllib2net.py urllib/request.py
senthil.kumaran
- [Python-checkins] r83819 - in python/branches/release31-maint: Lib/test/test_urllib2.py Lib/test/test_urllib2net.py Lib/urllib/request.py
senthil.kumaran
- [Python-checkins] r83820 - in python/branches/release27-maint: Lib/test/test_urllib2.py Lib/test/test_urllib2net.py Lib/urllib2.py
senthil.kumaran
- [Python-checkins] r83821 - python/branches/py3k-dtoa/Lib/test/test_float.py
mark.dickinson
- [Python-checkins] r83822 - python/branches/py3k/Misc/NEWS
senthil.kumaran
- [Python-checkins] r83823 - in python/branches/release31-maint: Misc/NEWS
senthil.kumaran
- [Python-checkins] r83824 - in python/branches/release27-maint: Misc/NEWS
senthil.kumaran
- [Python-checkins] r83825 - in python/branches/import_unicode: Modules/zipimport.c Python/import.c
victor.stinner
- [Python-checkins] r83826 - python/branches/import_unicode/Modules/main.c
victor.stinner
- [Python-checkins] r83827 - in sandbox/trunk/2to3/lib2to3: fixes/fix_urllib.py tests/test_fixers.py
benjamin.peterson
- [Python-checkins] r83828 - python/branches/py3k/Lib/functools.py
benjamin.peterson
- [Python-checkins] r83829 - in python/branches/py3k/Lib/test: test_urllib.py test_urllib2.py test_urllib2_localnet.py
florent.xicluna
- [Python-checkins] r83830 - in python/branches/py3k/Lib: subprocess.py test/test_subprocess.py
tim.golden
- [Python-checkins] r83831 - in python/branches/release31-maint/Lib: subprocess.py test/test_subprocess.py
tim.golden
- [Python-checkins] r83831 - in python/branches/release31-maint/Lib: subprocess.py test/test_subprocess.py
Eric Smith
- [Python-checkins] r83832 - in python/branches/release27-maint/Lib: subprocess.py test/test_subprocess.py
tim.golden
- [Python-checkins] r83833 - python/branches/py3k/Lib/test/test_urllib2_localnet.py
florent.xicluna
- [Python-checkins] r83834 - python/branches/py3k/Modules/pyexpat.c
benjamin.peterson
- [Python-checkins] r83835 - python/branches/py3k/Lib/test/test_strtod.py
mark.dickinson
- [Python-checkins] r83836 - in python/branches/release27-maint: Misc/NEWS Modules/_ctypes/_ctypes.c Modules/_ctypes/callbacks.c Modules/_ctypes/ctypes.h Modules/_ctypes/libffi/fficonfig.py.in Modules/_ctypes/libffi_msvc/ffi.c Modules/_ctypes/libffi_msvc/ffi.h Modules/_ctypes/malloc_closure.c setup.py
thomas.heller
- [Python-checkins] r83837 - in python/branches/py3k: Misc/NEWS Modules/_ctypes/_ctypes.c Modules/_ctypes/callbacks.c Modules/_ctypes/ctypes.h Modules/_ctypes/libffi/fficonfig.py.in Modules/_ctypes/libffi_msvc/ffi.c Modules/_ctypes/libffi_msvc/ffi.h Modules/_ctypes/malloc_closure.c setup.py
thomas.heller
- [Python-checkins] r83838 - python/branches/py3k/Misc/NEWS
florent.xicluna
- [Python-checkins] r83839 - in python/branches/py3k: Lib/test/test_ioctl.py Misc/NEWS
florent.xicluna
- [Python-checkins] r83840 - python/branches/release27-maint
thomas.heller
- [Python-checkins] r83841 - in python/branches/py3k: Misc/NEWS Modules/_ctypes/_ctypes.c
thomas.heller
- [Python-checkins] r83842 - in python/branches/release31-maint: Misc/NEWS Modules/_ctypes/_ctypes.c Modules/_ctypes/callbacks.c Modules/_ctypes/ctypes.h Modules/_ctypes/libffi/fficonfig.py.in Modules/_ctypes/libffi_msvc/ffi.c Modules/_ctypes/libffi_msvc/ffi.h Modules/_ctypes/malloc_closure.c setup.py
thomas.heller
- [Python-checkins] r83843 - in python/branches/release27-maint: Misc/NEWS Modules/_ctypes/_ctypes.c
thomas.heller
- [Python-checkins] r83844 - sandbox/trunk/2to3/lib2to3/tests/test_fixers.py
benjamin.peterson
- [Python-checkins] r83845 - in python/branches/py3k/Lib/lib2to3: fixer_util.py fixes/fix_itertools_imports.py fixes/fix_operator.py fixes/fix_urllib.py pytree.py refactor.py tests/test_fixers.py tests/test_pytree.py tests/test_util.py
benjamin.peterson
- [Python-checkins] r83846 - in python/branches/py3k/Lib: subprocess.py test/test_subprocess.py
benjamin.peterson
- [Python-checkins] r83847 - in python/branches/release27-maint/Lib/lib2to3: fixer_util.py fixes/fix_itertools_imports.py fixes/fix_operator.py fixes/fix_urllib.py pytree.py refactor.py tests/test_fixers.py tests/test_pytree.py tests/test_util.py
benjamin.peterson
- [Python-checkins] r83848 - in python/branches/release27-maint/Lib: subprocess.py test/test_subprocess.py
benjamin.peterson
- [Python-checkins] r83849 - in python/branches/release31-maint/Lib: subprocess.py test/test_subprocess.py
benjamin.peterson
- [Python-checkins] r83850 - in python/branches/release31-maint: Lib/lib2to3/fixer_util.py Lib/lib2to3/fixes/fix_itertools_imports.py Lib/lib2to3/fixes/fix_operator.py Lib/lib2to3/fixes/fix_urllib.py Lib/lib2to3/pytree.py Lib/lib2to3/refactor.py Lib/lib2to3/tests/test_fixers.py Lib/lib2to3/tests/test_pytree.py Lib/lib2to3/tests/test_util.py
benjamin.peterson
- [Python-checkins] r83851 - in python/branches/py3k: Doc/library/xml.etree.elementtree.rst Lib/test/test_xml_etree.py Lib/xml/etree/ElementTree.py Misc/NEWS
florent.xicluna
- [Python-checkins] r83852 - sandbox/trunk/2to3/lib2to3/fixer_util.py
benjamin.peterson
- [Python-checkins] r83853 - sandbox/trunk/2to3/lib2to3/fixer_util.py
benjamin.peterson
- [Python-checkins] r83854 - in python/branches/py3k: Misc/NEWS Python/pythonrun.c
antoine.pitrou
- [Python-checkins] r83855 - in python/branches/release31-maint: Misc/NEWS Python/pythonrun.c
antoine.pitrou
- [Python-checkins] r83856 - python/branches/release27-maint
antoine.pitrou
- [Python-checkins] r83857 - in sandbox/trunk/2to3/lib2to3/fixes: fix_callable.py fix_intern.py fix_operator.py fix_reduce.py
benjamin.peterson
- [Python-checkins] r83858 - python/branches/release27-maint/Python/pythonrun.c
antoine.pitrou
- [Python-checkins] r83859 - in python/branches/py3k: Misc/NEWS Objects/stringlib/fastsearch.h
florent.xicluna
- [Python-checkins] r83860 - python/branches/py3k/Python/_warnings.c
Benjamin Peterson
- [Python-checkins] r83860 - python/branches/py3k/Python/_warnings.c
victor.stinner
- [Python-checkins] r83861 - in python/branches/py3k: Doc/library/gc.rst Doc/whatsnew/3.2.rst Include/pythonrun.h Lib/test/test_gc.py Misc/NEWS Modules/gcmodule.c Python/pythonrun.c
antoine.pitrou
- [Python-checkins] r83862 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r83863 - python/branches/py3k/Lib/test/test_xml_etree.py
florent.xicluna
- [Python-checkins] r83864 - in python/branches/py3k: Lib/test/test_xml_etree.py Lib/xml/etree/ElementInclude.py Misc/NEWS
florent.xicluna
- [Python-checkins] r83865 - in python/branches/import_unicode: Include/Python.h Python/import.c
victor.stinner
- [Python-checkins] r83866 - in python/branches/import_unicode: Doc/c-api/unicode.rst Include/unicodeobject.h Objects/unicodeobject.c
victor.stinner
- [Python-checkins] r83867 - in python/branches/import_unicode: Include/unicodeobject.h Objects/unicodeobject.c
victor.stinner
- [Python-checkins] r83868 - python/branches/import_unicode/Modules/zipimport.c
victor.stinner
- [Python-checkins] r83869 - in python/branches/py3k: Doc/library/socket.rst Doc/whatsnew/3.2.rst Lib/ssl.py Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c
antoine.pitrou
- [Python-checkins] r83870 - python/branches/py3k/Python/import.c
victor.stinner
- [Python-checkins] r83871 - in python/branches/py3k: Doc/library/fnmatch.rst Lib/fnmatch.py Lib/test/test_fnmatch.py
raymond.hettinger
- [Python-checkins] r83872 - python/branches/py3k/Doc/library/functools.rst
benjamin.peterson
- [Python-checkins] r83873 - in python/branches/release27-maint: Doc/library/functools.rst
benjamin.peterson
- [Python-checkins] r83874 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r83875 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r83876 - in python/branches/py3k: Modules/Setup.dist setup.py
senthil.kumaran
- [Python-checkins] r83877 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
senthil.kumaran
- [Python-checkins] r83878 - python/branches/py3k/Tools/scripts/2to3
florent.xicluna
- [Python-checkins] r83879 - python/branches/release27-maint/Lib/string.py
senthil.kumaran
- [Python-checkins] r83880 - python/branches/py3k/Objects/bytesobject.c
senthil.kumaran
- [Python-checkins] r83881 - in python/branches/release31-maint: Objects/bytesobject.c
senthil.kumaran
- [Python-checkins] r83882 - python/branches/py3k/Objects/bytesobject.c
senthil.kumaran
- [Python-checkins] r83883 - in python/branches/release31-maint: Objects/bytesobject.c
senthil.kumaran
- [Python-checkins] r83884 - peps/trunk/pep-3147.txt
florent.xicluna
- [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
antoine.pitrou
- [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
Nick Coghlan
- [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
Nick Coghlan
- [Python-checkins] r83885 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
Senthil Kumaran
- [Python-checkins] r83886 - in python/branches/py3k/Tools/scripts: byext.py patchcheck.py reindent.py rgrep.py suff.py svneol.py untabify.py
florent.xicluna
- [Python-checkins] r83887 - in python/branches/py3k: Misc/NEWS Tools/scripts/checkpyc.py
florent.xicluna
- [Python-checkins] r83888 - in python/branches/py3k: Doc/library/fnmatch.rst Lib/fnmatch.py Lib/test/test_fnmatch.py
antoine.pitrou
- [Python-checkins] r83889 - in python/branches/py3k: Doc/library/configparser.rst Lib/configparser.py Lib/test/test_cfgparser.py Misc/NEWS
fred.drake
- [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py
benjamin.peterson
- [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py
Nick Coghlan
- [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py
Benjamin Peterson
- [Python-checkins] r83890 - python/branches/py3k/Lib/inspect.py
Alexander Belopolsky
- [Python-checkins] r83891 - python/branches/py3k/Lib/inspect.py
benjamin.peterson
- [Python-checkins] r83892 - python/branches/py3k/Include/structseq.h
benjamin.peterson
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
"Martin v. Löwis"
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
Nick Coghlan
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
Benjamin Peterson
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
Alexander Belopolsky
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
Nick Coghlan
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
Alexander Belopolsky
- [Python-checkins] r83893 - python/branches/release27-maint/Misc/ACKS
alexander.belopolsky
- [Python-checkins] r83894 - python/branches/py3k/Lib/test/regrtest.py
florent.xicluna
- [Python-checkins] r83895 - in python/branches/py3k/Lib/test: test_genericpath.py test_pep277.py
florent.xicluna
- [Python-checkins] r83896 - tracker/instances/python-dev/html/page.html
ezio.melotti
- [Python-checkins] r83897 - python/branches/py3k-dtoa/Lib/test/test_dtoa.py
mark.dickinson
- [Python-checkins] r83898 - python/branches/py3k-dtoa/Lib/test/test_dtoa.py
mark.dickinson
- [Python-checkins] r83899 - in tracker/instances/python-dev/extensions: local_replace.py test/test_local_replace.py
ezio.melotti
- [Python-checkins] r83900 - in python/branches/py3k/Doc: faq/library.rst library/logging.rst library/urllib.parse.rst library/urllib.request.rst
senthil.kumaran
- [Python-checkins] r83901 - in python/branches/py3k/Lib: cgi.py logging/handlers.py urllib/parse.py
senthil.kumaran
- [Python-checkins] r83902 - in python/branches/release27-maint: Lib/test/test_ioctl.py Lib/test/test_urllib2_localnet.py Misc/NEWS Objects/stringlib/fastsearch.h Tools/scripts/2to3
florent.xicluna
- [Python-checkins] r83903 - in python/branches/release31-maint: Doc/faq/library.rst Doc/library/logging.rst Doc/library/urllib.parse.rst Doc/library/urllib.request.rst
senthil.kumaran
- [Python-checkins] r83904 - in python/branches/release31-maint: Lib/cgi.py Lib/logging/handlers.py Lib/urllib/parse.py
senthil.kumaran
- [Python-checkins] r83905 - in python/branches/release27-maint: Doc/faq/library.rst Doc/library/logging.rst Doc/library/urllib.rst Doc/library/urlparse.rst
senthil.kumaran
- [Python-checkins] r83906 - in python/branches/release27-maint: Lib/cgi.py Lib/logging/handlers.py Lib/urlparse.py
senthil.kumaran
- [Python-checkins] r83907 - python/branches/release27-maint
florent.xicluna
- [Python-checkins] r83908 - in python/branches/py3k: Doc/library/socket.rst Doc/whatsnew/3.2.rst Lib/ssl.py Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c
antoine.pitrou
- [Python-checkins] r83909 - in python/branches/release27-maint: Lib/test/test_xml_etree.py Lib/xml/etree/ElementInclude.py Misc/NEWS
florent.xicluna
- [Python-checkins] r83910 - python/branches/bbtest
martin.v.loewis
- [Python-checkins] r83911 - python/branches/bbtest/Modules/python.c
martin.v.loewis
- [Python-checkins] r83912 - python/branches/bbtest
martin.v.loewis
- [Python-checkins] r83913 - in python/branches/release26-maint: Doc/library/stdtypes.rst Lib/urllib.py Misc/NEWS
florent.xicluna
- [Python-checkins] r83914 - python/branches/release26-maint
florent.xicluna
- [Python-checkins] r83915 - in python/branches/release26-maint: Misc/NEWS
florent.xicluna
- [Python-checkins] r83916 - python/branches/release27-maint
florent.xicluna
- [Python-checkins] r83917 - python/branches/release27-maint
florent.xicluna
- [Python-checkins] r83918 - in python/branches/py3k: Lib/test/test_threading_local.py Misc/NEWS Modules/_threadmodule.c
antoine.pitrou
- [Python-checkins] r83919 - in python/branches/release31-maint: Lib/test/test_threading_local.py Misc/NEWS Modules/_threadmodule.c
antoine.pitrou
- [Python-checkins] r83920 - in python/branches/release27-maint: Lib/test/test_threading_local.py Misc/NEWS Modules/threadmodule.c
antoine.pitrou
- [Python-checkins] r83921 - in python/branches/py3k: Misc/ACKS Misc/NEWS Modules/posixmodule.c
antoine.pitrou
- [Python-checkins] r83922 - in python/branches/release31-maint: Misc/ACKS Misc/NEWS Modules/posixmodule.c
antoine.pitrou
- [Python-checkins] r83923 - in python/branches/release27-maint: Misc/ACKS Misc/NEWS Modules/posixmodule.c
antoine.pitrou
- [Python-checkins] r83924 - python/branches/release27-maint
antoine.pitrou
- [Python-checkins] r83925 - python/branches/release27-maint
antoine.pitrou
- [Python-checkins] r83926 - in python/branches/release31-maint: Misc/NEWS Modules/_ctypes/_ctypes.c Modules/_ctypes/callbacks.c Modules/_ctypes/ctypes.h Modules/_ctypes/libffi/fficonfig.py.in Modules/_ctypes/libffi_msvc/ffi.c Modules/_ctypes/libffi_msvc/ffi.h Modules/_ctypes/malloc_closure.c setup.py
antoine.pitrou
- [Python-checkins] r83927 - python/branches/py3k/Lib/test/test_winsound.py
antoine.pitrou
- [Python-checkins] r83928 - in python/branches/release27-maint: Lib/test/test_winsound.py
antoine.pitrou
- [Python-checkins] r83929 - in python/branches/release31-maint: Lib/test/test_winsound.py
antoine.pitrou
- [Python-checkins] r83930 - python/branches/release27-maint/Misc/ACKS
alexander.belopolsky
- [Python-checkins] r83931 - in python/branches/release27-maint: Lib/ConfigParser.py Lib/test/test_cfgparser.py Misc/NEWS
fred.drake
- [Python-checkins] r83932 - python/branches/py3k/Python/ceval_gil.h
antoine.pitrou
- [Python-checkins] r83933 - in python/branches/py3k: Include/unicodeobject.h Objects/unicodeobject.c
victor.stinner
- [Python-checkins] r83934 - python/branches/import_unicode/Python/import.c
victor.stinner
- [Python-checkins] r83935 - python/branches/import_unicode/Python/import.c
victor.stinner
- [Python-checkins] r83936 - in python/branches/py3k: Lib/test/test_bytes.py Objects/bytearrayobject.c Objects/bytesobject.c
mark.dickinson
- [Python-checkins] r83937 - python/branches/py3k/Misc/ACKS
alexander.belopolsky
- [Python-checkins] r83938 - in python/branches/release31-maint: Misc/ACKS
alexander.belopolsky
- [Python-checkins] r83939 - python/branches/py3k/Misc/developers.txt
brett.cannon
- [Python-checkins] r83940 - python/branches/release26-maint/Lib/test/test_subprocess.py
florent.xicluna
- [Python-checkins] r83941 - peps/trunk/pep-3149.txt
brett.cannon
- [Python-checkins] r83942 - peps/trunk/pep-3152.txt
brett.cannon
- [Python-checkins] r83943 - python/branches/py3k/Misc/developers.txt
martin.v.loewis
- [Python-checkins] r83944 - in python/branches/py3k: Lib/test/test_io.py Misc/ACKS Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r83945 - in python/branches/release31-maint: Lib/test/test_io.py Misc/ACKS Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r83946 - in python/branches/release27-maint: Lib/test/test_io.py Misc/ACKS Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r83947 - in python/branches/py3k/Lib: subprocess.py test/test_subprocess.py
tim.golden
- [Python-checkins] r83948 - python/branches/py3k/Lib/ctypes/test/test_callbacks.py
tim.golden
- [Python-checkins] r83949 - in python/branches/py3k: Include/pyport.h Misc/NEWS Modules/_elementtree.c Modules/_hashopenssl.c Objects/abstract.c Objects/bytearrayobject.c Objects/bytesobject.c Objects/capsule.c Objects/memoryobject.c Objects/unicodectype.c Objects/unicodeobject.c Python/getargs.c Python/modsupport.c
alexander.belopolsky
- [Python-checkins] r83950 - python/branches/release27-maint/Lib/urllib2.py
senthil.kumaran
- [Python-checkins] r83951 - in python/branches/py3k: Misc/NEWS Modules/posixmodule.c
benjamin.peterson
- [Python-checkins] r83952 - in python/branches/release31-maint: Misc/NEWS Modules/posixmodule.c
benjamin.peterson
- [Python-checkins] r83953 - python/branches/release31-maint
alexander.belopolsky
- [Python-checkins] r83954 - python/branches/release27-maint
alexander.belopolsky
- [Python-checkins] r83955 - in tracker/roundup-src: roundup/cgi/templating.py test/test_templating.py
ezio.melotti
- [Python-checkins] r83956 - in python/branches/release31-maint/Lib: subprocess.py test/test_subprocess.py
tim.golden
- [Python-checkins] r83957 - in python/branches/release27-maint/Lib: subprocess.py test/test_subprocess.py
tim.golden
- [Python-checkins] r83958 - python/branches/release27-maint/Lib/ctypes/test/test_callbacks.py
tim.golden
- [Python-checkins] r83959 - in python/branches/py3k: Lib/test/test_zipfile.py Lib/zipfile.py Misc/NEWS
antoine.pitrou
- [Python-checkins] r83960 - python/branches/py3k/Misc/NEWS
antoine.pitrou
- [Python-checkins] r83961 - in python/branches/release27-maint: Lib/test/test_zipfile.py Lib/zipfile.py Misc/NEWS
antoine.pitrou
- [Python-checkins] r83962 - in python/branches/release31-maint: Lib/test/test_zipfile.py Lib/zipfile.py Misc/NEWS
antoine.pitrou
- [Python-checkins] r83963 - tracker/instances/python-dev/scripts/roundup-summary
ezio.melotti
- [Python-checkins] r83964 - in python/branches/release26-maint/Lib: socket.py test/test_socket.py
ezio.melotti
- [Python-checkins] r83965 - python/branches/release26-maint/Misc/NEWS
ezio.melotti
- [Python-checkins] r83966 - python/branches/py3k/Lib/test/test_unicode.py
eric.smith
- [Python-checkins] r83967 - in python/branches/release26-maint: Lib/urllib.py Misc/NEWS
florent.xicluna
- [Python-checkins] r83968 - in python/branches/release31-maint: Lib/test/test_unicode.py
eric.smith
- [Python-checkins] r83969 - in python/branches/release26-maint: Lib/asyncore.py Misc/ACKS Misc/NEWS
giampaolo.rodola
- [Python-checkins] r83970 - in python/branches/release26-maint: Lib/test/test_curses.py Misc/NEWS
mark.dickinson
- [Python-checkins] r83971 - in python/branches/py3k/Lib/test: support.py test_unicode_file.py
victor.stinner
- [Python-checkins] r83972 - in python/branches/py3k: Lib/test/test_imp.py Python/import.c
victor.stinner
- [Python-checkins] r83973 - in python/branches/py3k: Doc/c-api/file.rst Objects/fileobject.c
victor.stinner
- [Python-checkins] r83974 - python/branches/py3k/Lib/test/support.py
victor.stinner
- [Python-checkins] r83975 - python/branches/py3k/Lib/test/support.py
victor.stinner
- [Python-checkins] r83976 - in python/branches/py3k: Doc/c-api/exceptions.rst Include/warnings.h Misc/NEWS Objects/moduleobject.c Objects/typeobject.c Objects/unicodeobject.c Python/_warnings.c
victor.stinner
- [Python-checkins] r83977 - python/branches/py3k/Doc/c-api/unicode.rst
georg.brandl
- [Python-checkins] r83978 - python/branches/py3k/Include/pytime.h
antoine.pitrou
- [Python-checkins] r83979 - in python/branches/py3k: Doc/library/fnmatch.rst Lib/fnmatch.py Lib/test/test_fnmatch.py
antoine.pitrou
- [Python-checkins] r83980 - in python/branches/py3k: Lib/re.py Lib/test/test_re.py Misc/NEWS
antoine.pitrou
- [Python-checkins] r83981 - python/branches/py3k/Lib/platform.py
victor.stinner
- [Python-checkins] r83982 - python/branches/py3k/Misc/maintainers.rst
r.david.murray
- [Python-checkins] r83982 - svn:log
r.david.murray
- [Python-checkins] r83983 - python/branches/py3k/Lib/test/test_subprocess.py
brian.curtin
- [Python-checkins] r83984 - in python/branches/release31-maint: Lib/test/test_subprocess.py
brian.curtin
- [Python-checkins] r83985 - in python/branches/release27-maint: Lib/test/test_subprocess.py
brian.curtin
- [Python-checkins] r83986 - in python/branches/py3k: Misc/NEWS Python/ceval.c configure configure.in pyconfig.h.in
antoine.pitrou
- [Python-checkins] r83987 - in python/branches/py3k/Lib/test: support.py test_imp.py test_unicode_file.py
victor.stinner
- [Python-checkins] r83988 - in python/branches/py3k: .bzrignore .hgignore Include/Python.h Lib/site.py Makefile.pre.in Modules/getpath.c Modules/main.c setup.py
antoine.pitrou
- [Python-checkins] r83989 - in python/branches/py3k: Include/Python.h Modules/getpath.c Modules/main.c
victor.stinner
- [Python-checkins] r83990 - in python/branches/py3k: Doc/c-api/unicode.rst Include/unicodeobject.h Misc/NEWS Objects/unicodeobject.c
victor.stinner
- [Python-checkins] r83991 - python/branches/py3k/Modules/getpath.c
victor.stinner
- [Python-checkins] r83992 - in python/branches/release26-maint: Lib/distutils/command/sdist.py Lib/distutils/tests/test_sdist.py Misc/NEWS
eric.araujo
- [Python-checkins] r83992 - in python/branches/release26-maint: Lib/distutils/command/sdist.py Lib/distutils/tests/test_sdist.py Misc/NEWS
Barry Warsaw
- [Python-checkins] r83993 - in python/branches/py3k: Doc/distutils/sourcedist.rst Lib/distutils/command/sdist.py Lib/distutils/tests/test_sdist.py Misc/NEWS
eric.araujo
- [Python-checkins] r83994 - in python/branches/release31-maint: Doc/distutils/sourcedist.rst Lib/distutils/command/sdist.py Lib/distutils/tests/test_sdist.py Misc/NEWS
eric.araujo
- [Python-checkins] r83995 - in python/branches/release31-maint: Doc/distutils/sourcedist.rst Misc/NEWS
eric.araujo
- [Python-checkins] r83996 - in python/branches/release27-maint: Doc/distutils/sourcedist.rst Lib/distutils/command/sdist.py Lib/distutils/tests/test_sdist.py Misc/NEWS
eric.araujo
- [Python-checkins] r83997 - python/branches/release27-maint/Misc/maintainers.rst
eric.araujo
- [Python-checkins] r83998 - in python/branches/py3k: Doc/distutils/sourcedist.rst Misc/NEWS
eric.araujo
- [Python-checkins] r83999 - python/branches/py3k/Doc/library/cgi.rst
eric.araujo
- [Python-checkins] r84000 - python/branches/py3k/Misc/maintainers.rst
eric.araujo
- [Python-checkins] r84001 - python/branches/py3k/Doc/library/cgi.rst
eric.araujo
- [Python-checkins] r84002 - in python/branches/release31-maint: Doc/library/cgi.rst
eric.araujo
- [Python-checkins] r84003 - in python/branches/release27-maint: Doc/library/cgi.rst
eric.araujo
- [Python-checkins] r84004 - python/branches/release27-maint/Misc/maintainers.rst
eric.araujo
- [Python-checkins] r84005 - python/branches/py3k/Misc/maintainers.rst
ezio.melotti
- [Python-checkins] r84006 - python/branches/py3k/Misc/maintainers.rst
ezio.melotti
- [Python-checkins] r84007 - python/branches/py3k/Misc/maintainers.rst
antoine.pitrou
- [Python-checkins] r84008 - python/branches/py3k/Modules/getpath.c
antoine.pitrou
- [Python-checkins] r84009 - python/branches/py3k/Modules/getpath.c
antoine.pitrou
- [Python-checkins] r84010 - in python/branches/release31-maint: Modules/getpath.c
antoine.pitrou
- [Python-checkins] r84011 - python/branches/py3k/Makefile.pre.in
georg.brandl
- [Python-checkins] r84012 - in python/branches/py3k: Include/Python.h Python/import.c
victor.stinner
- [Python-checkins] r84013 - python/branches/py3k/Modules/zipimport.c
victor.stinner
- [Python-checkins] r84014 - python/branches/release27-maint/Misc/maintainers.rst
eric.araujo
- [Python-checkins] r84015 - python/branches/py3k/Misc/maintainers.rst
georg.brandl
- [Python-checkins] r84016 - python/branches/py3k/Doc/library/urllib.parse.rst
georg.brandl
- [Python-checkins] r84017 - python/branches/py3k/Misc/NEWS
georg.brandl
- [Python-checkins] r84018 - python/branches/py3k/Doc/faq/library.rst
georg.brandl
- [Python-checkins] r84019 - python/branches/py3k/Lib/test/test_multiprocessing.py
florent.xicluna
- [Python-checkins] r84020 - python/branches/py3k/Misc/NEWS
georg.brandl
- [Python-checkins] r84021 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84022 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84023 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84024 - in python/branches/py3k: Lib/test/test_socket.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84025 - in python/branches/py3k/Misc: NEWS README maintainers.rst
florent.xicluna
- [Python-checkins] r84026 - python/branches/py3k/Python/import.c
victor.stinner
- [Python-checkins] r84027 - in python/branches/release31-maint: Lib/test/test_socket.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84028 - python/branches/py3k/Misc/maintainers.rst
florent.xicluna
- [Python-checkins] r84029 - in python/branches/release27-maint: Lib/test/test_socket.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84030 - in python/branches/py3k: Include/Python.h Python/import.c
victor.stinner
- [Python-checkins] r84031 - in python/branches/release26-maint: Lib/multiprocessing/connection.py Lib/multiprocessing/forking.py Lib/multiprocessing/heap.py Lib/multiprocessing/reduction.py Misc/NEWS
brian.curtin
- [Python-checkins] r84032 - python/branches/py3k/Misc/README
florent.xicluna
- [Python-checkins] r84033 - in python/branches/release31-maint: Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84034 - in python/branches/release27-maint: Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84035 - python/branches/py3k/Lib/test/support.py
victor.stinner
- [Python-checkins] r84036 - python/branches/py3k/Doc/library/stdtypes.rst
florent.xicluna
- [Python-checkins] r84037 - in python/branches/release31-maint: Doc/library/stdtypes.rst Lib/ctypes/test/test_callbacks.py Lib/json/encoder.py Lib/pickletools.py Lib/test/test_binop.py Lib/test/test_ioctl.py Lib/test/test_multiprocessing.py Lib/test/test_pow.py Lib/test/test_sys.py Lib/test/test_urllib.py Lib/test/test_urllib2.py Lib/test/test_urllib2_localnet.py Misc/NEWS Misc/README Misc/maintainers.rst Tools/scripts/2to3
florent.xicluna
- [Python-checkins] r84038 - python/branches/py3k/Lib/urllib/parse.py
florent.xicluna
- [Python-checkins] r84039 - python/branches/py3k/Lib/test/test_urllib.py
florent.xicluna
- [Python-checkins] r84040 - in python/branches/release31-maint: Lib/test/test_urllib.py Lib/urllib/parse.py Lib/urllib/request.py Misc/NEWS
florent.xicluna
- [Python-checkins] r84041 - peps/trunk/pep-0042.txt
mark.dickinson
- [Python-checkins] r84042 - in sandbox/trunk/2to3/lib2to3: btm_matcher.py btm_utils.py fixer_base.py fixes/fix_apply.py fixes/fix_basestring.py fixes/fix_buffer.py fixes/fix_callable.py fixes/fix_dict.py fixes/fix_except.py fixes/fix_exec.py fixes/fix_execfile.py fixes/fix_exitfunc.py fixes/fix_filter.py fixes/fix_funcattrs.py fixes/fix_future.py fixes/fix_getcwdu.py fixes/fix_has_key.py fixes/fix_idioms.py fixes/fix_import.py fixes/fix_imports.py fixes/fix_input.py fixes/fix_intern.py fixes/fix_isinstance.py fixes/fix_itertools.py fixes/fix_itertools_imports.py fixes/fix_long.py fixes/fix_map.py fixes/fix_metaclass.py fixes/fix_methodattrs.py fixes/fix_next.py fixes/fix_nonzero.py fixes/fix_operator.py fixes/fix_paren.py fixes/fix_print.py fixes/fix_raise.py fixes/fix_raw_input.py fixes/fix_reduce.py fixes/fix_renames.py fixes/fix_repr.py fixes/fix_set_literal.py fixes/fix_standarderror.py fixes/fix_sys_exc.py fixes/fix_throw.py fixes/fix_tuple_params.py fixes/fix_types.py fixes/fix_unicode.py fixes/fix_xrange.py fixes/fix_xreadlines.py fixes/fix_zip.py patcomp.py pygram.py pytree.py refactor.py
george.boutsioukis
- [Python-checkins] r84043 - python/branches/py3k/Lib/re.py
raymond.hettinger
- [Python-checkins] r84044 - python/branches/release31-maint
florent.xicluna
- [Python-checkins] r84045 - python/branches/py3k/Lib/functools.py
raymond.hettinger
- [Python-checkins] r84046 - in python/branches/release27-maint: Misc/README Misc/maintainers.rst
florent.xicluna
- [Python-checkins] r84047 - python/branches/py3k/Lib/functools.py
raymond.hettinger
- [Python-checkins] r84048 - python/branches/release27-maint
florent.xicluna
- [Python-checkins] r84049 - python/branches/release31-maint/Lib/test/test_urllib.py
florent.xicluna
- [Python-checkins] r84050 - python/branches/py3k/Doc/distutils/sourcedist.rst
eric.araujo
- [Python-checkins] r84051 - in python/branches/release31-maint: Doc/distutils/sourcedist.rst
eric.araujo
- [Python-checkins] r84052 - python/branches/release27-maint/Misc/maintainers.rst
eric.araujo
- [Python-checkins] r84053 - in python/branches/release27-maint: Doc/distutils/sourcedist.rst
eric.araujo
- [Python-checkins] r84054 - in python/branches/py3k/Lib: functools.py test/test_functools.py
raymond.hettinger
- [Python-checkins] r84055 - python/branches/release27-maint/Doc/distutils/sourcedist.rst
eric.araujo
- [Python-checkins] r84056 - in python/branches/py3k: Doc/whatsnew/3.2.rst Lib/functools.py Lib/test/test_functools.py
raymond.hettinger
- [Python-checkins] r84057 - python/branches/py3k/Lib/functools.py
raymond.hettinger
- [Python-checkins] r84058 - python/branches/py3k/Modules/Setup.dist
senthil.kumaran
- [Python-checkins] r84059 - python/branches/py3k/Lib/functools.py
raymond.hettinger
- [Python-checkins] r84060 - in python/branches/py3k: Misc/NEWS Modules/posixmodule.c
victor.stinner
- [Python-checkins] r84061 - in python/branches/release31-maint: Misc/NEWS Modules/posixmodule.c
victor.stinner
- [Python-checkins] r84062 - in python/branches/py3k: Misc/NEWS Modules/posixmodule.c
victor.stinner
- [Python-checkins] r84063 - in python/branches/py3k: Misc/NEWS Modules/posixmodule.c
victor.stinner
- [Python-checkins] r84064 - in python/branches/release31-maint: Misc/NEWS Modules/posixmodule.c
victor.stinner
- [Python-checkins] r84065 - python/branches/py3k/Doc/whatsnew/2.7.rst
mark.dickinson
- [Python-checkins] r84066 - in python/branches/release27-maint: Doc/whatsnew/2.7.rst
mark.dickinson
- [Python-checkins] r84067 - python/branches/py3k/Misc/NEWS
victor.stinner
- [Python-checkins] r84068 - in python/branches/py3k: Makefile.pre.in Misc/NEWS
martin.v.loewis
- [Python-checkins] r84069 - in python/branches/py3k: .bzrignore .hgignore Parser
antoine.pitrou
- [Python-checkins] r84070 - in python/branches/py3k/Objects: bytearrayobject.c bytesobject.c
antoine.pitrou
- [Python-checkins] r84072 - python/branches/py3k/Objects/bytes_methods.c
antoine.pitrou
- [Python-checkins] r84073 - in python/branches/release31-maint: Objects/bytes_methods.c
antoine.pitrou
- [Python-checkins] r84074 - python/branches/py3k/Objects/bytes_methods.c
antoine.pitrou
- [Python-checkins] r84075 - in python/branches/release31-maint: Objects/bytearrayobject.c Objects/bytes_methods.c Objects/bytesobject.c
antoine.pitrou
- [Python-checkins] r84076 - in python/branches/py3k/Modules: binascii.c mmapmodule.c posixmodule.c
antoine.pitrou
- [Python-checkins] r84077 - in python/branches/release31-maint: Modules/binascii.c Modules/mmapmodule.c Modules/posixmodule.c
antoine.pitrou
- [Python-checkins] r84078 - in python/branches/py3k/Modules: _csv.c binascii.c
antoine.pitrou
- [Python-checkins] r84079 - in python/branches/release31-maint: Modules/_csv.c Modules/binascii.c
antoine.pitrou
- [Python-checkins] r84080 - python/branches/py3k/Lib/test/support.py
victor.stinner
- [Python-checkins] r84081 - in python/branches/py3k/Lib: logging/config.py test/test_logging.py
florent.xicluna
- [Python-checkins] r84082 - python/branches/py3k/Doc/library/configparser.rst
florent.xicluna
- [Python-checkins] r84083 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84084 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84085 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84086 - python/branches/py3k/Lib/test/regrtest.py
antoine.pitrou
- [Python-checkins] r84087 - in python/branches/release27-maint: Lib/test/regrtest.py
antoine.pitrou
- [Python-checkins] r84088 - python/branches/py3k/Lib/test/test_smtpd.py
richard.jones
- [Python-checkins] r84089 - python/branches/py3k/Lib/test/test_socket.py
giampaolo.rodola
- [Python-checkins] r84090 - in python/branches/release31-maint: Lib/test/test_socket.py
giampaolo.rodola
- [Python-checkins] r84091 - in python/branches/release27-maint: Lib/test/test_socket.py
giampaolo.rodola
- [Python-checkins] r84092 - python/branches/py3k/Lib/test/test_ssl.py
antoine.pitrou
- [Python-checkins] r84093 - in python/branches/release26-maint: Lib/test/test_coercion.py Misc/NEWS
florent.xicluna
- [Python-checkins] r84094 - in python/branches/py3k: Doc/c-api/sys.rst Include/sysmodule.h Misc/NEWS Python/sysmodule.c
victor.stinner
- [Python-checkins] r84095 - in python/branches/py3k: Lib/test/test_zipimport.py Modules/zipimport.c
victor.stinner
- [Python-checkins] r84096 - python/branches/py3k/Doc/c-api/sys.rst
victor.stinner
- [Python-checkins] r84097 - python/branches/py3k/Lib/test/test_import.py
florent.xicluna
- [Python-checkins] r84098 - in python/branches/py3k: Lib/test/test_builtin.py Lib/test/test_functools.py Misc/NEWS Modules/_functoolsmodule.c
alexander.belopolsky
- [Python-checkins] r84099 - python/branches/py3k/Lib/test/test_import.py
florent.xicluna
- [Python-checkins] r84100 - in python/branches/release27-maint: Lib/test/test_import.py
florent.xicluna
- [Python-checkins] r84101 - in python/branches/release26-maint: Lib/test/test_import.py
florent.xicluna
- [Python-checkins] r84102 - python/branches/release27-maint/Lib/test/test_import.py
florent.xicluna
- [Python-checkins] r84103 - in python/branches/release26-maint: Mac/Modules/_scproxy.c Misc/NEWS
barry.warsaw
- [Python-checkins] r84104 - in python/branches/release31-maint: Lib/test/test_builtin.py Lib/test/test_functools.py Misc/NEWS Modules/_functoolsmodule.c
alexander.belopolsky
- [Python-checkins] r84105 - python/branches/py3k/Misc/maintainers.rst
tim.golden
- [Python-checkins] r84106 - in python/branches/py3k: Lib/doctest.py Lib/inspect.py Modules/_threadmodule.c Modules/pwdmodule.c Objects/typeobject.c
alexander.belopolsky
- [Python-checkins] r84107 - in python/branches/release31-maint: Lib/doctest.py Lib/inspect.py Modules/_threadmodule.c Modules/pwdmodule.c Objects/typeobject.c
alexander.belopolsky
- [Python-checkins] r84108 - in python/branches/release27-maint: Lib/doctest.py Lib/inspect.py Modules/pwdmodule.c Modules/threadmodule.c Objects/typeobject.c
alexander.belopolsky
- [Python-checkins] r84109 - python/branches/py3k/Misc/maintainers.rst
brian.curtin
- [Python-checkins] r84110 - in python/branches/release27-maint: Misc/maintainers.rst
brian.curtin
- [Python-checkins] r84111 - in python/branches/py3k: Include/unicodeobject.h Objects/unicodeobject.c
victor.stinner
- [Python-checkins] r84112 - python/branches/py3k/PC/winreg.c
amaury.forgeotdarc
- [Python-checkins] r84113 - python/branches/py3k/Modules/posixmodule.c
amaury.forgeotdarc
- [Python-checkins] r84114 - in python/branches/release26-maint: Include/patchlevel.h Lib/distutils/__init__.py Lib/idlelib/idlever.py Lib/pydoc_topics.py Misc/NEWS Misc/RPM/python-2.6.spec README
barry.warsaw
- [Python-checkins] r84115 - in python/branches/release31-maint: Lib/test/test_import.py Python/import.c
florent.xicluna
- [Python-checkins] r84116 - python/tags/r266rc2
barry.warsaw
- [Python-checkins] r84117 - python/tags/r266rc2
barry.warsaw
- [Python-checkins] r84118 - python/branches/release26-maint/Misc/NEWS
barry.warsaw
- [Python-checkins] r84119 - python/tags/r266rc2
barry.warsaw
- [Python-checkins] r84120 - python/branches/py3k/Modules/zipimport.c
victor.stinner
- [Python-checkins] r84121 - python/branches/py3k/Modules/zipimport.c
victor.stinner
- [Python-checkins] r84122 - python/branches/py3k/Python/ceval.c
victor.stinner
- [Python-checkins] r84123 - python/branches/py3k/Lib/test/test_zipimport.py
victor.stinner
- [Python-checkins] r84124 - in python/branches/py3k: Doc/library/abc.rst Lib/abc.py Lib/test/test_abc.py Misc/NEWS
benjamin.peterson
- [Python-checkins] r84125 - python/branches/py3k/Lib/test/test_abc.py
benjamin.peterson
- [Python-checkins] r84126 - python/branches/py3k/Lib/test/test_abc.py
benjamin.peterson
- [Python-checkins] r84127 - in python/branches/release27-maint: Lib/test/test_abc.py
benjamin.peterson
- [Python-checkins] r84128 - in python/branches/release31-maint: Lib/test/test_abc.py
benjamin.peterson
- [Python-checkins] r84129 - python/branches/py3k/Lib/test/test_posix.py
benjamin.peterson
- [Python-checkins] r84130 - python/branches/py3k/Doc/library/abc.rst
benjamin.peterson
- [Python-checkins] r84131 - in python/branches/py3k: Doc/library/functools.rst Misc/NEWS
nick.coghlan
- [Python-checkins] r84132 - in python/branches/py3k: Doc/library/functools.rst Lib/functools.py Lib/test/test_functools.py Misc/NEWS
nick.coghlan
- [Python-checkins] r84133 - in python/branches/py3k: Doc/library/dis.rst Lib/dis.py Lib/test/test_dis.py Misc/NEWS
nick.coghlan
- [Python-checkins] r84134 - python/branches/py3k/Lib/test/test_site.py
ezio.melotti
- [Python-checkins] r84135 - in python/branches/release27-maint: Lib/test/test_site.py
ezio.melotti
- [Python-checkins] r84136 - python/branches/release31-maint
ezio.melotti
- [Python-checkins] r84137 - python/branches/py3k/Lib/test/test_dis.py
nick.coghlan
- [Python-checkins] r84138 - in python/branches/py3k: Lib/dis.py Lib/inspect.py Misc/NEWS
nick.coghlan
- [Python-checkins] r84139 - python/branches/py3k/Lib/test/test_dis.py
nick.coghlan
- [Python-checkins] r84140 - in python/branches/py3k: Doc/using/cmdline.rst Lib/test/script_helper.py Lib/test/support.py Lib/test/test_cmd_line.py Lib/test/test_cmd_line_script.py Misc/NEWS Modules/main.c Python/sysmodule.c
nick.coghlan
- [Python-checkins] r84141 - python/branches/py3k/Doc/library/functools.rst
georg.brandl
- [Python-checkins] r84142 - in python/branches/py3k/Doc: c-api/arg.rst c-api/long.rst c-api/sys.rst c-api/unicode.rst distutils/sourcedist.rst library/binascii.rst library/collections.rst library/configparser.rst library/datetime.rst library/decimal.rst library/dis.rst library/doctest.rst library/functions.rst library/functools.rst library/gc.rst library/hashlib.rst library/http.client.rst library/io.rst library/itertools.rst library/logging.rst library/os.rst library/pickletools.rst library/runpy.rst library/sqlite3.rst library/stdtypes.rst library/sys.rst library/threading.rst library/unittest.rst library/urllib.parse.rst library/xml.etree.elementtree.rst library/zipfile.rst library/zipimport.rst using/cmdline.rst
georg.brandl
- [Python-checkins] r84143 - in python/branches/py3k: Doc/library/socket.rst Doc/whatsnew/3.2.rst Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c
giampaolo.rodola
- [Python-checkins] r84144 - in python/branches/py3k: Doc/library/poplib.rst Doc/whatsnew/3.2.rst Lib/poplib.py Lib/test/test_poplib.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84145 - python/branches/py3k/Doc/library/functions.rst
benjamin.peterson
- [Python-checkins] r84146 - in python/branches/py3k: Include/setobject.h Misc/NEWS Objects/setobject.c
antoine.pitrou
- [Python-checkins] r84147 - python/branches/py3k/Modules/_collectionsmodule.c
antoine.pitrou
- [Python-checkins] r84148 - in python/branches/release27-maint: Lib/collections.py Lib/test/test_collections.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r84149 - python/branches/py3k/Doc/library/functools.rst
raymond.hettinger
- [Python-checkins] r84150 - python/branches/py3k/Modules/socketmodule.c
antoine.pitrou
- [Python-checkins] r84151 - in python/branches/release31-maint: Include/setobject.h Modules/_collectionsmodule.c Modules/socketmodule.c Objects/setobject.c
antoine.pitrou
- [Python-checkins] r84152 - in python/branches/release26-maint: Include/patchlevel.h Misc/NEWS
barry.warsaw
- [Python-checkins] r84153 - python/branches/py3k/PC/winreg.c
brian.curtin
- [Python-checkins] r84154 - python/branches/py3k/PC/_subprocess.c
brian.curtin
- [Python-checkins] r84155 - in python/branches/py3k: Doc/library/gzip.rst Lib/gzip.py Lib/test/test_gzip.py Misc/ACKS Misc/NEWS
antoine.pitrou
- [Python-checkins] r84156 - python/branches/py3k/Doc/library/gzip.rst
antoine.pitrou
- [Python-checkins] r84157 - python/branches/py3k/Doc/library/gzip.rst
antoine.pitrou
- [Python-checkins] r84158 - in python/branches/release31-maint: Doc/library/gzip.rst
antoine.pitrou
- [Python-checkins] r84159 - python/branches/py3k/Doc/library/gzip.rst
eric.araujo
- [Python-checkins] r84160 - python/branches/release31-maint/Misc/maintainers.rst
eric.araujo
- [Python-checkins] r84161 - in python/branches/release31-maint: Doc/library/gzip.rst
eric.araujo
- [Python-checkins] r84162 - in python/branches/py3k/Doc/c-api: bytes.rst dict.rst import.rst unicode.rst
victor.stinner
- [Python-checkins] r84163 - in python/branches/py3k: Misc/NEWS Python/pythonrun.c
victor.stinner
- [Python-checkins] r84164 - python/branches/py3k/Tools/gdb/libpython.py
victor.stinner
- [Python-checkins] r84165 - in python/branches/py3k: Include/import.h Python/import.c
victor.stinner
- [Python-checkins] r84166 - python/branches/py3k/Misc/developers.txt
Benjamin Peterson
- [Python-checkins] r84166 - python/branches/py3k/Misc/developers.txt
Jesse Noller
- [Python-checkins] r84166 - python/branches/py3k/Misc/developers.txt
martin.v.loewis
- [Python-checkins] r84167 - python/branches/py3k/Misc/developers.txt
martin.v.loewis
- [Python-checkins] r84168 - in python/branches/py3k: Doc/c-api/module.rst Include/moduleobject.h Misc/NEWS Objects/moduleobject.c
victor.stinner
- [Python-checkins] r84169 - tracker/instances/python-dev/schema.py
ezio.melotti
- [Python-checkins] r84170 - in python/branches/py3k/Lib/test: support.py test_os.py
victor.stinner
- [Python-checkins] r84171 - python/branches/py3k/Doc/c-api/module.rst
victor.stinner
- [Python-checkins] r84172 - in python/branches/py3k: Misc/NEWS Modules/nismodule.c
martin.v.loewis
- [Python-checkins] r84173 - python/branches/py3k/Lib/pydoc.py
senthil.kumaran
- [Python-checkins] r84174 - in python/branches/release27-maint: Lib/pydoc.py
senthil.kumaran
- [Python-checkins] r84175 - python/branches/release31-maint/Doc/tools/sphinxext/indexsidebar.html
georg.brandl
- [Python-checkins] r84176 - python/branches/py3k/Lib/test/regrtest.py
antoine.pitrou
- [Python-checkins] r84177 - in python/branches/py3k: Include/unicodeobject.h Lib/test/test_unicode.py Lib/test/test_unicodedata.py Misc/NEWS Objects/unicodectype.c Objects/unicodetype_db.h Tools/unicode/makeunicodedata.py
amaury.forgeotdarc
- [Python-checkins] r84178 - in python/branches/release27-maint: Lib/test/regrtest.py
antoine.pitrou
- [Python-checkins] r84179 - in python/branches/py3k: Misc/ACKS Misc/NEWS Modules/errnomodule.c
antoine.pitrou
- [Python-checkins] r84180 - python/branches/py3k/Lib/test/support.py
victor.stinner
- [Python-checkins] r84181 - python/branches/py3k/Lib/test/test_unicodedata.py
amaury.forgeotdarc
- [Python-checkins] r84182 - in python/branches/py3k: Doc/using/cmdline.rst Doc/whatsnew/3.2.rst Lib/test/test_pep277.py Lib/test/test_sys.py Misc/NEWS Modules/main.c Python/pythonrun.c
victor.stinner
- [Python-checkins] r84183 - python/branches/py3k/Tools/scripts/reindent-rst.py
victor.stinner
- [Python-checkins] r84184 - python/branches/py3k/Lib/test/test_unicodedata.py
amaury.forgeotdarc
- [Python-checkins] r84185 - in python/branches/py3k: Lib/test/test_sys.py Modules/main.c
victor.stinner
- [Python-checkins] r84186 - python/branches/py3k/Objects/unicodeobject.c
victor.stinner
- [Python-checkins] r84187 - python/branches/py3k/Doc/library/stdtypes.rst
eric.araujo
- [Python-checkins] r84188 - in python/branches/py3k: Doc/library/os.rst Doc/whatsnew/3.2.rst Misc/ACKS Misc/NEWS Modules/posixmodule.c
andrew.kuchling
- [Python-checkins] r84189 - in python/branches/py3k/Doc: using/cmdline.rst whatsnew/3.2.rst
eric.araujo
- [Python-checkins] r84190 - python/branches/release31-maint/Doc/library/stdtypes.rst
eric.araujo
- [Python-checkins] r84190 - python/branches/release31-maint/Doc/library/stdtypes.rst
Éric Araujo
- [Python-checkins] r84190 - python/branches/release31-maint/Doc/library/stdtypes.rst
Amaury Forgeot d'Arc
- [Python-checkins] r84190 - python/branches/release31-maint/Doc/library/stdtypes.rst
Tarek Ziadé
- [Python-checkins] r84191 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84192 - python/branches/release27-maint
eric.araujo
- [Python-checkins] r84192 - python/branches/release27-maint
Éric Araujo
- [Python-checkins] r84193 - python/branches/py3k/Doc/whatsnew/3.2.rst
victor.stinner
- [Python-checkins] r84194 - in python/branches/py3k: Doc/library/os.rst Doc/whatsnew/3.2.rst Lib/os.py Lib/test/test_os.py Misc/NEWS
victor.stinner
- [Python-checkins] r84195 - python/branches/py3k/Lib/imaplib.py
senthil.kumaran
- [Python-checkins] r84196 - in python/branches/release31-maint: Lib/imaplib.py
senthil.kumaran
- [Python-checkins] r84197 - in python/branches/release31-maint: Misc/NEWS Modules/nismodule.c
martin.v.loewis
- [Python-checkins] r84198 - in python/branches/release27-maint: Misc/NEWS Modules/nismodule.c
martin.v.loewis
- [Python-checkins] r84199 - in python/branches/py3k: Misc/NEWS Modules/nismodule.c
martin.v.loewis
- [Python-checkins] r84200 - python/branches/py3k/Lib/test/test_os.py
victor.stinner
- [Python-checkins] r84201 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84202 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84203 - in python/branches/py3k: Doc/using/cmdline.rst Doc/whatsnew/3.2.rst Modules/main.c
victor.stinner
- [Python-checkins] r84204 - in python/branches/py3k/Lib: os.py test/test_os.py
victor.stinner
- [Python-checkins] r84205 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84206 - python/branches/py3k/Lib/test/test_os.py
victor.stinner
- [Python-checkins] r84207 - python/branches/release27-maint/Lib/urllib2.py
senthil.kumaran
- [Python-checkins] r84208 - python/branches/py3k/Lib/test/test_pep277.py
victor.stinner
- [Python-checkins] r84209 - python/branches/py3k/Python/ast.c
amaury.forgeotdarc
- [Python-checkins] r84210 - python/branches/py3k/Lib/urllib/request.py
senthil.kumaran
- [Python-checkins] r84211 - in python/branches/release31-maint: Lib/urllib/request.py
senthil.kumaran
- [Python-checkins] r84212 - in python/branches: py3k/Doc/library/logging.rst release27-maint/Doc/library/logging.rst
vinay.sajip
- [Python-checkins] r84213 - in python/branches/release31-maint: Python/ast.c
amaury.forgeotdarc
- [Python-checkins] r84214 - in python/branches/py3k: Lib/test/test_syntax.py Python/ast.c
amaury.forgeotdarc
- [Python-checkins] r84215 - in python/branches/release31-maint: Lib/test/test_syntax.py Python/ast.c
amaury.forgeotdarc
- [Python-checkins] r84216 - sandbox/trunk/2to3/lib2to3/Grammar.txt
benjamin.peterson
- [Python-checkins] r84217 - in python/branches/release27-maint: Lib/test/test_syntax.py Python/ast.c
amaury.forgeotdarc
- [Python-checkins] r84218 - python/branches/py3k/Lib/logging/handlers.py
vinay.sajip
- [Python-checkins] r84219 - python/branches/release31-maint/Lib/test/test_syntax.py
amaury.forgeotdarc
- [Python-checkins] r84220 - python/branches/release31-maint
eric.araujo
- [Python-checkins] r84221 - python/branches/py3k/PC/pyconfig.h
tim.golden
- [Python-checkins] r84222 - python/branches/py3k/Lib/logging/handlers.py
vinay.sajip
- [Python-checkins] r84223 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84224 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84225 - in python/branches/py3k/Lib/test: support.py test_os.py test_sys.py
victor.stinner
- [Python-checkins] r84226 - python/branches/py3k/Lib/hmac.py
benjamin.peterson
- [Python-checkins] r84227 - python/branches/py3k/Lib/hmac.py
benjamin.peterson
- [Python-checkins] r84228 - python/branches/py3k/Lib/hmac.py
benjamin.peterson
- [Python-checkins] r84229 - in python/branches/py3k: Doc/library/codecs.rst Lib/encodings/aliases.py Misc/NEWS
benjamin.peterson
- [Python-checkins] r84230 - in python/branches/release27-maint: Lib/abc.py Lib/test/test_abc.py Misc/NEWS Modules/Setup.dist
benjamin.peterson
- [Python-checkins] r84231 - python/branches/py3k/Lib/encodings/aliases.py
marc-andre.lemburg
- [Python-checkins] r84232 - python/branches/release27-maint/Modules/Setup.dist
georg.brandl
- [Python-checkins] r84233 - python/branches/release27-maint/setup.py
georg.brandl
- [Python-checkins] r84234 - python/branches/py3k/Doc/library/urllib.request.rst
senthil.kumaran
- [Python-checkins] r84235 - in python/branches/release27-maint: Doc/library/urllib2.rst
senthil.kumaran
- [Python-checkins] r84236 - in python/branches/py3k: Lib/smtpd.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84237 - in python/branches/py3k: Lib/smtpd.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84238 - python/branches/py3k/Lib/smtpd.py
giampaolo.rodola
- [Python-checkins] r84239 - in python/branches/py3k: Lib/test/test_io.py Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r84240 - in python/branches/release27-maint: Lib/test/test_io.py Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r84241 - in python/branches/release31-maint: Lib/test/test_io.py Misc/NEWS Modules/_io/bufferedio.c
antoine.pitrou
- [Python-checkins] r84242 - python/branches/py3k/Doc/library/operator.rst
benjamin.peterson
- [Python-checkins] r84243 - python/branches/py3k/Doc/library/operator.rst
benjamin.peterson
- [Python-checkins] r84244 - python/branches/py3k/Doc/library/operator.rst
benjamin.peterson
- [Python-checkins] r84245 - in python/branches/release27-maint: Doc/library/operator.rst
benjamin.peterson
- [Python-checkins] r84246 - in python/branches/release31-maint: Doc/library/operator.rst
benjamin.peterson
- [Python-checkins] r84247 - python/branches/py3k/Lib/ftplib.py
giampaolo.rodola
- [Python-checkins] r84248 - python/branches/py3k/Doc/c-api/abstract.rst
benjamin.peterson
- [Python-checkins] r84249 - python/branches/py3k/Demo/tkinter/guido/ss1.py
georg.brandl
- [Python-checkins] r84250 - in tracker/instances/python-dev: extensions/suppress_history.py html/user.item.html
martin.v.loewis
- [Python-checkins] r84251 - in tracker/instances: jython/extensions/suppress_history.py jython/html/user.item.html meta/extensions/suppress_history.py meta/html/user.item.html setuptools/extensions/suppress_history.py setuptools/html/user.item.html
martin.v.loewis
- [Python-checkins] r84252 - in python/branches/py3k: Lib/_abcoll.py Lib/test/test_collections.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r84253 - in python/branches/release31-maint: Lib/_abcoll.py Lib/test/test_collections.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r84254 - in python/branches/release27-maint: Lib/_abcoll.py Misc/NEWS
raymond.hettinger
- [Python-checkins] r84255 - python/branches/release27-maint/Lib/test/test_heapq.py
raymond.hettinger
- [Python-checkins] r84256 - python/branches/py3k/Python/peephole.c
raymond.hettinger
- [Python-checkins] r84257 - python/branches/py3k/Misc/developers.txt
martin.v.loewis
- [Python-checkins] r84258 - python/branches/py3k/Lib/test/test_threaded_import.py
antoine.pitrou
- [Python-checkins] r84259 - in python/branches: py3k/Lib/logging/handlers.py release27-maint/Lib/logging/handlers.py
vinay.sajip
- [Python-checkins] r84260 - in python/branches: py3k/Misc/maintainers.rst release27-maint/Misc/maintainers.rst
vinay.sajip
- [Python-checkins] r84261 - in python/branches/py3k: Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c
martin.v.loewis
- [Python-checkins] r84262 - in python/branches/py3k: Lib/test/test_socket.py Misc/NEWS
martin.v.loewis
- [Python-checkins] r84263 - python/branches/py3k/Misc/maintainers.rst
daniel.stutzbach
- [Python-checkins] r84264 - python/branches/py3k/Doc/library/json.rst
georg.brandl
- [Python-checkins] r84265 - python/branches/py3k/Modules/readline.c
brett.cannon
- [Python-checkins] r84266 - in python/branches/release27-maint: Misc/maintainers.rst
daniel.stutzbach
- [Python-checkins] r84267 - python/branches/py3k/Lib/importlib/abc.py
brett.cannon
- [Python-checkins] r84268 - python/branches/py3k/Lib/test/test_threaded_import.py
antoine.pitrou
- [Python-checkins] r84269 - in python/branches/release31-maint: Lib/test/test_threaded_import.py
antoine.pitrou
- [Python-checkins] r84270 - python/branches/py3k/Lib/importlib/test/source/test_file_loader.py
brett.cannon
- [Python-checkins] r84271 - in python/branches/py3k: Lib/importlib/_bootstrap.py Misc/NEWS
brett.cannon
- [Python-checkins] r84272 - sandbox/trunk/setuptools/setuptools/command/easy_install.py
phillip.eby
- [Python-checkins] r84273 - sandbox/branches/setuptools-0.6/setuptools/command/easy_install.py
phillip.eby
- [Python-checkins] r84274 - sandbox/trunk/2to3/lib2to3/fixes/fix_raise.py
benjamin.peterson
- [Python-checkins] r84275 - sandbox/trunk/2to3/lib2to3/fixes/fix_raise.py
benjamin.peterson
- [Python-checkins] r84276 - in sandbox/trunk/2to3/lib2to3: fixes/fix_raise.py tests/test_fixers.py
benjamin.peterson
- [Python-checkins] r84277 - python/branches/py3k/Lib/test/test_socket.py
martin.v.loewis
- [Python-checkins] r84278 - python/branches/py3k/setup.py
matthias.klose
- [Python-checkins] r84279 - in python/branches/py3k/Lib: functools.py test/test_functools.py
benjamin.peterson
- [Python-checkins] r84280 - python/branches/release27-maint/Lib/test/test_functools.py
benjamin.peterson
- [Python-checkins] r84281 - python/branches/py3k/Misc/NEWS
benjamin.peterson
- [Python-checkins] r84282 - in python/branches: py3k/Lib/logging/__init__.py py3k/Misc/NEWS release27-maint/Lib/logging/__init__.py release27-maint/Misc/NEWS
vinay.sajip
- [Python-checkins] r84283 - python/branches/py3k/Objects/listobject.c
benjamin.peterson
- [Python-checkins] r84284 - in python/branches/py3k: Lib/asyncore.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84285 - in python/branches/release31-maint: Lib/asyncore.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84286 - in python/branches/release27-maint: Lib/asyncore.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84287 - python/branches/py3k/Lib/test/test_builtin.py
benjamin.peterson
- [Python-checkins] r84288 - in python/branches/py3k: Lib/ftplib.py Lib/test/test_ftplib.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84289 - in python/branches/py3k: Lib/smtpd.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84290 - in python/branches/release31-maint: Lib/smtpd.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84291 - in python/branches/release27-maint: Lib/smtpd.py Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84292 - in python/branches/release26-maint: Include/patchlevel.h Lib/distutils/__init__.py Lib/idlelib/idlever.py Lib/pydoc_topics.py Misc/NEWS Misc/RPM/python-2.6.spec README
barry.warsaw
- [Python-checkins] r84293 - python/tags/r266
barry.warsaw
- [Python-checkins] r84294 - in python/branches/py3k: Doc/library/functions.rst Lib/test/test_builtin.py Misc/ACKS Misc/NEWS Python/bltinmodule.c
benjamin.peterson
- [Python-checkins] r84295 - in python/branches/py3k: Doc/library/msvcrt.rst PC/msvcrtmodule.c
brian.curtin
- [Python-checkins] r84296 - python/branches/release27-maint/Lib/test/leakers/test_dictself.py
armin.rigo
- [Python-checkins] r84297 - peps/trunk/pep-0101.txt
barry.warsaw
- [Python-checkins] r84298 - in python/branches/release26-maint: Include/patchlevel.h Misc/NEWS
barry.warsaw
- [Python-checkins] r84299 - python/branches/py3k/Modules/_randommodule.c
benjamin.peterson
- [Python-checkins] r84300 - in python/branches/release27-maint: Modules/_randommodule.c
benjamin.peterson
- [Python-checkins] r84301 - in python/branches/py3k: Lib/_abcoll.py Lib/test/test_collections.py Misc/NEWS
daniel.stutzbach
- [Python-checkins] r84302 - in python/branches/release31-maint: Lib/_abcoll.py Lib/test/test_collections.py Misc/NEWS
daniel.stutzbach
- [Python-checkins] r84303 - python/branches/py3k/Misc/NEWS
benjamin.peterson
- [Python-checkins] r84304 - python/branches/py3k/Lib/importlib/_bootstrap.py
brett.cannon
- [Python-checkins] r84305 - in python/branches/release27-maint: Lib/_abcoll.py Lib/test/test_collections.py Misc/NEWS
daniel.stutzbach
- [Python-checkins] r84306 - python/branches/py3k/Lib/functools.py
benjamin.peterson
- [Python-checkins] r84307 - in python/branches/py3k: Modules/_ctypes/callproc.c Modules/_ctypes/cfield.c Modules/_localemodule.c Objects/unicodeobject.c
daniel.stutzbach
- [Python-checkins] r84308 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84309 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84310 - in python/branches/py3k: Lib/email/_parseaddr.py Lib/email/test/test_email.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r84311 - in python/branches/release27-maint: Lib/email/_parseaddr.py Lib/email/test/test_email.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r84312 - in python/branches/release31-maint: Lib/email/_parseaddr.py Lib/email/test/test_email.py Misc/ACKS Misc/NEWS
r.david.murray
- [Python-checkins] r84313 - in python/branches/py3k: Lib/test/test_socket.py Misc/NEWS Modules/socketmodule.c
martin.v.loewis
- [Python-checkins] r84314 - python/branches/py3k/Lib/test/test_sys.py
victor.stinner
- [Python-checkins] r84315 - python/branches/py3k/Lib/ctypes/test/test_parameters.py
benjamin.peterson
- [Python-checkins] r84316 - python/branches/py3k/Lib/ctypes/test/test_parameters.py
benjamin.peterson
- [Python-checkins] r84317 - in python/branches/py3k: Misc/NEWS PC/pyconfig.h
daniel.stutzbach
- [Python-checkins] r84318 - peps/trunk/pep-0354.txt
florent.xicluna
- [Python-checkins] r84319 - python/branches/py3k/Tools/buildbot/external-common.bat
martin.v.loewis
- [Python-checkins] r84320 - in python/branches/py3k: Lib/test/test_types.py Misc/NEWS Objects/typeobject.c
benjamin.peterson
- [Python-checkins] r84321 - in python/branches/release27-maint: Lib/test/test_types.py Misc/NEWS Objects/typeobject.c
benjamin.peterson
- [Python-checkins] r84322 - in python/branches/release31-maint: Lib/test/test_types.py Misc/NEWS Objects/typeobject.c
benjamin.peterson
- [Python-checkins] r84323 - in python/branches/py3k: Lib/urllib/request.py Misc/NEWS
senthil.kumaran
- [Python-checkins] r84324 - in python/branches/release27-maint: Lib/urllib2.py Misc/NEWS
senthil.kumaran
- [Python-checkins] r84325 - in python/branches/release31-maint: Lib/urllib/request.py Misc/NEWS
senthil.kumaran
- [Python-checkins] r84326 - python/branches/py3k/Doc/library/threading.rst
georg.brandl
- [Python-checkins] r84327 - python/branches/py3k/Doc/library/subprocess.rst
georg.brandl
- [Python-checkins] r84328 - in python/branches/pep-0384: Include/Python.h Include/cellobject.h Include/classobject.h Include/code.h Include/fileobject.h Include/frameobject.h Include/funcobject.h Include/genobject.h Include/import.h Include/marshal.h Include/object.h Include/parsetok.h Include/pyarena.h Include/pydebug.h Include/pyerrors.h Include/pythonrun.h Include/symtable.h Include/token.h Include/typeslots.h Makefile.pre.in Objects/typeobject.c Objects/typeslots.inc Objects/typeslots.py
martin.v.loewis
- [Python-checkins] r84329 - python/branches/py3k/Lib/importlib/_bootstrap.py
brett.cannon
- [Python-checkins] r84330 - in python/branches/pep-0384: .bzrignore .hgignore Demo/README Demo/embed/Makefile Demo/embed/demo.c Demo/embed/loop.c Demo/pdist Demo/scripts/README Demo/scripts/toaiff.py Demo/tkinter/guido/AttrDialog.py Demo/tkinter/guido/ManPage.py Demo/tkinter/guido/brownian2.py Demo/tkinter/guido/kill.py Demo/tkinter/guido/ss1.py Demo/zlib/minigzip.py Demo/zlib/zlibdemo.py Doc/Makefile Doc/README.txt Doc/c-api/abstract.rst Doc/c-api/arg.rst Doc/c-api/bytes.rst Doc/c-api/dict.rst Doc/c-api/exceptions.rst Doc/c-api/file.rst Doc/c-api/import.rst Doc/c-api/init.rst Doc/c-api/long.rst Doc/c-api/module.rst Doc/c-api/sys.rst Doc/c-api/unicode.rst Doc/c-api/weakref.rst Doc/conf.py Doc/distutils/apiref.rst Doc/distutils/builtdist.rst Doc/distutils/commandref.rst Doc/distutils/examples.rst Doc/distutils/extending.rst Doc/distutils/sourcedist.rst Doc/distutils/uploading.rst Doc/documenting/building.rst Doc/documenting/markup.rst Doc/extending/extending.rst Doc/faq/library.rst Doc/howto/descriptor.rst Doc/howto/doanddont.rst Doc/install/index.rst Doc/library/2to3.rst Doc/library/abc.rst Doc/library/argparse.rst Doc/library/base64.rst Doc/library/bdb.rst Doc/library/binascii.rst Doc/library/bisect.rst Doc/library/cgi.rst Doc/library/cmd.rst Doc/library/codecs.rst Doc/library/collections.rst Doc/library/configparser.rst Doc/library/constants.rst Doc/library/contextlib.rst Doc/library/datetime.rst Doc/library/dbm.rst Doc/library/decimal.rst Doc/library/dis.rst Doc/library/doctest.rst Doc/library/email.errors.rst Doc/library/fileinput.rst Doc/library/fnmatch.rst Doc/library/ftplib.rst Doc/library/functions.rst Doc/library/functools.rst Doc/library/gc.rst Doc/library/gzip.rst Doc/library/hashlib.rst Doc/library/heapq.rst Doc/library/html.parser.rst Doc/library/http.client.rst Doc/library/importlib.rst Doc/library/io.rst Doc/library/itertools.rst Doc/library/json.rst Doc/library/linecache.rst Doc/library/locale.rst Doc/library/logging.rst Doc/library/mmap.rst Doc/library/msvcrt.rst Doc/library/operator.rst Doc/library/optparse.rst Doc/library/os.path.rst Doc/library/os.rst Doc/library/parser.rst Doc/library/pdb.rst Doc/library/pickletools.rst Doc/library/poplib.rst Doc/library/pyexpat.rst Doc/library/re.rst Doc/library/runpy.rst Doc/library/signal.rst Doc/library/smtpd.rst Doc/library/smtplib.rst Doc/library/socket.rst Doc/library/sqlite3.rst Doc/library/stdtypes.rst Doc/library/string.rst Doc/library/subprocess.rst Doc/library/sys.rst Doc/library/test.rst Doc/library/threading.rst Doc/library/tkinter.rst Doc/library/unittest.rst Doc/library/urllib.parse.rst Doc/library/urllib.request.rst Doc/library/wsgiref.rst Doc/library/xml.dom.minidom.rst Doc/library/xml.dom.rst Doc/library/xml.etree.elementtree.rst Doc/library/xml.sax.reader.rst Doc/library/zipfile.rst Doc/library/zipimport.rst Doc/license.rst Doc/make.bat Doc/reference/compound_stmts.rst Doc/reference/lexical_analysis.rst Doc/tools/sphinx-build.py Doc/tools/sphinxext/pyspecific.py Doc/tutorial/classes.rst Doc/tutorial/datastructures.rst Doc/tutorial/floatingpoint.rst Doc/using/cmdline.rst Doc/whatsnew/2.0.rst Doc/whatsnew/2.4.rst Doc/whatsnew/2.5.rst Doc/whatsnew/2.7.rst Doc/whatsnew/3.2.rst Include/Python.h Include/floatobject.h Include/moduleobject.h Include/patchlevel.h Include/pyport.h Include/pythonrun.h Include/pytime.h Include/setobject.h Include/structseq.h Include/sysmodule.h Include/unicodeobject.h Include/warnings.h LICENSE Lib/_abcoll.py Lib/abc.py Lib/argparse.py Lib/asyncore.py Lib/base64.py Lib/bdb.py Lib/cProfile.py Lib/cgi.py Lib/cmd.py Lib/collections.py Lib/configparser.py Lib/ctypes/__init__.py Lib/ctypes/test/test_arrays.py Lib/ctypes/test/test_bitfields.py Lib/ctypes/test/test_buffers.py Lib/ctypes/test/test_bytes.py Lib/ctypes/test/test_callbacks.py Lib/ctypes/test/test_cast.py Lib/ctypes/test/test_cfuncs.py Lib/ctypes/test/test_errno.py Lib/ctypes/test/test_internals.py Lib/ctypes/test/test_keeprefs.py Lib/ctypes/test/test_libc.py Lib/ctypes/test/test_loading.py Lib/ctypes/test/test_objects.py Lib/ctypes/test/test_parameters.py Lib/ctypes/test/test_prototypes.py Lib/ctypes/test/test_python_api.py Lib/ctypes/test/test_random_things.py Lib/ctypes/test/test_repr.py Lib/ctypes/test/test_returnfuncptrs.py Lib/ctypes/test/test_stringptr.py Lib/ctypes/test/test_strings.py Lib/ctypes/test/test_structures.py Lib/ctypes/test/test_unicode.py Lib/curses/wrapper.py Lib/datetime.py Lib/dbm/__init__.py Lib/dis.py Lib/distutils/__init__.py Lib/distutils/command/bdist_msi.py Lib/distutils/command/bdist_wininst.py Lib/distutils/command/sdist.py Lib/distutils/sysconfig.py Lib/distutils/tests/test_log.py Lib/distutils/tests/test_sdist.py Lib/distutils/tests/test_sysconfig.py Lib/doctest.py Lib/email/_parseaddr.py Lib/email/base64mime.py Lib/email/header.py Lib/email/message.py Lib/email/test/test_email.py Lib/encodings/aliases.py Lib/fileinput.py Lib/fnmatch.py Lib/ftplib.py Lib/functools.py Lib/getopt.py Lib/gzip.py Lib/hmac.py Lib/http/client.py Lib/http/cookiejar.py Lib/http/cookies.py Lib/http/server.py Lib/idlelib/NEWS.txt Lib/idlelib/PyShell.py Lib/idlelib/idlever.py Lib/imaplib.py Lib/importlib/_bootstrap.py Lib/importlib/abc.py Lib/importlib/test/source/test_file_loader.py Lib/inspect.py Lib/json/__init__.py Lib/json/decoder.py Lib/json/encoder.py Lib/lib2to3 Lib/lib2to3/fixer_util.py Lib/lib2to3/fixes/fix_itertools_imports.py Lib/lib2to3/fixes/fix_operator.py Lib/lib2to3/fixes/fix_urllib.py Lib/lib2to3/pytree.py Lib/lib2to3/refactor.py Lib/lib2to3/tests/test_fixers.py Lib/lib2to3/tests/test_pytree.py Lib/lib2to3/tests/test_util.py Lib/logging/__init__.py Lib/logging/config.py Lib/logging/handlers.py Lib/mailbox.py Lib/multiprocessing/connection.py Lib/multiprocessing/forking.py Lib/multiprocessing/heap.py Lib/multiprocessing/reduction.py Lib/ntpath.py Lib/os.py Lib/pdb.py Lib/pickle.py Lib/pickletools.py Lib/platform.py Lib/poplib.py Lib/posixpath.py Lib/profile.py Lib/pstats.py Lib/pydoc.py Lib/pydoc_data/topics.py Lib/re.py Lib/site.py Lib/smtpd.py Lib/smtplib.py Lib/ssl.py Lib/string.py Lib/subprocess.py Lib/sysconfig.py Lib/test/cfgparser.2 Lib/test/cfgparser.3 Lib/test/data/README Lib/test/datetimetester.py Lib/test/formatfloat_testcases.txt Lib/test/mock_socket.py Lib/test/regrtest.py Lib/test/script_helper.py Lib/test/sortperf.py Lib/test/support.py Lib/test/test_SimpleHTTPServer.py Lib/test/test_abc.py Lib/test/test_argparse.py Lib/test/test_asyncore.py Lib/test/test_binascii.py Lib/test/test_binop.py Lib/test/test_builtin.py Lib/test/test_bytes.py Lib/test/test_bz2.py Lib/test/test_calendar.py Lib/test/test_cfgparser.py Lib/test/test_cmd.py Lib/test/test_cmd_line.py Lib/test/test_cmd_line_script.py Lib/test/test_collections.py Lib/test/test_complex.py Lib/test/test_curses.py Lib/test/test_datetime.py Lib/test/test_dis.py Lib/test/test_doctest.py Lib/test/test_fileinput.py Lib/test/test_float.py Lib/test/test_fnmatch.py Lib/test/test_ftplib.py Lib/test/test_functools.py Lib/test/test_gc.py Lib/test/test_genericpath.py Lib/test/test_getopt.py Lib/test/test_gzip.py Lib/test/test_http_cookies.py Lib/test/test_httplib.py Lib/test/test_httpservers.py Lib/test/test_imp.py Lib/test/test_import.py Lib/test/test_io.py Lib/test/test_ioctl.py Lib/test/test_line_tracing.py Lib/test/test_logging.py Lib/test/test_minidom.py Lib/test/test_mmap.py Lib/test/test_multiprocessing.py Lib/test/test_ntpath.py Lib/test/test_numeric_tower.py Lib/test/test_optparse.py Lib/test/test_os.py Lib/test/test_osx_env.py Lib/test/test_pdb.py Lib/test/test_pep277.py Lib/test/test_platform.py Lib/test/test_poplib.py Lib/test/test_posix.py Lib/test/test_pow.py Lib/test/test_profilehooks.py Lib/test/test_pstats.py Lib/test/test_queue.py Lib/test/test_re.py Lib/test/test_rlcompleter.py Lib/test/test_robotparser.py Lib/test/test_sax.py Lib/test/test_sched.py Lib/test/test_set.py Lib/test/test_signal.py Lib/test/test_site.py Lib/test/test_smtpd.py Lib/test/test_smtplib.py Lib/test/test_sndhdr.py Lib/test/test_socket.py Lib/test/test_ssl.py Lib/test/test_strtod.py Lib/test/test_struct.py Lib/test/test_subprocess.py Lib/test/test_sunau.py Lib/test/test_sundry.py Lib/test/test_syntax.py Lib/test/test_sys.py Lib/test/test_sys_setprofile.py Lib/test/test_sys_settrace.py Lib/test/test_tcl.py Lib/test/test_threaded_import.py Lib/test/test_threading.py Lib/test/test_threading_local.py Lib/test/test_tokenize.py Lib/test/test_trace.py Lib/test/test_types.py Lib/test/test_unicode.py Lib/test/test_unicode_file.py Lib/test/test_unicodedata.py Lib/test/test_urllib.py Lib/test/test_urllib2.py Lib/test/test_urllib2_localnet.py Lib/test/test_urllib2net.py Lib/test/test_urlparse.py Lib/test/test_winsound.py Lib/test/test_xml_etree.py Lib/test/test_zipfile.py Lib/test/test_zipimport.py Lib/threading.py Lib/timeit.py Lib/tkinter/__main__.py Lib/trace.py Lib/urllib/parse.py Lib/urllib/request.py Lib/urllib/robotparser.py Lib/xml/dom/minidom.py Lib/xml/etree/ElementInclude.py Lib/xml/etree/ElementTree.py Lib/xmlrpc/client.py Lib/zipfile.py Makefile.pre.in Misc/ACKS Misc/NEWS Misc/README Misc/RPM/python-3.2.spec Misc/developers.txt Misc/maintainers.rst Misc/python-wing.wpr Modules/Setup.dist Modules/_collectionsmodule.c Modules/_csv.c Modules/_ctypes/_ctypes.c Modules/_ctypes/callbacks.c Modules/_ctypes/callproc.c Modules/_ctypes/cfield.c Modules/_ctypes/ctypes.h Modules/_ctypes/libffi/fficonfig.py.in Modules/_ctypes/libffi_msvc/ffi.c Modules/_ctypes/libffi_msvc/ffi.h Modules/_ctypes/malloc_closure.c Modules/_cursesmodule.c Modules/_datetimemodule.c Modules/_elementtree.c Modules/_functoolsmodule.c Modules/_hashopenssl.c Modules/_io/bufferedio.c Modules/_json.c Modules/_localemodule.c Modules/_randommodule.c Modules/_ssl.c Modules/_struct.c Modules/_threadmodule.c Modules/_time.c Modules/_time.h Modules/arraymodule.c Modules/binascii.c Modules/bz2module.c Modules/datetimemodule.c Modules/errnomodule.c Modules/gcmodule.c Modules/getpath.c Modules/main.c Modules/mmapmodule.c Modules/nismodule.c Modules/posixmodule.c Modules/pwdmodule.c Modules/pyexpat.c Modules/readline.c Modules/selectmodule.c Modules/sha1module.c Modules/signalmodule.c Modules/socketmodule.c Modules/timemodule.c Modules/zipimport.c Modules/zlib/ChangeLog Modules/zlib/FAQ Modules/zlib/INDEX Modules/zlib/Makefile Modules/zlib/Makefile.in Modules/zlib/README Modules/zlib/adler32.c Modules/zlib/compress.c Modules/zlib/configure Modules/zlib/crc32.c Modules/zlib/deflate.c Modules/zlib/deflate.h Modules/zlib/example.c Modules/zlib/infback.c Modules/zlib/inffast.c Modules/zlib/inffast.h Modules/zlib/inflate.c Modules/zlib/inflate.h Modules/zlib/inftrees.c Modules/zlib/inftrees.h Modules/zlib/make_vms.com Modules/zlib/minigzip.c Modules/zlib/trees.c Modules/zlib/trees.h Modules/zlib/uncompr.c Modules/zlib/zconf.h Modules/zlib/zlib.3 Modules/zlib/zlib.h Modules/zlib/zutil.c Modules/zlib/zutil.h Objects/abstract.c Objects/bytearrayobject.c Objects/bytes_methods.c Objects/bytesobject.c Objects/capsule.c Objects/complexobject.c Objects/fileobject.c Objects/floatobject.c Objects/iterobject.c Objects/listobject.c Objects/memoryobject.c Objects/moduleobject.c Objects/object.c Objects/setobject.c Objects/sliceobject.c Objects/stringlib/fastsearch.h Objects/stringlib/formatter.h Objects/typeobject.c Objects/unicodectype.c Objects/unicodeobject.c Objects/unicodetype_db.h PC/VS8.0/pythoncore.vcproj PC/_subprocess.c PC/config.c PC/msvcrtmodule.c PC/pyconfig.h PC/python_nt.rc PC/winreg.c PCbuild/build_ssl.py PCbuild/pyproject.vsprops PCbuild/pythoncore.vcproj PCbuild/readme.txt Parser Python/_warnings.c Python/ast.c Python/bltinmodule.c Python/ceval.c Python/ceval_gil.h Python/getargs.c Python/getcopyright.c Python/getversion.c Python/import.c Python/modsupport.c Python/peephole.c Python/pythonrun.c Python/pytime.c Python/sysmodule.c README Tools/README Tools/buildbot/external-common.bat Tools/faqwiz Tools/framer/framer/bases.py Tools/framer/framer/template.py Tools/freeze/freeze.py Tools/freeze/makeconfig.py Tools/gdb/libpython.py Tools/msi/msi.py Tools/msi/msilib.py Tools/msi/uuids.py Tools/pynche/ChipViewer.py Tools/pynche/DetailsViewer.py Tools/pynche/ListViewer.py Tools/pynche/PyncheWidget.py Tools/pynche/StripViewer.py Tools/pynche/Switchboard.py Tools/pynche/TextViewer.py Tools/pynche/TypeinViewer.py Tools/scripts/2to3 Tools/scripts/README Tools/scripts/byext.py Tools/scripts/checkappend.py Tools/scripts/checkpyc.py Tools/scripts/classfix.py Tools/scripts/cvsfiles.py Tools/scripts/logmerge.py Tools/scripts/methfix.py Tools/scripts/patchcheck.py Tools/scripts/reindent-rst.py Tools/scripts/reindent.py Tools/scripts/rgrep.py Tools/scripts/serve.py Tools/scripts/setup.py Tools/scripts/suff.py Tools/scripts/svneol.py Tools/scripts/untabify.py Tools/scripts/win_add2path.py Tools/scripts/xxci.py Tools/unicode/makeunicodedata.py Tools/versioncheck configure configure.in pyconfig.h.in setup.py
martin.v.loewis
- [Python-checkins] r84331 - python/branches/pep-0384/Include/import.h
martin.v.loewis
- [Python-checkins] r84332 - in python/branches/py3k/Modules/zlib: gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c zconf.h.in zlib.map zlib.pc.in
martin.v.loewis
- [Python-checkins] r84333 - python/branches/py3k/Modules/zlib/zconf.h.cmakein
martin.v.loewis
- [Python-checkins] r84334 - python/branches/pep-0384/Tools/scripts/abitype.py
martin.v.loewis
- [Python-checkins] r84335 - in python/branches/pep-0384/Include: Python.h compile.h eval.h object.h pythonrun.h
martin.v.loewis
- [Python-checkins] r84336 - in python/branches/pep-0384: Doc/c-api/veryhigh.rst Doc/faq/extending.rst Python/ceval.c
martin.v.loewis
- [Python-checkins] r84337 - python/branches/py3k/PCbuild/build_tkinter.py
martin.v.loewis
- [Python-checkins] r84338 - python/branches/py3k/Tools/msi/msilib.py
martin.v.loewis
- [Python-checkins] r84339 - python/branches/py3k/Tools/msi/msi.py
martin.v.loewis
- [Python-checkins] r84340 - peps/trunk/pep-0384.txt
martin.v.loewis
- [Python-checkins] r84341 - in python/branches/py3k: Doc/library/wave.rst Lib/test/test_wave.py Lib/wave.py Misc/ACKS Misc/NEWS
mark.dickinson
- [Python-checkins] r84342 - peps/trunk/pep-0333.txt
florent.xicluna
- [Python-checkins] r84343 - peps/trunk/pep-0333.txt
florent.xicluna
- [Python-checkins] r84344 - in python/branches/py3k: Include/object.h Lib/_threading_local.py Lib/test/test_threading_local.py Misc/NEWS Modules/_threadmodule.c Objects/object.c
antoine.pitrou
- [Python-checkins] r84345 - in python/branches/release31-maint: Include/object.h Lib/_threading_local.py Lib/test/test_threading_local.py Misc/NEWS Modules/_threadmodule.c Objects/object.c
antoine.pitrou
- [Python-checkins] r84346 - in python/branches/release27-maint: Include/object.h Lib/_threading_local.py Lib/test/test_threading_local.py Misc/NEWS Modules/threadmodule.c Objects/object.c
antoine.pitrou
- [Python-checkins] r84347 - in python/branches/py3k: Include/longobject.h Misc/NEWS Modules/socketmodule.h
antoine.pitrou
- [Python-checkins] r84348 - in python/branches/release31-maint: Include/longobject.h Misc/NEWS Modules/socketmodule.h
antoine.pitrou
- [Python-checkins] r84349 - python/branches/release27-maint
antoine.pitrou
- [Python-checkins] r84350 - python/branches/release27-maint/Doc/library/io.rst
benjamin.peterson
- [Python-checkins] r84351 - python/branches/py3k/Lib/ssl.py
giampaolo.rodola
- [Python-checkins] r84352 - in python/branches/py3k: Lib/ssl.py Lib/test/test_ssl.py Modules/_ssl.c
giampaolo.rodola
- [Python-checkins] r84353 - python/branches/py3k/Misc/NEWS
giampaolo.rodola
- [Python-checkins] r84354 - peps/trunk/pep-0008.txt
georg.brandl
- [Python-checkins] r84355 - python/branches/py3k/Lib/test/test_ssl.py
giampaolo.rodola
- [Python-checkins] r84356 - python/branches/py3k/Lib/test/test_ssl.py
giampaolo.rodola
- [Python-checkins] r84357 - python/branches/py3k/Doc/library/io.rst
antoine.pitrou
- [Python-checkins] r84358 - in python/branches/release31-maint: Doc/library/io.rst
antoine.pitrou
- [Python-checkins] r84359 - python/branches/py3k/Doc/library/functions.rst
benjamin.peterson
- [Python-checkins] r84360 - in python/branches/py3k/Doc/library: functions.rst io.rst
benjamin.peterson
- [Python-checkins] r84361 - in python/branches/release31-maint: Doc/library/functions.rst Doc/library/io.rst
benjamin.peterson
- [Python-checkins] r84362 - python/branches/py3k/Lib/test/test_tokenize.py
benjamin.peterson
- [Python-checkins] r84363 - in python/branches/py3k/Lib: ast.py distutils/command/bdist_msi.py distutils/tests/test_dist.py encodings/punycode.py getopt.py msilib/__init__.py sqlite3/__init__.py sqlite3/dbapi2.py
florent.xicluna
- [Python-checkins] r84364 - in python/branches/py3k: Lib/test/test_tokenize.py Lib/tokenize.py Misc/NEWS
benjamin.peterson
- [Python-checkins] r84365 - in python/branches/release31-maint: Lib/test/test_tokenize.py Lib/tokenize.py Misc/NEWS
benjamin.peterson
- [Python-checkins] r84366 - in python/branches/py3k: Misc/ACKS Misc/NEWS configure configure.in
antoine.pitrou
- [Python-checkins] r84367 - in python/branches/release31-maint: Misc/ACKS Misc/NEWS configure configure.in
antoine.pitrou
- [Python-checkins] r84368 - in python/branches/release27-maint: Misc/ACKS Misc/NEWS configure configure.in
antoine.pitrou
- [Python-checkins] r84369 - in python/branches: py3k/Doc/library/logging.rst py3k/Lib/logging/__init__.py release27-maint/Doc/library/logging.rst
vinay.sajip
- [Python-checkins] r84370 - in python/branches/py3k/Lib: ssl.py test/test_ssl.py
giampaolo.rodola
- [Python-checkins] r84371 - peps/trunk/pep-3149.txt
barry.warsaw
- [Python-checkins] r84372 - in python/branches/py3k/Lib/logging: __init__.py handlers.py
vinay.sajip
- [Python-checkins] r84373 - python/branches/py3k/Lib/logging/config.py
vinay.sajip
- [Python-checkins] r84374 - python/branches/py3k/Lib/logging/__init__.py
vinay.sajip
- [Python-checkins] r84375 - in sandbox/trunk/2to3/lib2to3: btm_matcher.py btm_utils.py fixer_base.py pytree.py refactor.py tests/test_pytree.py
george.boutsioukis
- [Python-checkins] r84376 - python/branches/py3k/Doc/tools/sphinxext/pyspecific.py
benjamin.peterson
- [Python-checkins] r84377 - in python/branches/release31-maint: Doc/tools/sphinxext/pyspecific.py
benjamin.peterson
- [Python-checkins] r84378 - python/branches/py3k/Lib/ctypes/test/test_parameters.py
daniel.stutzbach
- [Python-checkins] r84379 - in python/branches/py3k: Include/pyport.h Misc/NEWS Modules/_sre.c configure configure.in pyconfig.h.in
daniel.stutzbach
- [Python-checkins] r84380 - in python/branches/py3k: Lib/socket.py Misc/NEWS
daniel.stutzbach
- [Python-checkins] r84381 - python/branches/py3k/Lib/socket.py
benjamin.peterson
- [Python-checkins] r84382 - in python/branches/release27-maint: Lib/socket.py Misc/NEWS
daniel.stutzbach
Last message date:
Tue Aug 31 22:29:39 CEST 2010
Archived on: Wed Sep 8 08:38:31 CEST 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).