May 2012 Archives by subject
Starting: Tue May 1 04:21:48 CEST 2012
Ending: Thu May 31 22:40:59 CEST 2012
Messages: 629
- [Python-Dev] 64-bit Windows buildbots needed
Antoine Pitrou
- [Python-Dev] 64-bit Windows buildbots needed
Brian Curtin
- [Python-Dev] [Python-checkins] cpython (2.7): #14804: Remove [] around optional arguments with default values
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython (2.7): #14804: Remove [] around optional arguments with default values
Hynek Schlawack
- [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
Eric V. Smith
- [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
Stefan Krah
- [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
Stephen J. Turnbull
- [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: Clean up the PCBuild project files, removing redundant settings and
Nadeem Vawda
- [Python-Dev] [Python-checkins] cpython: Describe the default hash correctly, and mark a couple of CPython
Terry Reedy
- [Python-Dev] [Python-checkins] cpython: Describe the default hash correctly, and mark a couple of CPython
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Fix PyUnicode_Substring() for start >= length and start > end
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Fix PyUnicode_Substring() for start >= length and start > end
Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Handle a possible race condition
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Stefan Krah
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Larry Hastings
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Greg Ewing
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Georg Brandl
- [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: Issue #14624: UTF-16 decoding is now 3x to 4x faster on various inputs.
Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an
Terry Reedy
- [Python-Dev] [Python-checkins] cpython: Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an
Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Mark Dickinson
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Mark Dickinson
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Serhiy Storchaka
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Serhiy Storchaka
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Antoine Pitrou
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Greg Ewing
- [Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
Nadeem Vawda
- [Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
Paul Moore
- [Python-Dev] [Python-checkins] cpython: Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args
Serhiy Storchaka
- [Python-Dev] [Python-checkins] cpython: Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
Stefan Krah
- [Python-Dev] [Python-checkins] cpython: Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
"Martin v. Löwis"
- [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Terry Reedy
- [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Antoine Pitrou
- [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Sandro Tosi
- [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Terry Reedy
- [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Sandro Tosi
- [Python-Dev] [Python-checkins] cpython: issue 14660: Implement PEP 420, namespace packages.
Barry Warsaw
- [Python-Dev] [Python-checkins] cpython: issue 14660: Implement PEP 420, namespace packages.
Brett Cannon
- [Python-Dev] [Python-checkins] cpython: Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Make parameterized tests in email less hackish.
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Make parameterized tests in email less hackish.
R. David Murray
- [Python-Dev] [Python-checkins] cpython: Remove outdated statements about threading and imports.
Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method
Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method
Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
Stefan Krah
- [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
Larry Hastings
- [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: what is a invalid tuple?
Stefan Krah
- [Python-Dev] [Python-checkins] devguide: Add VS2010 link and text, then restructure a few things
"Martin v. Löwis"
- [Python-Dev] [Python-checkins] devguide: Add VS2010 link and text, then restructure a few things
Brian Curtin
- [Python-Dev] [Python-checkins] peps: Added dynamic path computation rationale, specification, and discussion.
Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Added examples.
Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Added examples.
Nick Coghlan
- [Python-Dev] [Python-checkins] peps: PEP 421 is implemented.
Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Update PEP 1 to better reflect current practice
Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Update PEP 1 to better reflect current practice
Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Update PEP 1 to better reflect current practice
Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Update PEP 1 to better reflect current practice
Barry Warsaw
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Georg Brandl
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Mark Shannon
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Nick Coghlan
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Mark Shannon
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
"Martin v. Löwis"
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Mark Shannon
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Nick Coghlan
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 3
Georg Brandl
- [Python-Dev] [RELEASED] Python 3.3.0 alpha 4
Georg Brandl
- [Python-Dev] a new type for sys.implementation
Eric Snow
- [Python-Dev] a new type for sys.implementation
Steven D'Aprano
- [Python-Dev] a new type for sys.implementation
Mark Shannon
- [Python-Dev] a new type for sys.implementation
Nick Coghlan
- [Python-Dev] a new type for sys.implementation
Barry Warsaw
- [Python-Dev] a new type for sys.implementation
Barry Warsaw
- [Python-Dev] a new type for sys.implementation
Eric Snow
- [Python-Dev] a new type for sys.implementation
Benjamin Peterson
- [Python-Dev] Accepting PEP 3144 (the ipaddress library)
Nick Coghlan
- [Python-Dev] Accepting PEP 3144 (the ipaddress library)
Guido van Rossum
- [Python-Dev] Accepting PEP 405 (Python Virtual Environments)
Nick Coghlan
- [Python-Dev] Accepting PEP 405 (Python Virtual Environments)
Georg Brandl
- [Python-Dev] Accepting PEP 405 (Python Virtual Environments)
Vinay Sajip
- [Python-Dev] Accepting PEP 405 (Python Virtual Environments)
Vinay Sajip
- [Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
Nick Coghlan
- [Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
Barry Warsaw
- [Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
Nick Coghlan
- [Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
Benjamin Peterson
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Georg Brandl
- [Python-Dev] Adding types.build_class for 3.3
Benjamin Peterson
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Georg Brandl
- [Python-Dev] Adding types.build_class for 3.3
Hrvoje Niksic
- [Python-Dev] Adding types.build_class for 3.3
Greg Ewing
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Eric Snow
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Barry Warsaw
- [Python-Dev] Adding types.build_class for 3.3
Terry Reedy
- [Python-Dev] Adding types.build_class for 3.3
Tres Seaver
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Daniel Urban
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Mark Shannon
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Mark Shannon
- [Python-Dev] Adding types.build_class for 3.3
Steven D'Aprano
- [Python-Dev] Adding types.build_class for 3.3
Eric Snow
- [Python-Dev] Adding types.build_class for 3.3
Barry Warsaw
- [Python-Dev] Adding types.build_class for 3.3
Brett Cannon
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
R. David Murray
- [Python-Dev] Adding types.build_class for 3.3
Greg Ewing
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Mark Shannon
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Mark Shannon
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Greg Ewing
- [Python-Dev] Adding types.build_class for 3.3
Barry Warsaw
- [Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
- [Python-Dev] Adding types.build_class for 3.3
Mark Shannon
- [Python-Dev] Adding types.build_class for 3.3
Terry Reedy
- [Python-Dev] Adding types.build_class for 3.3
R. David Murray
- [Python-Dev] Allow use of sphinx-autodoc in the standard library documentation?
R. David Murray
- [Python-Dev] Allow use of sphinx-autodoc in the standard library documentation?
Georg Brandl
- [Python-Dev] Allow use of sphinx-autodoc in the standard library documentation?
Nick Coghlan
- [Python-Dev] Allow use of sphinx-autodoc in the standard library documentation?
Nick Coghlan
- [Python-Dev] An infinite loop in dictobject.c
Daniel Farina
- [Python-Dev] An infinite loop in dictobject.c
Barry Warsaw
- [Python-Dev] An infinite loop in dictobject.c
Mark Shannon
- [Python-Dev] An infinite loop in dictobject.c
Nick Coghlan
- [Python-Dev] An infinite loop in dictobject.c
Daniel Farina
- [Python-Dev] An infinite loop in dictobject.c
Antoine Pitrou
- [Python-Dev] An infinite loop in dictobject.c
Daniel Farina
- [Python-Dev] An infinite loop in dictobject.c
Daniel Farina
- [Python-Dev] An infinite loop in dictobject.c
Terry Reedy
- [Python-Dev] An infinite loop in dictobject.c
Nick Coghlan
- [Python-Dev] Another buildslave - Ubuntu again
Senthil Kumaran
- [Python-Dev] Another buildslave - Ubuntu again
Chris Angelico
- [Python-Dev] Another buildslave - Ubuntu again
"Martin v. Löwis"
- [Python-Dev] Another buildslave - Ubuntu again
"Martin v. Löwis"
- [Python-Dev] Another buildslave - Ubuntu again
Senthil Kumaran
- [Python-Dev] Another buildslave - Ubuntu again
"Martin v. Löwis"
- [Python-Dev] Another buildslave - Ubuntu again
Antoine Pitrou
- [Python-Dev] Another buildslave - Ubuntu again
Antoine Pitrou
- [Python-Dev] Another buildslave - Ubuntu again
Senthil Kumaran
- [Python-Dev] Another buildslave - Ubuntu again
Antoine Pitrou
- [Python-Dev] Another buildslave - Ubuntu again
Senthil Kumaran
- [Python-Dev] Another buildslave - Ubuntu again
"Martin v. Löwis"
- [Python-Dev] Another buildslave - Ubuntu again
"Martin v. Löwis"
- [Python-Dev] Another buildslave - Ubuntu again
Antoine Pitrou
- [Python-Dev] Assigning copyright...
stefan brunthaler
- [Python-Dev] Assigning copyright...
Georg Brandl
- [Python-Dev] Assigning copyright...
"Martin v. Löwis"
- [Python-Dev] Assigning copyright...
stefan brunthaler
- [Python-Dev] Backward compatibility of shutil.rmtree
Hynek Schlawack
- [Python-Dev] Backward compatibility of shutil.rmtree
"Martin v. Löwis"
- [Python-Dev] Backward compatibility of shutil.rmtree
Hynek Schlawack
- [Python-Dev] Backward compatibility of shutil.rmtree
martin at v.loewis.de
- [Python-Dev] Backward compatibility of shutil.rmtree
Hynek Schlawack
- [Python-Dev] Benchmark performance...
stefan brunthaler
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Nick Coghlan
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
"Martin v. Löwis"
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Stefan Behnel
- [Python-Dev] C-level duck typing
"Martin v. Löwis"
- [Python-Dev] C-level duck typing
Mark Shannon
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Stefan Behnel
- [Python-Dev] C-level duck typing
Stefan Behnel
- [Python-Dev] C-level duck typing
Mark Shannon
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Mark Shannon
- [Python-Dev] C-level duck typing
Robert Bradshaw
- [Python-Dev] C-level duck typing
Mark Shannon
- [Python-Dev] C-level duck typing
"Martin v. Löwis"
- [Python-Dev] C-level duck typing
"Martin v. Löwis"
- [Python-Dev] C-level duck typing
Robert Bradshaw
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Greg Ewing
- [Python-Dev] C-level duck typing
Robert Bradshaw
- [Python-Dev] C-level duck typing
Greg Ewing
- [Python-Dev] C-level duck typing
martin at v.loewis.de
- [Python-Dev] C-level duck typing
Mark Shannon
- [Python-Dev] C-level duck typing
Stefan Behnel
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
R. David Murray
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] C-level duck typing
Nick Coghlan
- [Python-Dev] C-level duck typing
martin at v.loewis.de
- [Python-Dev] C-level duck typing
Dag Sverre Seljebotn
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] c/ElementTree XML serialisation
Terry Reedy
- [Python-Dev] c/ElementTree XML serialisation
And Clover
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] c/ElementTree XML serialisation
Xavier Morel
- [Python-Dev] c/ElementTree XML serialisation
And Clover
- [Python-Dev] c/ElementTree XML serialisation
"Martin v. Löwis"
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] c/ElementTree XML serialisation
Alex Leach
- [Python-Dev] cpython (3.2): #14766: Add correct algorithm for when a 'time' object is naive.
Georg Brandl
- [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Georg Brandl
- [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Reedy
- [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Brian Curtin
- [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Reedy
- [Python-Dev] cpython (3.2): Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Terry Reedy
- [Python-Dev] cpython (3.2): Issue12541 - Add UserWarning for unquoted realms
Georg Brandl
- [Python-Dev] cpython: #12586: add provisional email policy with new header parsing and folding.
R. David Murray
- [Python-Dev] cpython: #12586: add provisional email policy with new header parsing and folding.
Georg Brandl
- [Python-Dev] cpython: Addressed some buildbot errors and comments on the checkin by Antoine on
Antoine Pitrou
- [Python-Dev] cpython: Close #13585: add contextlib.ExitStack to replace the ill-fated
Georg Brandl
- [Python-Dev] cpython: Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Georg Brandl
- [Python-Dev] cpython: Describe the default hash correctly, and mark a couple of CPython
Antoine Pitrou
- [Python-Dev] cpython: Describe the default hash correctly, and mark a couple of CPython
Nick Coghlan
- [Python-Dev] cpython: Describe the default hash correctly, and mark a couple of CPython
Charles-François Natali
- [Python-Dev] cpython: Describe the default hash correctly, and mark a couple of CPython
Nick Coghlan
- [Python-Dev] cpython: Implemented PEP 405 (Python virtual environments).
Antoine Pitrou
- [Python-Dev] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Antoine Pitrou
- [Python-Dev] cpython: Issue #14127: Fix two bugs with the Windows implementation.
Georg Brandl
- [Python-Dev] cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
Victor Stinner
- [Python-Dev] cpython: Issue #14428: Use the new time.perf_counter() and time.process_time() functions
Georg Brandl
- [Python-Dev] cpython: Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Antoine Pitrou
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Kristján Valur Jónsson
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Georg Brandl
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
R. David Murray
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Georg Brandl
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Georg Brandl
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Kristján Valur Jónsson
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Brian Curtin
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Kristján Valur Jónsson
- [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)
Brian Curtin
- [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument
Antoine Pitrou
- [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument
shibturn
- [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument
Antoine Pitrou
- [Python-Dev] cpython: Move make_key() out of the decorator body. Make keys that only need to be
Antoine Pitrou
- [Python-Dev] cpython: Remove outdated statements about threading and imports.
Antoine Pitrou
- [Python-Dev] cpython: Remove outdated statements about threading and imports.
Nick Coghlan
- [Python-Dev] cpython: simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Georg Brandl
- [Python-Dev] cpython: simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Antoine Pitrou
- [Python-Dev] cpython: simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Larry Hastings
- [Python-Dev] cpython: simplify and rewrite the zipimport part of 702009f3c0b1 a bit
Guido van Rossum
- [Python-Dev] CRLF line endings
Vinay Sajip
- [Python-Dev] CRLF line endings
Chris Angelico
- [Python-Dev] CRLF line endings
Vinay Sajip
- [Python-Dev] CRLF line endings
Chris Angelico
- [Python-Dev] CRLF line endings
martin at v.loewis.de
- [Python-Dev] CRLF line endings
Glenn Linderman
- [Python-Dev] CRLF line endings
Nick Coghlan
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Edward C. Jones
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Oleg Broytman
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Chris Angelico
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Antoine Pitrou
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Christian Heimes
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Antoine Pitrou
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Tshepang Lekhonkhobe
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Tshepang Lekhonkhobe
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Christian Heimes
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Antoine Pitrou
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Christian Heimes
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Barry Warsaw
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Edward C. Jones
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Matthias Klose
- [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Barry Warsaw
- [Python-Dev] dir() in inspect.py ?
Christian Tismer
- [Python-Dev] dir() in inspect.py ?
Meador Inge
- [Python-Dev] dir() in inspect.py ?
Guido van Rossum
- [Python-Dev] dir() in inspect.py ?
Stefano Taschini
- [Python-Dev] dir() in inspect.py ?
Christian Tismer
- [Python-Dev] doc change for weakref
Ethan Furman
- [Python-Dev] doc change for weakref
Benjamin Peterson
- [Python-Dev] doc change for weakref
Antoine Pitrou
- [Python-Dev] doc change for weakref
Tim Delaney
- [Python-Dev] doc change for weakref
Steven D'Aprano
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Barry Warsaw
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Brian Curtin
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Benjamin Peterson
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Hynek Schlawack
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Barry Warsaw
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Glyph
- [Python-Dev] docs.python.org pointing to Python 3 by default?
martin at v.loewis.de
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Chris Angelico
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Raymond Hettinger
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Guido van Rossum
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Nick Coghlan
- [Python-Dev] docs.python.org pointing to Python 3 by default?
martin at v.loewis.de
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Nick Coghlan
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Benjamin Peterson
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Nick Coghlan
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Hynek Schlawack
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Stephen J. Turnbull
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Paul Moore
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Steven D'Aprano
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Antoine Pitrou
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Łukasz Langa
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Georg Brandl
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Serhiy Storchaka
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Georg Brandl
- [Python-Dev] docs.python.org pointing to Python 3 by default?
R. David Murray
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Nick Coghlan
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Guido van Rossum
- [Python-Dev] docs.python.org pointing to Python 3 by default?
David Malcolm
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Georg Brandl
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Barry Warsaw
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Antoine Pitrou
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Barry Warsaw
- [Python-Dev] docs.python.org pointing to Python 3 by default?
R. David Murray
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Hynek Schlawack
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Éric Araujo
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Terry Reedy
- [Python-Dev] docs.python.org pointing to Python 3 by default?
Stefan Scherfke
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
R. David Murray
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Larry Hastings
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Antoine Pitrou
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Matt Joiner
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Stefan Behnel
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Curt Hagenlocher
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Dirkjan Ochtman
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Brian Curtin
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
martin at v.loewis.de
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
"Martin v. Löwis"
- [Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
"Martin v. Löwis"
- [Python-Dev] Email6 status
R. David Murray
- [Python-Dev] Email6 status (was Open PEPs and large-scale changes for 3.3)
R. David Murray
- [Python-Dev] Email6 status (was Open PEPs and large-scale changes for 3.3)
Barry Warsaw
- [Python-Dev] Exception and ABCs / issue #12029
George-Cristian Bîrzan
- [Python-Dev] Exception and ABCs / issue #12029
Guido van Rossum
- [Python-Dev] Failed issue tracker submission
Python tracker
- [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
Nick Coghlan
- [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
Benjamin Peterson
- [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
martin at v.loewis.de
- [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
Georg Brandl
- [Python-Dev] Hacking on the compiler in ways that break the frozen instance of importlib...
Antoine Pitrou
- [Python-Dev] How to build a browser in Paython. cannot import webkit & object.
Mr.T Beppu
- [Python-Dev] How to build a browser in Paython. cannot import webkit & object.
Oleg Broytman
- [Python-Dev] Language reference updated for metaclasses
Nick Coghlan
- [Python-Dev] Language reference updated for metaclasses
Daniel Urban
- [Python-Dev] Missing command line documentation for new tools
Nick Coghlan
- [Python-Dev] Missing command line documentation for new tools
Nick Coghlan
- [Python-Dev] Missing command line documentation for new tools
Éric Araujo
- [Python-Dev] Missing command line documentation for new tools
Terry Reedy
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Georg Brandl
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Eric V. Smith
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Eric V. Smith
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Nick Coghlan
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Eli Bendersky
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Nick Coghlan
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Benjamin Peterson
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Nick Coghlan
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Brett Cannon
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Yury Selivanov
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Barry Warsaw
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Barry Warsaw
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Eli Bendersky
- [Python-Dev] Open PEPs and large-scale changes for 3.3
"Martin v. Löwis"
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Georg Brandl
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Georg Brandl
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Georg Brandl
- [Python-Dev] Open PEPs and large-scale changes for 3.3
martin at v.loewis.de
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Éric Araujo
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Brett Cannon
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Ben Finney
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Nick Coghlan
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Larry Hastings
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Yury Selivanov
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Yury Selivanov
- [Python-Dev] Open PEPs and large-scale changes for 3.3
Zbigniew Jędrzejewski-Szmek
- [Python-Dev] Optimize Unicode strings in Python 3.3
Victor Stinner
- [Python-Dev] Optimize Unicode strings in Python 3.3
martin at v.loewis.de
- [Python-Dev] Optimize Unicode strings in Python 3.3
Serhiy Storchaka
- [Python-Dev] Optimize Unicode strings in Python 3.3
Victor Stinner
- [Python-Dev] Optimize Unicode strings in Python 3.3
Nick Coghlan
- [Python-Dev] Optimize Unicode strings in Python 3.3
Glenn Linderman
- [Python-Dev] Optimize Unicode strings in Python 3.3
Serhiy Storchaka
- [Python-Dev] Optimize Unicode strings in Python 3.3
Victor Stinner
- [Python-Dev] Optimize Unicode strings in Python 3.3
Serhiy Storchaka
- [Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform
Wempa, Kristofer
- [Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform
Wempa, Kristofer
- [Python-Dev] ossaudiodev and linuxaudiodev not built on SLES11SP2 due to change in sys.platform
Christian Heimes
- [Python-Dev] outdated info on download pages for older versions
Carl Meyer
- [Python-Dev] outdated info on download pages for older versions
Terry Reedy
- [Python-Dev] outdated info on download pages for older versions
Michael Foord
- [Python-Dev] outdated info on download pages for older versions
Ezio Melotti
- [Python-Dev] outdated info on download pages for older versions
Brian Curtin
- [Python-Dev] outdated info on download pages for older versions
"Martin v. Löwis"
- [Python-Dev] outdated info on download pages for older versions
"Martin v. Löwis"
- [Python-Dev] outdated info on download pages for older versions
Michael Foord
- [Python-Dev] PEP 1 updated to reflect current practices
Nick Coghlan
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Nick Coghlan
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Antoine Pitrou
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Nick Coghlan
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Nick Coghlan
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Benjamin Peterson
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Calvin Spealman
- [Python-Dev] PEP 3135 (new super()) __class__ references broken in 3.3
Benjamin Peterson
- [Python-Dev] PEP 377 : Allow __enter__() methods to skip the statement body : real world case
Pierre Chanial
- [Python-Dev] PEP 377 : Allow __enter__() methods to skip the statement body : real world case
Nick Coghlan
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Vinay Sajip
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Vinay Sajip
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Vinay Sajip
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Georg Brandl
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Vinay Sajip
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Vinay Sajip
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Vinay Sajip
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Antoine Pitrou
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Antoine Pitrou
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Antoine Pitrou
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
martin at v.loewis.de
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Nick Coghlan
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Mark Hammond
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Carl Meyer
- [Python-Dev] PEP 405 (Python Virtual Environments) and Windows script support
Nick Coghlan
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Terry Reedy
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Glenn Linderman
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Terry Reedy
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Glenn Linderman
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Nick Coghlan
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Vinay Sajip
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Chris Angelico
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Antoine Pitrou
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Vinay Sajip
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
"Martin v. Löwis"
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Ronald Oussoren
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
"Martin v. Löwis"
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
"Martin v. Löwis"
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Vinay Sajip
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Paul Moore
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Vinay Sajip
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
- [Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Paul Moore
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Guido van Rossum
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Guido van Rossum
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Brett Cannon
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Brett Cannon
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
PJ Eby
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Nick Coghlan
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Guido van Rossum
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric V. Smith
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Eric Snow
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Guido van Rossum
- [Python-Dev] PEP 420 - dynamic path computation is missing rationale
Barry Warsaw
- [Python-Dev] peps: Update PEP 1 to better reflect current practice
Antoine Pitrou
- [Python-Dev] peps: Update PEP 1 to better reflect current practice
Nick Coghlan
- [Python-Dev] Point of building without threads?
Antoine Pitrou
- [Python-Dev] Point of building without threads?
Victor Stinner
- [Python-Dev] Point of building without threads?
Dirkjan Ochtman
- [Python-Dev] Point of building without threads?
Kristján Valur Jónsson
- [Python-Dev] Point of building without threads?
Stefan Krah
- [Python-Dev] Point of building without threads?
Antoine Pitrou
- [Python-Dev] Point of building without threads?
Stefan Krah
- [Python-Dev] Point of building without threads?
Antoine Pitrou
- [Python-Dev] Point of building without threads?
Stefan Krah
- [Python-Dev] Point of building without threads?
Antoine Pitrou
- [Python-Dev] Point of building without threads?
Stefan Krah
- [Python-Dev] possible bug in distutils (Mingw32CCompiler)?
Sturla Molden
- [Python-Dev] possible bug in distutils (Mingw32CCompiler)?
Brian Curtin
- [Python-Dev] possible bug in distutils (Mingw32CCompiler)?
R. David Murray
- [Python-Dev] Preparation for VS2010 - MSDN for Windows build slaves, core devs
Brian Curtin
- [Python-Dev] Preparation for VS2010 - MSDN for Windows build slaves, core devs
martin at v.loewis.de
- [Python-Dev] Preparation for VS2010 - MSDN for Windows build slaves, core devs
Brian Curtin
- [Python-Dev] Property inheritance in Python
cyberdupo56 at gmail.com
- [Python-Dev] Property inheritance in Python
Terry Reedy
- [Python-Dev] Property inheritance in Python
Guido van Rossum
- [Python-Dev] Property inheritance in Python
Nick Coghlan
- [Python-Dev] Proposal for better SSL errors
Antoine Pitrou
- [Python-Dev] Proposal for better SSL errors
Terry Reedy
- [Python-Dev] Proposal for better SSL errors
Antoine Pitrou
- [Python-Dev] Proposal for better SSL errors
Cameron Simpson
- [Python-Dev] Proposal for better SSL errors
Gregory P. Smith
- [Python-Dev] Proposal for better SSL errors
Antoine Pitrou
- [Python-Dev] Proposal for better SSL errors
Antoine Pitrou
- [Python-Dev] Proposal for better SSL errors
Cameron Simpson
- [Python-Dev] Python 3.3 cannot find BeautifulSoup but Python 3.2 can
Brett Cannon
- [Python-Dev] Python 3.3 cannot find BeautifulSoup but Python 3.2 can
Edward C. Jones
- [Python-Dev] Python 3.3 cannot find BeautifulSoup but Python 3.2 can
Barry Warsaw
- [Python-Dev] Python 3.3 cannot import BeautifulSoup but Python 3.2 can
Antoine Pitrou
- [Python-Dev] Python 3.3 cannot import BeautifulSoup but Python 3.2 can
Edward C. Jones
- [Python-Dev] Python 3.3 cannot import BeautifulSoup but Python 3.2 can
Oleg Broytman
- [Python-Dev] Python 3.3 cannot import BeautifulSoup but Python 3.2 can
Barry Warsaw
- [Python-Dev] Python db2 installation error
PremAnand Lakshmanan
- [Python-Dev] Python db2 installation error
Terry Reedy
- [Python-Dev] Python db2 installation error
Georg Brandl
- [Python-Dev] Python Language Summit, Florence, July 2012
Larry Hastings
- [Python-Dev] Python program name
Vinay Sajip
- [Python-Dev] Python program name
Michael Foord
- [Python-Dev] Python program name
Antoine Pitrou
- [Python-Dev] Python program name
Antoine Pitrou
- [Python-Dev] Python program name
Vinay Sajip
- [Python-Dev] Recording BDFL delegates for PEPs
Nick Coghlan
- [Python-Dev] Recording BDFL delegates for PEPs
Antoine Pitrou
- [Python-Dev] Recording BDFL delegates for PEPs
Nick Coghlan
- [Python-Dev] Recording BDFL delegates for PEPs
Barry Warsaw
- [Python-Dev] Recording BDFL delegates for PEPs
Stephen J. Turnbull
- [Python-Dev] Recording BDFL delegates for PEPs
Guido van Rossum
- [Python-Dev] Rietveld integration problem?
Vinay Sajip
- [Python-Dev] Rietveld update
martin at v.loewis.de
- [Python-Dev] Spread Python
Josemon Maliakal
- [Python-Dev] Spread Python
Josemon Maliakal
- [Python-Dev] Summary of Python tracker Issues
Python tracker
- [Python-Dev] Summary of Python tracker Issues
Eric Snow
- [Python-Dev] Summary of Python tracker Issues
Python tracker
- [Python-Dev] Summary of Python tracker Issues
Python tracker
- [Python-Dev] Summary of Python tracker Issues
Python tracker
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
"Martin v. Löwis"
- [Python-Dev] sys.implementation
Brett Cannon
- [Python-Dev] sys.implementation
Antoine Pitrou
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Brett Cannon
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
martin at v.loewis.de
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Larry Hastings
- [Python-Dev] sys.implementation
Nick Coghlan
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
"Martin v. Löwis"
- [Python-Dev] sys.implementation
Nick Coghlan
- [Python-Dev] sys.implementation
Antoine Pitrou
- [Python-Dev] sys.implementation
Nick Coghlan
- [Python-Dev] sys.implementation
Georg Brandl
- [Python-Dev] sys.implementation
Terry Reedy
- [Python-Dev] sys.implementation
Scott Dial
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Steven D'Aprano
- [Python-Dev] sys.implementation
Steven D'Aprano
- [Python-Dev] sys.implementation
Nick Coghlan
- [Python-Dev] sys.implementation
Jeff Hardy
- [Python-Dev] sys.implementation
Nick Coghlan
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Nick Coghlan
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Tres Seaver
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Steven D'Aprano
- [Python-Dev] sys.implementation
Glenn Linderman
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] sys.implementation
Barry Warsaw
- [Python-Dev] sys.implementation
Eric Snow
- [Python-Dev] The step command of pdb is broken
Xavier de Gaye
- [Python-Dev] time.clock_info() field names
Benjamin Peterson
- [Python-Dev] time.clock_info() field names
Victor Stinner
- [Python-Dev] time.clock_info() field names
Cameron Simpson
- [Python-Dev] time.clock_info() field names
Victor Stinner
- [Python-Dev] time.clock_info() field names
Nick Coghlan
- [Python-Dev] ur'string literal' in 3.3: make same as in 2.x?
Terry Reedy
- [Python-Dev] ur'string literal' in 3.3: make same as in 2.x?
Nick Coghlan
- [Python-Dev] void* <-> size_t
Serhiy Storchaka
- [Python-Dev] Volunteering to be PEP czar for PEP 421, sys.implementation
Barry Warsaw
- [Python-Dev] Volunteering to be PEP czar for PEP 421, sys.implementation
Barry Warsaw
- [Python-Dev] VS 11 Express is Metro only.
Terry Reedy
- [Python-Dev] VS 11 Express is Metro only.
Brian Curtin
- [Python-Dev] VS 11 Express is Metro only.
martin at v.loewis.de
- [Python-Dev] VS 11 Express is Metro only.
Joao S. O. Bueno
- [Python-Dev] VS 11 Express is Metro only.
martin at v.loewis.de
- [Python-Dev] VS 11 Express is Metro only.
Curt Hagenlocher
- [Python-Dev] VS 11 Express is Metro only.
Nick Coghlan
- [Python-Dev] VS 11 Express is Metro only.
"Martin v. Löwis"
- [Python-Dev] VS 11 Express is Metro only.
Neil Hodgson
- [Python-Dev] VS 11 Express is Metro only.
Larry Hastings
- [Python-Dev] VS 11 Express is Metro only.
"Martin v. Löwis"
- [Python-Dev] What should we do with cProfile?
Alexandre Vassalotti
- [Python-Dev] What should we do with cProfile?
Steven D'Aprano
- [Python-Dev] What should we do with cProfile?
Eli Bendersky
- [Python-Dev] What should we do with cProfile?
Nick Coghlan
- [Python-Dev] WSGI paranoia with stdout/stderr
anatoly techtonik
- [Python-Dev] WSGI paranoia with stdout/stderr
Antoine Pitrou
- [Python-Dev] WSGI paranoia with stdout/stderr
Georg Brandl
- [Python-Dev] zipimport to read from a file object instead of just a path?
Shy Shalom
- [Python-Dev] zipimport to read from a file object instead of just a path?
Shy Shalom
- [Python-Dev] zipimport to read from a file object instead of just a path?
martin at v.loewis.de
Last message date:
Thu May 31 22:40:59 CEST 2012
Archived on: Thu May 31 22:40:53 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).