Messages by Thread
-
[Python-Dev] Accepting PEP 3144 (the ipaddress library)
Nick Coghlan
-
[Python-Dev] zipimport to read from a file object instead of just a path?
Shy Shalom
-
Re: [Python-Dev] cpython: Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Antoine Pitrou
-
[Python-Dev] Accepting PEP 415 (alternative implementation strategy for PEP 409's "raise exc from None" syntax)
Nick Coghlan
-
[Python-Dev] WSGI paranoia with stdout/stderr
anatoly techtonik
-
Re: [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] Exception and ABCs / issue #12029
George-Cristian Bîrzan
-
[Python-Dev] Allow use of sphinx-autodoc in the standard library documentation?
Nick Coghlan
-
[Python-Dev] Rietveld integration problem?
Vinay Sajip
-
Re: [Python-Dev] c/ElementTree XML serialisation
Alex Leach
-
[Python-Dev] Spread Python
Josemon Maliakal
-
[Python-Dev] Python 3.3 cannot import BeautifulSoup but Python 3.2 can
Edward C. Jones
-
[Python-Dev] Python 3.3 cannot find BeautifulSoup but Python 3.2 can
Edward C. Jones
-
[Python-Dev] Point of building without threads?
Antoine Pitrou
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14716: Change integer overflow check in unicode_writer_prepare()
Mark Dickinson
-
[Python-Dev] Adding types.build_class for 3.3
Nick Coghlan
-
Re: [Python-Dev] cpython: Make AcquirerProxy.acquire() support timeout argument
Antoine Pitrou
-
[Python-Dev] Recording BDFL delegates for PEPs
Nick Coghlan
-
Re: [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
Stefan Krah
-
Re: [Python-Dev] [Python-checkins] cpython: Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
Benjamin Peterson
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Benjamin Peterson
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Edward C. Jones
-
Re: [Python-Dev] [Python-checkins] peps: Update PEP 1 to better reflect current practice
Barry Warsaw
-
[Python-Dev] PEP 1 updated to reflect current practices
Nick Coghlan
-
[Python-Dev] PEP 405 (pyvenv) and system Python upgrades
Carl Meyer
-
[Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Edward C. Jones
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Oleg Broytman
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Chris Angelico
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Antoine Pitrou
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Christian Heimes
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Antoine Pitrou
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Christian Heimes
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Antoine Pitrou
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Christian Heimes
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Matthias Klose
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Barry Warsaw
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Barry Warsaw
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Tshepang Lekhonkhobe
-
Re: [Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages
Tshepang Lekhonkhobe
-
[Python-Dev] PEP 377 : Allow __enter__() methods to skip the statement body : real world case
Pierre Chanial
-
Re: [Python-Dev] cpython: Issue #14127: Fix two bugs with the Windows implementation.
Georg Brandl
-
Re: [Python-Dev] [Python-checkins] cpython: what is a invalid tuple?
Stefan Krah
-
[Python-Dev] Python program name
Vinay Sajip
-
Re: [Python-Dev] [Python-checkins] cpython: avoid unitialized memory
Eric V. Smith
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Benjamin Peterson
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Larry Hastings
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Nick Coghlan
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Georg Brandl
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Stefan Krah
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Greg Ewing
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Benjamin Peterson
-
Re: [Python-Dev] cpython: Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Antoine Pitrou
-
[Python-Dev] Optimize Unicode strings in Python 3.3
Victor Stinner
-
Re: [Python-Dev] [Python-checkins] cpython: unicode_writer: add finish() method and assertions to write_str() method
Benjamin Peterson
-
Re: [Python-Dev] [Python-checkins] cpython: Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an
Terry Reedy
-
[Python-Dev] CRLF line endings
Vinay Sajip
-
Re: [Python-Dev] [Python-checkins] cpython: Fix PyUnicode_Substring() for start >= length and start > end
Nick Coghlan
-
[Python-Dev] outdated info on download pages for older versions
Carl Meyer
-
[Python-Dev] Does trunk still support any compilers that *don't* allow declaring variables after code?
Larry Hastings