Showing content from https://mail.python.org/pipermail/python-dev/2013-November/thread.html below:
The Python-Dev November 2013 Archive by thread
November 2013 Archives by thread
Starting: Fri Nov 1 14:35:38 CET 2013
Ending: Sat Nov 30 23:51:17 CET 2013
Messages: 676
- [Python-Dev] PEP 451 update Brett Cannon
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Contributing to PSF Anup Kumar
- [Python-Dev] cpython (3.2): Update NEWS for 265d369ad3b9. Ned Deily
- [Python-Dev] PEP 454: tracemalloc (n-th version) Victor Stinner
- [Python-Dev] python2 and python3 and vim R. David Murray
- [Python-Dev] Problem installing matplotlib 1.3.1 with Python 2.7.6 and 3.3.3 (release candidate 1) Piet van Oostrum
- [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run Zachary Ware
- [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6? Victor Stinner
- [Python-Dev] urllib2.HTTPBasicAuthHandler doesn't work with GitHub API Matěj Cepl
- [Python-Dev] The new SHA-3 is the old SHA-3 Christian Heimes
- [Python-Dev] VAX NaN evaluations John Klos
- [Python-Dev] "PyObject *module" for module-level functions? Larry Hastings
- [Python-Dev] [Python-checkins] cpython (3.3): Issue #18345: Added cookbook example illustrating handler customisation. Eric V. Smith
- [Python-Dev] Issue 19332: Guard against changing dict during iteration Ethan Furman
- [Python-Dev] A small patch. Sreenivas Reddy T
- [Python-Dev] Avoid formatting an error message on attribute error Victor Stinner
- [Python-Dev] PEP 384 (stable api) question Thomas Heller
- [Python-Dev] Simplify and unify SSL verification Christian Heimes
- [Python-Dev] [Python-checkins] cpython: Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8" Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: Issue #19512: Add PyRun_InteractiveOneObject() function Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Issue #19512: Add a new _PyDict_DelItemId() function, similar to Nick Coghlan
- [Python-Dev] PEP 451 (ModuleSpec) is accepted Eric Snow
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? anatoly techtonik
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Benjamin Peterson
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? anatoly techtonik
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Greg Ewing
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Benjamin Peterson
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? anatoly techtonik
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? anatoly techtonik
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Benjamin Peterson
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? anatoly techtonik
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Benjamin Peterson
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Brett Cannon
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? anatoly techtonik
- [Python-Dev] Assign(expr* targets, expr value) - why targetS? Eli Bendersky
- [Python-Dev] [RELEASE] Python 2.7.6 Benjamin Peterson
- [Python-Dev] [Python-checkins] cpython: #1097797: Add CP273 codec, and exercise it in the test suite A.M. Kuchling
- [Python-Dev] PEP 454 (tracemalloc) close to pronouncement Charles-François Natali
- [Python-Dev] Is pygettext.py deprecated? A.M. Kuchling
- [Python-Dev] [RELEASED] Python 3.3.3 release candidate 2 Georg Brandl
- [Python-Dev] The pysandbox project is broken Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Provide a more readable representation of socket on repr(). Victor Stinner
- [Python-Dev] Restoring the aliases for the non-Unicode codecs Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Close #17828: better handling of codec errors Walter Dörwald
- [Python-Dev] [Python-checkins] cpython: Issue #17828: va_start() must be accompanied by va_end() Nick Coghlan
- [Python-Dev] peps: PEP 456: add some of the new implementation details to the PEP's text Antoine Pitrou
- [Python-Dev] [Python-checkins] Daily reference leaks (784a02ec2a26): sum=522 Nick Coghlan
- [Python-Dev] unicode Exception messages in py2.7 Chris Barker
- [Python-Dev] Add transform() and untranform() methods Victor Stinner
- [Python-Dev] "*zip-bomb" via codecs Serhiy Storchaka
- [Python-Dev] Finding overlapping matches with re assertions: bug or feature? Tim Peters
- [Python-Dev] cpython: Issue #19544 and Issue #6516: Restore support for --user and --group parameters Christian Heimes
- [Python-Dev] (#19562) Asserts in Python stdlib code (datetime.py) Terry Reedy
- [Python-Dev] Reminder: Python 3.4 feature freeze in a week Larry Hastings
- [Python-Dev] What's the story on Py_FrozenMain? Eric Snow
- [Python-Dev] PyParallel: alternate async I/O and GIL removal Trent Nelson
- [Python-Dev] Accepting PEP 3154 for 3.4? Antoine Pitrou
- [Python-Dev] Mixed up core/module source file locations in CPython Eric Snow
- [Python-Dev] NTPath or WindowsPath? Antoine Pitrou
- [Python-Dev] New to the community - Introduction Avichal Dayal
- [Python-Dev] [RELEASED] Python 3.3.3 final Georg Brandl
- [Python-Dev] PEP 428 - pathlib - ready for approval Antoine Pitrou
- [Python-Dev] Accepting PEP 456 (Secure hash algorithm) Nick Coghlan
- [Python-Dev] PEP 3156 (asyncio) formally accepted Antoine Pitrou
- [Python-Dev] PEP 0404 and VS 2010 Christian Tismer
- [Python-Dev] [issue19494] Problems with HTTPBasicAuthHandler Matej Cepl
- [Python-Dev] custom thread scheduler to test user synchronisation code Dima Tisnek
- [Python-Dev] flaky tests caused by repr() sort order Christian Heimes
- [Python-Dev] PEP 454 - tracemalloc - accepted Charles-François Natali
- [Python-Dev] [Python-checkins] peps: Update list of accepted but not yet implemented or merged peps. Victor Stinner
- [Python-Dev] Buildbot categories Eric Snow
- [Python-Dev] PEP 451 (ModuleSpec) has landed Eric Snow
- [Python-Dev] PEP 428 (pathlib) now committed Antoine Pitrou
- [Python-Dev] peps: 3156 has also been committed. Antoine Pitrou
- [Python-Dev] cpython: Add note to asyncore/asynchat recommending asyncio for new code. Antoine Pitrou
- [Python-Dev] cpython: Wording changes to pathlib docs. Antoine Pitrou
- [Python-Dev] Change Shtull-Trauring's name in Misc/ACKS TaeWong
- [Python-Dev] Reminder: Less than 24 hours until 3.4 feature freeze Larry Hastings
- [Python-Dev] can someone create a buildbot slave name & password for me? Gregory P. Smith
- [Python-Dev] [Python-checkins] cpython: asyncio: Change bounded semaphore into a subclass, like Tim Peters
- [Python-Dev] buildbot's are needlessly compiling -O0 Gregory P. Smith
- [Python-Dev] cpython: Disable annoying tests which doesn't work optimized pickles. Antoine Pitrou
- [Python-Dev] Python 3.4.0b1 is now tagged, feature-freeze is now in effect Larry Hastings
- [Python-Dev] PEP 428 - pathlib API questions Ben Hoyt
- [Python-Dev] [RELEASED] Python 3.4.0b1 Larry Hastings
- [Python-Dev] pathlib and issue 11406 (a directory iterator returning stat-like info) Ben Hoyt
- [Python-Dev] [Python-checkins] cpython (2.7): Fix test_fcntl to run properly on systems that do not support the flags Nick Coghlan
- [Python-Dev] [Python-checkins] cpython: Close #19762: Fix name of _get_traces() and _get_object_traceback() function Jim Jewett
- [Python-Dev] potential argparse problem: bad mix of parse_known_args and prefix matching Eli Bendersky
- [Python-Dev] [Python-checkins] cpython: asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() accept Victor Stinner
- [Python-Dev] test_uuid.py on HP NonStop Python-2.7.5 fails (test case: testIssue8621) V S, Nagendra (Nonstop Filesystems Team)
- [Python-Dev] PEP process entry point and ill fated initiatives anatoly techtonik
- [Python-Dev] py.ini documentation improvement Tim Delaney
- [Python-Dev] Track ResourceWarning warnings with tracemalloc Victor Stinner
- [Python-Dev] Verification of SSL cert and hostname made easy Christian Heimes
Last message date: Sat Nov 30 23:51:17 CET 2013
Archived on: Sat Nov 30 23:51:33 CET 2013
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4