January 2012 Archives by date
Starting: Sun Jan 1 05:31:47 CET 2012
Ending: Tue Jan 31 23:02:15 CET 2012
Messages: 593
- [Python-checkins] Daily reference leaks (0ddb0bb63550): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): add another year to glorious PSF IP
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): add another year to glorious PSF IP
benjamin.peterson
- [Python-checkins] cpython (2.7): Update copyright dates in Mac plists.
ned.deily
- [Python-checkins] cpython (3.2): Update copyright dates in Mac plists.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
ned.deily
- [Python-checkins] cpython (3.2): Issue #13683: raise with no exception in scope throws a RuntimeError; fix by
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13690: add re.DEBUG; patch by Filip Gruszczyński
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13680: add lowecase compression type to write header; patch by Oleg
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Issue #13640: add application/vnd.apple.mpegurl MIME type; (partial) patch by
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13594: various fixes to aifc module; patch by Oleg Plakhotnyuk
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: make switch more robust
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #13302: backport part of 3ed28f28466f
sandro.tosi
- [Python-checkins] cpython: Add note on memory usage to LZMACompressor doc.
nadeem.vawda
- [Python-checkins] Daily reference leaks (ca36b2b66500): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
charles-francois.natali
- [Python-checkins] cpython: == -1 is convention
benjamin.peterson
- [Python-checkins] cpython: fix some possible refleaks from PyUnicode_READY error conditions
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: ready the correct string
benjamin.peterson
- [Python-checkins] cpython: also decref the right thing
benjamin.peterson
- [Python-checkins] cpython: Mock the rename failure a bit better
antoine.pitrou
- [Python-checkins] peps: we welcome all bracing styles
benjamin.peterson
- [Python-checkins] cpython: use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked,
eli.bendersky
- [Python-checkins] Daily reference leaks (3ed5a6030c9b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #9349: add argparse.SUPPRESS to help doc
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #9349: add argparse.SUPPRESS to help doc
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #6031: improve serve_forever() description
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #6031: improve serve_forever() description
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13636: Weak ciphers are now disabled by default in the ssl module
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13636: Weak ciphers are now disabled by default in the ssl module
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13636: Weak ciphers are now disabled by default in the ssl module
antoine.pitrou
- [Python-checkins] cpython (3.1): fix this to not depend on dictionary order
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): fix this to not depend on dictionary order
benjamin.peterson
- [Python-checkins] cpython (3.2): exception support is correct now (closes #13705)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): fix formatting
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Add a new PyUnicode_Fill() function
victor.stinner
- [Python-checkins] cpython (3.2): Add a subsection explaning cipher selection.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Add a subsection explaning cipher selection.
antoine.pitrou
- [Python-checkins] cpython: Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int
victor.stinner
- [Python-checkins] Daily reference leaks (8f7c4b16c8d7): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue13696 - Fix 302 Redirection for Relative urls.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython: Refactored logging rotating handlers for improved flexibility.
vinay.sajip
- [Python-checkins] cpython: Closes #13699. Skipped two tests if Python is optimised.
vinay.sajip
- [Python-checkins] cpython: Corrected typo in install docs
jason.coombs
- [Python-checkins] cpython: convince regrtest.py we aren't modifying _CONFIG_VARS
benjamin.peterson
- [Python-checkins] cpython: Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #10772: add count and help argparse action; patch by Marc Sibson
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #10772: add count and help argparse action; patch by Marc Sibson
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] Daily reference leaks (77fb6713037f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Closes #13699. Skipped two tests if Python is optimised.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #13699: merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #12926: Fix a bug in tarfile's link extraction.
lars.gustaebel
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.
lars.gustaebel
- [Python-checkins] cpython (2.7): Issue #11984: remove reference to parser, it's not showing symbol usage anymore
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #11984: remove reference to parser, it's not showing symbol usage anymore
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11984: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #12042: a queue is only used to retrive results; preliminary patch by
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #12042: a queue is only used to retrive results; preliminary patch by
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12042: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #12042: a queue is only used to retrive results; preliminary patch by
Terry Reedy
- [Python-checkins] Daily reference leaks (e379617b4c4c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Clarify that vars() doesn't place extra restrictions on __dict__.
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #12042: a queue is only used to retrive results; preliminary patch by
Sandro Tosi
- [Python-checkins] cpython (3.2): Update printout of SSL certificate examples for 3.2+.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Update printout of SSL certificate examples for 3.2+.
antoine.pitrou
- [Python-checkins] cpython: Issue #9993: When the source and destination are on different filesystems,
antoine.pitrou
- [Python-checkins] Daily reference leaks (1ea8b7233fd7): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #9993: When the source and destination are on different filesystems,
Nick Coghlan
- [Python-checkins] cpython (3.2): clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
sandro.tosi
- [Python-checkins] cpython (2.7): clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13502: threading: Fix a race condition in Event.wait() that made it
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13502: threading: Fix a race condition in Event.wait() that made it
charles-francois.natali
- [Python-checkins] cpython (2.7): Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith
sandro.tosi
- [Python-checkins] cpython (3.2): Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Issue #9993: When the source and destination are on different filesystems,
Antoine Pitrou
- [Python-checkins] cpython: Closes #13732: now use os.linesep instead of a literal newline.
vinay.sajip
- [Python-checkins] cpython: Simplify the code using with-statements.
raymond.hettinger
- [Python-checkins] cpython: Issue #9993: When the source and destination are on different filesystems,
Nick Coghlan
- [Python-checkins] devguide: add myself to unicode
benjamin.peterson
- [Python-checkins] Daily reference leaks (c68426b241ca): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: Correct VC++2008 Express link; add limitations link.
terry.reedy
- [Python-checkins] devguide (merge default -> default): Merge
terry.reedy
- [Python-checkins] cpython (3.2): Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 for #12364.
ross.lagerwall
- [Python-checkins] cpython: Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
antoine.pitrou
- [Python-checkins] cpython: Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()
charles-francois.natali
- [Python-checkins] cpython: Issue #13739: It's simpler and more direct to call rewinddir() at the
charles-francois.natali
- [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
charles-francois.natali
- [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
Nick Coghlan
- [Python-checkins] [Python-Dev] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
Benjamin Peterson
- [Python-checkins] Daily reference leaks (c14c60628714): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Minor code clean-ups and beautifications.
raymond.hettinger
- [Python-checkins] cpython: Improve clarity with keyword argument for block. Move nowait methods together.
raymond.hettinger
- [Python-checkins] cpython: Make the docstring style consistent.
raymond.hettinger
- [Python-checkins] [Python-Dev] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
Charles-François Natali
- [Python-checkins] [Python-Dev] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as
Benjamin Peterson
- [Python-checkins] cpython: provide a common method to check for RETR_DATA validity, first checking the
giampaolo.rodola
- [Python-checkins] cpython: Fix nasty typo
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #13747: fix documentation error about the default SSL version.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13747: fix SSL compatibility table.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13747: fix documentation error about the default SSL version.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13747: fix SSL compatibility table.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge SSL doc fixes (issue #13747).
antoine.pitrou
- [Python-checkins] devguide: Backporting is obsolete. Add details that I had to learn.
terry.reedy
- [Python-checkins] cpython: Issue #12760: Add a create mode to open(). Patch by David Townshend.
charles-francois.natali
- [Python-checkins] cpython: Issue #12760: Add a create mode to open(). Patch by David Townshend.
Terry Reedy
- [Python-checkins] cpython (3.2): #11906 Make test_argparse work interactively by removing extra space
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (2.7): #11906 Make test_argparse work interactively by removing extra space
terry.reedy
- [Python-checkins] Daily reference leaks (4f8c24830a5c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Update the sorting howto to reflect the PEP 8 advisory to define all six rich
raymond.hettinger
- [Python-checkins] cpython: Issue #12760: Add a create mode to open(). Patch by David Townshend.
Nick Coghlan
- [Python-checkins] cpython (2.7): Fix stock symbol for Microsoft
raymond.hettinger
- [Python-checkins] devguide: Clarify terminology and development cycle.
antoine.pitrou
- [Python-checkins] cpython (2.7): - Issue #13642: Unquote before b64encoding user:password during Basic
senthil.kumaran
- [Python-checkins] cpython (3.2): Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 - Issue9637 - Explain in getproxies_environment that
senthil.kumaran
- [Python-checkins] cpython (2.7): port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.
senthil.kumaran
- [Python-checkins] cpython: Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
charles-francois.natali
- [Python-checkins] cpython: Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init()
victor.stinner
- [Python-checkins] cpython (3.2): Remove unused certificate from the test directory.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Remove unused certificate from the test directory.
antoine.pitrou
- [Python-checkins] cpython (2.7): Remove unused certificate from the test directory.
antoine.pitrou
- [Python-checkins] Daily reference leaks (0c5266390992): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #13754 String returned if less than *or equal to* x 3
terry.reedy
- [Python-checkins] cpython (3.2): #13754 String returned if less than *or equal to* x 3
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (3.2): Closes #11633 Clarify print buffering.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
terry.reedy
- [Python-checkins] cpython (2.7): Minor correction. Closes #11418
terry.reedy
- [Python-checkins] cpython (3.2): Minor correction. #11418
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
terry.reedy
- [Python-checkins] cpython: use full unicode mappings for upper/lower/title case (#12736)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.2): fold into one if statement
benjamin.peterson
- [Python-checkins] cpython: remove some usage of Py_UNICODE_TOUPPER/LOWER
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] Daily reference leaks (9ccb498a3c16): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13724: improve documentation for socket.create_connection.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13724: improve documentation for socket.create_connection.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13724: improve documentation for socket.create_connection.
antoine.pitrou
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge
antoine.pitrou
- [Python-checkins] cpython (3.2): #11633 At least 2 people prefer earlier revision.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11633 At least 2 people prefer earlier revision.
terry.reedy
- [Python-checkins] cpython: kill capwords implementation which has been disabled since the begining
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: make fix_decimal_and_space_to_ascii check if it modifies the string
benjamin.peterson
- [Python-checkins] cpython (3.2): test_strlit was never run
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): test_strlit was never run
antoine.pitrou
- [Python-checkins] cpython: Issue #13748: Raw bytes literals can now be written with the `rb` prefix as
antoine.pitrou
- [Python-checkins] cpython: move do_title to a better place
benjamin.peterson
- [Python-checkins] Daily reference leaks (f46c1007b626): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Implement PEP 380 - 'yield from' (closes #11682)
nick.coghlan
- [Python-checkins] peps: PEP 380 is done - anything from here on out will be handled via normal
nick.coghlan
- [Python-checkins] cpython: make Python-ast.c depend on Python-ast.h
benjamin.peterson
- [Python-checkins] cpython: Issue #13645: pyc files now contain the size of the corresponding source
antoine.pitrou
- [Python-checkins] cpython: Closes #13761: add a "flush" keyword argument to print().
georg.brandl
- [Python-checkins] cpython (3.2): Issue #13764: remove outdated script Misc/build.sh
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13764: remove outdated script Misc/build.sh
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13764: remove outdated script Misc/build.sh
antoine.pitrou
- [Python-checkins] cpython: add test, which was missing from d64ac9ab4cd0
benjamin.peterson
- [Python-checkins] cpython: NULL and no exception set from tp_iternext means StopIteration
benjamin.peterson
- [Python-checkins] cpython: Fix compilation warning on Windows
amaury.forgeotdarc
- [Python-checkins] cpython: Fix a crash when the return value of a subgenerator is a temporary
amaury.forgeotdarc
- [Python-checkins] cpython: Fix compilation with C89 compilers (Windows...)
amaury.forgeotdarc
- [Python-checkins] peps: Bring the Python 3.3 feature list up to date.
georg.brandl
- [Python-checkins] peps: Add lzma module.
georg.brandl
- [Python-checkins] devguide: Grammar fix.
georg.brandl
- [Python-checkins] devguide: Some advice about what goes into a single commit.
georg.brandl
- [Python-checkins] devguide: Some more advice about merges.
georg.brandl
- [Python-checkins] devguide: Make "quickstart" section more consistent. Remove "indices and tables" section
georg.brandl
- [Python-checkins] devguide: Remove duplicate word.
georg.brandl
- [Python-checkins] cpython: Silence compilation warnings on Windows
amaury.forgeotdarc
- [Python-checkins] devguide: Fix typo.
georg.brandl
- [Python-checkins] cpython (2.7): Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
amaury.forgeotdarc
- [Python-checkins] cpython: Fix merge glitch in What's New
nick.coghlan
- [Python-checkins] Daily reference leaks (8e538ed41766): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Add versionchanged notes for PEP 380
nick.coghlan
- [Python-checkins] cpython (2.7): closes #13730
terry.reedy
- [Python-checkins] cpython (3.2): #13730 grammar fix
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #13730 grammar fix
terry.reedy
- [Python-checkins] cpython (merge default -> default): Merge
terry.reedy
- [Python-checkins] cpython (2.7): #11633 about buffering of print
terry.reedy
- [Python-checkins] cpython: add test, which was missing from d64ac9ab4cd0
Nick Coghlan
- [Python-checkins] cpython: Remove lingering artifact of an initial PEP 380 Grammar change that was later
nick.coghlan
- [Python-checkins] cpython: Fix indenting
nick.coghlan
- [Python-checkins] cpython: Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380
nick.coghlan
- [Python-checkins] cpython (3.2): Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for
senthil.kumaran
- [Python-checkins] cpython (3.2): Adding the -o option for Issue13726
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython: Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython (3.2): Fix Issue #13642: Unquote before b64encoding user:password during Basic
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix issue13726: -S accepts an argument just as --start.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
senthil.kumaran
- [Python-checkins] cpython: make YieldFrom its own distinct from Yield (closes #13780)
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #13725: regrtest does not recognize -d flag.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13725: regrtest does not recognize -d flag.
meador.inge
- [Python-checkins] cpython (2.7): update Sphinx reference from 0.6.7 to 1.0.7
sandro.tosi
- [Python-checkins] cpython (2.7): update to new C roles and directives
sandro.tosi
- [Python-checkins] cpython (2.7): update part of sphinxext
sandro.tosi
- [Python-checkins] cpython (2.7): None is not a keyword, link file.next() to functions.html#next
sandro.tosi
- [Python-checkins] cpython (2.7): how could I have missed :cmember: in import.rst?
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13725: Add a NEWS entry.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13725: Add a NEWS entry.
meador.inge
- [Python-checkins] cpython (2.7): Fix label names.
georg.brandl
- [Python-checkins] cpython: Use GetModuleHandleW to avoid *A functions where possible.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
meador.inge
- [Python-checkins] devguide: move 'Documenting Python' doc section here
sandro.tosi
- [Python-checkins] cpython: add str.casefold() (closes #13752)
benjamin.peterson
- [Python-checkins] cpython: always explicitly check for -1 from PyUnicode_READY
benjamin.peterson
- [Python-checkins] cpython: fix possible refleaks if PyUnicode_READY fails
benjamin.peterson
- [Python-checkins] cpython (3.2): Mention the additional way to use the lvl parameter and when it changed.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Mention the additional way to use the lvl parameter and when it changed.
gregory.p.smith
- [Python-checkins] cpython (2.7): remove 'Documenting Python' and its references, it's now on devguide
sandro.tosi
- [Python-checkins] cpython (3.2): remove 'Documenting Python' and its references, it's now on devguide
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Remove an unnecessary extra copy of the bytes hash function.
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (3.2): Consolidate the occurrances of the prime used as the multiplier when hashing
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Consolidate the occurrances of the prime used as the multiplier when hashing.
gregory.p.smith
- [Python-checkins] Daily reference leaks (40e1be1e0707): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix typo; thanks to Jan Heidbrink from docs@
sandro.tosi
- [Python-checkins] cpython (2.7): #13039 allow proper deletion of '>>> ' in IDLE editor windows.
terry.reedy
- [Python-checkins] cpython (3.2): #13039 allow proper deletion of '>>> ' in IDLE editor windows.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows.
terry.reedy
- [Python-checkins] cpython (3.2): Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames
meador.inge
- [Python-checkins] cpython: delta encoding of upper/lower/title makes a glorious return (#12736)
benjamin.peterson
- [Python-checkins] cpython: comment about how flags could be expanded
benjamin.peterson
- [Python-checkins] cpython (3.2): explain why we need this grammar file (closes #13766)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#13766)
benjamin.peterson
- [Python-checkins] cpython (2.7): explain why we need this grammar file (closes #13766)
benjamin.peterson
- [Python-checkins] cpython: fix old titlecase function for extended case chars
benjamin.peterson
- [Python-checkins] cpython: kill useless import added by 87331661042b
benjamin.peterson
- [Python-checkins] Daily reference leaks (ecc998ec8c6f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13695: fix a couple of typos in the doc.
ezio.melotti
- [Python-checkins] cpython (3.2): #13695: fix a couple of typos in the doc.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13695: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #13715: fix typo in unicodedata doc. Patch by Eli Collins.
ezio.melotti
- [Python-checkins] cpython (3.2): #13715: fix typo in unicodedata doc. Patch by Eli Collins.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13715: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy.
terry.reedy
- [Python-checkins] cpython (3.2): Test for the dirfd library function (for use in some upcoming
gregory.p.smith
- [Python-checkins] cpython (3.2): regenerate configure using autoconf. includes the dirfd test.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Add a test for the dirfd library function (to be used in an upcoming
gregory.p.smith
- [Python-checkins] cpython: regenerated using autoconf, includes dirfd test.
gregory.p.smith
- [Python-checkins] cpython: rewrite such that this actually makes sense
benjamin.peterson
- [Python-checkins] cpython: PyUnicode_DecodeUTF8 will always return a ready string
benjamin.peterson
- [Python-checkins] cpython: use helpful PyUnicode_IS_ASCII macro
benjamin.peterson
- [Python-checkins] cpython: fix possible refleaks
benjamin.peterson
- [Python-checkins] cpython: murder tabs
benjamin.peterson
- [Python-checkins] cpython: invert condition (head bang)
benjamin.peterson
- [Python-checkins] cpython: fix spelling
benjamin.peterson
- [Python-checkins] peps: Bring the Python 3.3 feature list up to date.
Brett Cannon
- [Python-checkins] cpython: Issue #13588: Rename decorators in importlib.
brett.cannon
- [Python-checkins] cpython (2.7): Issue: #12409: remove obsolete susp-entries
sandro.tosi
- [Python-checkins] cpython (3.2): Issue: #12409: remove obsolete susp-entries
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue: #12409: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: don't ready in case_operation, since most callers do it themselves
benjamin.peterson
- [Python-checkins] cpython: Remove "documenting" latex document.
georg.brandl
- [Python-checkins] cpython (3.2): Remove "documenting" latex document.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Remove "documenting" latex document.
georg.brandl
- [Python-checkins] cpython: streamline normalizer identification a bit
benjamin.peterson
- [Python-checkins] cpython: move LINENO define to where it actually belongs
benjamin.peterson
- [Python-checkins] cpython: only finish error if one occurred
benjamin.peterson
- [Python-checkins] cpython: break out switch at correct place
benjamin.peterson
- [Python-checkins] cpython (2.7): Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
jesus.cea
- [Python-checkins] cpython: fix indentation
benjamin.peterson
- [Python-checkins] cpython (2.7): Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
jesus.cea
- [Python-checkins] Daily reference leaks (ffb58df8f9ea): sum=0
solipsis at pitrou.net
- [Python-checkins] r88930 - in tracker/instances: board/html/page.html jobs/html/page.html python-dev-spambayes-integration/html/page.html python-dev/html/page.html python-dev/rietveld/templates/base.html security/html/page.html
ezio.melotti
- [Python-checkins] devguide: #13794: Update copyright year to 2012 in the devguide.
ezio.melotti
- [Python-checkins] r88931 - tracker/instances/python-dev/html/page.html
ezio.melotti
- [Python-checkins] r88932 - in tracker/instances/python-dev/html: page.html style.css
ezio.melotti
- [Python-checkins] devguide: Replace some nbsp with normal spaces and an en dash with a normal dash.
ezio.melotti
- [Python-checkins] cpython: Add missing sentinel to PyCursesWindow_getsets
ronald.oussoren
- [Python-checkins] cpython (3.2): Issue #13589: Fix some serialization primitives in the aifc module.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13589: Fix some serialization primitives in the aifc module.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13589: Fix some serialization primitives in the aifc module.
antoine.pitrou
- [Python-checkins] cpython (2.7): revert part of cefe4f38fa0e, as agreed with Éric
sandro.tosi
- [Python-checkins] cpython (2.7): file.next() doc refers to itself
sandro.tosi
- [Python-checkins] peps: Draft for PEP 407: New release cycle and introducing long-term support versions
antoine.pitrou
- [Python-checkins] cpython: Issue #13727: Add 3 macros to access PyDateTime_Delta members:
amaury.forgeotdarc
- [Python-checkins] devguide: #13808: fix a link and specify the IRC server.
ezio.melotti
- [Python-checkins] devguide: Link to the Freenode website and mention #python-dev.
ezio.melotti
- [Python-checkins] cpython (3.2): Test running of code in a sub-interpreter
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Test running of code in a sub-interpreter
antoine.pitrou
- [Python-checkins] cpython: Issue #13809: Make bz2 module work with threads disabled.
nadeem.vawda
- [Python-checkins] cpython: Add missing versionadded in webbrowser doc.
ezio.melotti
- [Python-checkins] cpython: Close #10278: Add time.wallclock() function, monotonic clock.
victor.stinner
- [Python-checkins] cpython: Issue #10278: fix a typo in the doc
victor.stinner
- [Python-checkins] cpython: Fix error handling in timemodule.c
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Closes #13803: Under Solaris, distutils doesn't include bitness in the
jesus.cea
- [Python-checkins] cpython (3.2): Closes #13803: Under Solaris, distutils doesn't include bitness in the
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the
jesus.cea
- [Python-checkins] cpython (2.7): Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't
jesus.cea
- [Python-checkins] cpython (3.2): Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils
jesus.cea
- [Python-checkins] cpython: Use ASCII quotes and fix markup.
ezio.melotti
- [Python-checkins] cpython (3.2): #13665: s/string/bytes/ in error message.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13665: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils
jesus.cea
- [Python-checkins] cpython (3.2): Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris,
jesus.cea
- [Python-checkins] cpython (3.2): And yet another emergency fix for #13803 bootstrap issue: Under Solaris,
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris,
jesus.cea
- [Python-checkins] Daily reference leaks (12de1ad1cee8): sum=6024
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.
nadeem.vawda
- [Python-checkins] peps: Clraify.
georg.brandl
- [Python-checkins] cpython: Issue #5689: Avoid excessive memory usage by using the default lzma preset.
lars.gustaebel
- [Python-checkins] cpython (3.2): Fix a memory leak when initializing the standard I/O streams.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix a memory leak when initializing the standard I/O streams.
antoine.pitrou
- [Python-checkins] Daily reference leaks (12de1ad1cee8): sum=6024
Nick Coghlan
- [Python-checkins] cpython (3.2): Fix leaking a RuntimeError objects when creating sub-interpreters
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix the _io module leaking references when a sub-interpreter is created.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge refleak fixes from 3.2
antoine.pitrou
- [Python-checkins] cpython (2.7): Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with
antoine.pitrou
- [Python-checkins] cpython (3.2): Add part of test_inspect test from 2.7
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Add part of test_inspect test from 2.7
antoine.pitrou
- [Python-checkins] peps: Add the issue of single-digit version numbers.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix the builtin module initialization code to store the init function for
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix the builtin module initialization code to store the init function for
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix refleaks in test_capi
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix some of the refleaks in test_capi (ported from 3.2)
antoine.pitrou
- [Python-checkins] cpython: Fix some of the remaining test_capi refleaks
antoine.pitrou
- [Python-checkins] cpython: Fix some of the remaining test_capi leaks
antoine.pitrou
- [Python-checkins] cpython: Finally fix all test_capi refleaks
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13722: Avoid silencing ImportErrors when initializing the codecs
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13722: Avoid silencing ImportErrors when initializing the codecs
antoine.pitrou
- [Python-checkins] cpython: Be more lenient in test_wallclock (issue #10278).
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
nadeem.vawda
- [Python-checkins] cpython: improve casefold/lower/upper docs
benjamin.peterson
- [Python-checkins] Daily reference leaks (83e8c3a6a81c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
meador.inge
- [Python-checkins] cpython (3.2): Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
meador.inge
- [Python-checkins] cpython: Issue #2134: Add support for tokenize.TokenInfo.exact_type.
meador.inge
- [Python-checkins] cpython: Issue #12705: Raise SyntaxError when compiling multiple statements as single
meador.inge
- [Python-checkins] cpython (2.7): Issue #11948: clarify modules search path
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #11948: clarify modules search path
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11948: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: only check this when parsing python
benjamin.peterson
- [Python-checkins] cpython: don't leak node
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13605: add documentation for nargs=argparse.REMAINDER
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13605: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER
Terry Reedy
- [Python-checkins] cpython (2.7): Issue #13605: more meaningful example + fixes
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #13605: more meaningful example + fixes
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13605: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: check after comments, too (#13832)
benjamin.peterson
- [Python-checkins] devguide: #13763 Clarify 'hg' usage.
terry.reedy
- [Python-checkins] devguide (merge default -> default): Merge
terry.reedy
- [Python-checkins] cpython: Improve exception text. Closes issue 13811.
eric.smith
- [Python-checkins] cpython: Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API
meador.inge
- [Python-checkins] Daily reference leaks (8502a9236c2e): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #13807: Now checks for sys.stderr being there before writing to it.
vinay.sajip
- [Python-checkins] cpython (3.1): Closes #13807: Now checks for sys.stderr being there before writing to it.
vinay.sajip
- [Python-checkins] cpython (merge 3.1 -> 3.2): Closes #13807: Merged fix from 3.1.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #13807: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython: #13760: picklability tests for configparser exceptions
lukasz.langa
- [Python-checkins] cpython (3.2): #13760: picklability tests for configparser exceptions
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): phony merge of 76077971ee1f from 3.2
lukasz.langa
- [Python-checkins] cpython (3.1): Closes #13807: Now checks for sys.stderr being there before writing to it.
Meador Inge
- [Python-checkins] cpython: add another test case
benjamin.peterson
- [Python-checkins] cpython (2.7): Fixes #13760: picklability of ConfigParser exceptions
lukasz.langa
- [Python-checkins] cpython (2.7): Fix Issue6631 - Disallow relative files paths in urllib*.open()
senthil.kumaran
- [Python-checkins] cpython (2.7): NEWS entry for Issue6631
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix Issue6631 - Disallow relative file paths in urllib urlopen
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] Daily reference leaks (3be60a4c8c63): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue13820 as and with really became keywords in 2.6.
terry.reedy
- [Python-checkins] cpython (2.7): whitespace
terry.reedy
- [Python-checkins] cpython (2.7): Fix conf.py for Sphinx 1.0.
georg.brandl
- [Python-checkins] cpython (3.2): fix typo; thanks to Justin Watt from docs@
sandro.tosi
- [Python-checkins] cpython (2.7): fix typo; thanks to Justin Watt from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] r88933 - in tracker/instances/python-dev/html: bullet.gif button-on-bg.png header-bg2.png main.css nav-off-bg.png nav-on-bg.png page.html python-logo.gif
ezio.melotti
- [Python-checkins] cpython (2.7): Move a space.
ezio.melotti
- [Python-checkins] cpython: Issue #13706: Support non-ASCII fill characters
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12922: fix the TextIOBase documentation to include a description of
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12922: fix the TextIOBase documentation to include a description of
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12922: fix the TextIOBase documentation to include a description of
antoine.pitrou
- [Python-checkins] cpython (3.2): Avoid the compiler warning about the unused return value.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Avoid the compiler warning about the unused return value.
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #8052: The posix subprocess module's close_fds behavior was
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes issue #8052: The posix subprocess module's close_fds behavior was
gregory.p.smith
- [Python-checkins] cpython (3.2): Add a Misc/NEWS entry for issue 8052.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): A Misc/NEWS entry for issue 8052.
gregory.p.smith
- [Python-checkins] cpython (3.2): Bugfix for issue #8052 fix on *BSD variants.
gregory.p.smith
- [Python-checkins] cpython (3.2): Another issue #8052 bugfix (related to previous commit).
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): bugfix for issue 8052 fixes on *BSD platforms.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): bugfix for *BSD platforms. (oops messed up #define)
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #8052: The posix subprocess module's close_fds behavior was
Benjamin Peterson
- [Python-checkins] cpython (3.2): Improve the test for dirfd(), some systems #define it rather than have
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Improve the test for dirfd(). Some systems #define it rather than
gregory.p.smith
- [Python-checkins] Daily reference leaks (ea5a6edb0de7): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
gregory.p.smith
- [Python-checkins] cpython (3.2): Fix a unittest error seen on NetBSD 5.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fix a unittest error seen on NetBSD 5.
gregory.p.smith
- [Python-checkins] cpython (3.2): Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
- [Python-checkins] cpython: Issue #13835: fixes to What's new 3.3; patch by July Tikhonov
sandro.tosi
- [Python-checkins] cpython: use the static identifier api for looking up special methods
benjamin.peterson
- [Python-checkins] devguide: Fix silly suggestion.
georg.brandl
- [Python-checkins] devguide: Okay, so apparently on OSX /usr/local is world-writable.
georg.brandl
- [Python-checkins] cpython (3.2): Fix #13834: strip() strips leading and trailing whitespace.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] Daily reference leaks (f13af83967a0): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fixes #4686. Reverts redundant picklability code from r74544.
lukasz.langa
- [Python-checkins] cpython (3.2): #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
georg.brandl
- [Python-checkins] cpython (2.7): #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
georg.brandl
- [Python-checkins] cpython: Fix compilation warnings (seen on win32 buildbot)
amaury.forgeotdarc
- [Python-checkins] cpython: Silence last compilation warning.
amaury.forgeotdarc
- [Python-checkins] cpython: Issue #10278: wallclock() cannot go backward, but two consecutive calls
victor.stinner
- [Python-checkins] cpython: Sort functions in the doc of the time module
victor.stinner
- [Python-checkins] Daily reference leaks (dfd05348331c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13772: In os.symlink() under Windows, do not try to guess the link
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13772: In os.symlink() under Windows, do not try to guess the link
antoine.pitrou
- [Python-checkins] cpython (3.2): fix declaration style
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #11235: Fix OverflowError when trying to import a source file whose
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11235: Fix OverflowError when trying to import a source file whose
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11235: Fix OverflowError when trying to import a source file whose
antoine.pitrou
- [Python-checkins] devguide: Mention Tools/scripts/run_tests.py.
brett.cannon
- [Python-checkins] devguide: Use -j0 to maximimze parallel execution.
brett.cannon
- [Python-checkins] devinabox: Various fixes to make devinabox run again.
brett.cannon
- [Python-checkins] devinabox: People should be reading the dev guid and using Tools/scripts/run_tests.py.
brett.cannon
- [Python-checkins] devinabox: Install to /tmp/cpython so people can test installation issues.
brett.cannon
- [Python-checkins] devguide: Add a note that -j0 is a 3.3 feature.
brett.cannon
- [Python-checkins] devinabox: Clean up arguments for building the devguide.
brett.cannon
- [Python-checkins] cpython (2.7): Issue #12501: merge the discordant NEWS entries.
florent.xicluna
- [Python-checkins] cpython (2.7): Make test work under 32-bit systems, and when invoked through
antoine.pitrou
- [Python-checkins] cpython (2.7): Skip test failure under OpenIndiana
antoine.pitrou
- [Python-checkins] cpython (3.2): Make test work under 32-bit systems, and when invoked through
antoine.pitrou
- [Python-checkins] cpython (3.2): Port remaining test fixes, and fix test_importlib too.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Port remaining test fixes, and fix test_importlib too.
antoine.pitrou
- [Python-checkins] cpython (2.7): Make guard more dynamic (apparently the size of a filesystem timestamp may vary
antoine.pitrou
- [Python-checkins] Daily reference leaks (454d1c52f3e0): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Remove redundant resource check in test_socket.
nadeem.vawda
- [Python-checkins] cpython: Issue #12804: Fix test failures on systems without internet access.
nadeem.vawda
- [Python-checkins] devguide: Add mising 'r'.
terry.reedy
- [Python-checkins] cpython (2.7): Temporary debug for Windows buildbots.
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix temporary debug output (so, time_t is 8 bytes on some Windows builds)
antoine.pitrou
- [Python-checkins] cpython (2.7): Remove debug output, fix assert (hopefully) and exercise signedness issues a
antoine.pitrou
- [Python-checkins] cpython (3.2): Port import fixes from 2.7.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Port import fixes from 2.7.
antoine.pitrou
- [Python-checkins] cpython (3.2): Closes #13859: Replaced reference to StandardError with reference to Exception.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this
vinay.sajip
- [Python-checkins] cpython: Issue #13862: Relax zlib version test to avoid spurious failures.
nadeem.vawda
- [Python-checkins] cpython (3.2): say bitwise (because I have no idea what a bit-string is)
benjamin.peterson
- [Python-checkins] cpython (3.2): kill extra word
benjamin.peterson
- [Python-checkins] cpython (2.7): say bitwise (because I have no idea what a bit-string is)
benjamin.peterson
- [Python-checkins] cpython (2.7): kill extra word
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): #13852: some small doc fixes.
georg.brandl
- [Python-checkins] cpython (3.2): #13852: some small doc fixes.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): forgot to resolve this conflict...
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython: Remove now useless arbitrary limit of module name length
victor.stinner
- [Python-checkins] Daily reference leaks (e12b8d3a3d03): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue 13870: Fix out of date comment.
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython: Move some code from importlib.__init__ to importlib._bootstrap that
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython (3.2): - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
meador.inge
- [Python-checkins] cpython: Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead
victor.stinner
- [Python-checkins] cpython (3.2): Issue #13883: Document all platforms PYTHONCASEOK works on.
brett.cannon
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13883: PYTHONCASEOK also works with OS X.
brett.cannon
- [Python-checkins] cpython (2.7): Issue #13883: Document all platforms PYTHONCASEOK works on.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge
brett.cannon
- [Python-checkins] cpython: Issue #13847: time.clock() now raises a RuntimeError if the processor time used
victor.stinner
- [Python-checkins] cpython: Issue #13847: Fix test_mktime(), time.localtime() now raises OSError
victor.stinner
- [Python-checkins] cpython: Issue #13847: Make test_localtime_failure() more robust
victor.stinner
- [Python-checkins] cpython: Relocate importlib._case_ok to importlib._bootstrap.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] Daily reference leaks (082eea3fc9bc): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.6): Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV
antoine.pitrou
- [Python-checkins] cpython (merge 2.6 -> 2.7): Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV
antoine.pitrou
- [Python-checkins] cpython (3.1): Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV
antoine.pitrou
- [Python-checkins] cpython (merge 3.1 -> 3.2): Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV
antoine.pitrou
- [Python-checkins] cpython (3.2): Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13812: When a multiprocessing Process child raises an exception, flush
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13812: When a multiprocessing Process child raises an exception, flush
antoine.pitrou
- [Python-checkins] peps: Add PEP 408: __preview__ namespace
nick.coghlan
- [Python-checkins] peps: Combine the two explanations of the term 'dunder'
nick.coghlan
- [Python-checkins] peps: Add an open question about security fixes.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix error handling in examples of C API use.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix error handling in examples of C API use.
antoine.pitrou
- [Python-checkins] cpython (3.2): note that get() is not affected by default_factory (closes #13887)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge heads (#13887)
benjamin.peterson
- [Python-checkins] cpython (2.7): note that get() is not affected by default_factory (closes #13887)
benjamin.peterson
- [Python-checkins] peps: pep 409: syntax for supressing exception context
benjamin.peterson
- [Python-checkins] peps: add post history
benjamin.peterson
- [Python-checkins] peps: fix indentation
benjamin.peterson
- [Python-checkins] peps: use references
benjamin.peterson
- [Python-checkins] peps: fix more indentation
benjamin.peterson
- [Python-checkins] cpython (3.2): Fix intermittent test_ssl failure.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix intermittent test_ssl failure.
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix intermittent test_ssl failure.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 -> default (issue 13889)
mark.dickinson
- [Python-checkins] cpython (2.7): Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c
mark.dickinson
- [Python-checkins] Daily reference leaks (265d35e8fe82): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
charles-francois.natali
- [Python-checkins] cpython: Fix typo in comment.
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #13895: fix test_ssl hanging under Ubuntu
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13895: fix test_ssl hanging under Ubuntu
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13806: The size check in audioop decompression functions was too strict
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13806: The size check in audioop decompression functions was too strict
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13806: The size check in audioop decompression functions was too strict
antoine.pitrou
- [Python-checkins] cpython (3.2): remove tests from really old regex module
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): remove tests from really old regex module
benjamin.peterson
- [Python-checkins] Daily reference leaks (aa214fefbdc1): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Guido has rejected PEP 408
nick.coghlan
- [Python-checkins] peps: Add regex.
georg.brandl
- [Python-checkins] peps: PEP 399 is already there and final.
georg.brandl
- [Python-checkins] peps: Style updates to PEP 409.
georg.brandl
- [Python-checkins] peps: Add PEP 409.
georg.brandl
- [Python-checkins] cpython (3.2): Fix #13900: resolve self-referential description of a parameter.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Fix #13900: resolve self-referential description of a parameter.
georg.brandl
- [Python-checkins] cpython: Issue #6774: Back out c8b77efe8b56, which only brings confusion.
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13848: open() and the FileIO constructor now check for NUL characters in
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13848: open() and the FileIO constructor now check for NUL characters in
antoine.pitrou
- [Python-checkins] cpython: Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation
victor.stinner
- [Python-checkins] cpython: Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()
victor.stinner
- [Python-checkins] cpython (3.2): adjust declaration
benjamin.peterson
- [Python-checkins] cpython (3.2): ready types returned from PyType_FromSpec
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (closes #13908)
benjamin.peterson
- [Python-checkins] Daily reference leaks (53b8f55e08bd): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.
brett.cannon
- [Python-checkins] cpython: Issue #13890: Also fix for extension module tests for case-insensitivity.
brett.cannon
- [Python-checkins] cpython: Issue #8828: Add new function os.replace(), for cross-platform renaming with
antoine.pitrou
- [Python-checkins] cpython: Issue #8828: Add new function os.replace(), for cross-platform renaming with
Brett Cannon
- [Python-checkins] cpython (3.2): Fix zip_import.c's read_directory() to use appropriate types for the values
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fix zipimport.c's read_directory() to use appropriate types for the values
gregory.p.smith
- [Python-checkins] Daily reference leaks (2db416b953e8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13506 Add '' to path for interactive interpreter by adding with_cwd parameter
terry.reedy
- [Python-checkins] cpython (3.2): #13506 Add '' to path for interactive interpreter by adding with_cwd parameter
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
terry.reedy
- [Python-checkins] cpython (2.7): whitespace3
terry.reedy
- [Python-checkins] cpython (3.2): whitespace
terry.reedy
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 whitespace
terry.reedy
- [Python-checkins] cpython: Allow for the specification of a file to dump importlib benchmark
brett.cannon
- [Python-checkins] cpython: Let importlib.test.benchmark take a specific benchmark name to run.
brett.cannon
- [Python-checkins] cpython (merge default -> default): Merge
brett.cannon
- [Python-checkins] cpython: Let importlib.test.benchmark take a specific benchmark name to run.
Terry Reedy
- [Python-checkins] cpython: Fix a minor output typo as found by Terry Reedy.
brett.cannon
Last message date:
Tue Jan 31 23:02:15 CET 2012
Archived on: Sun Jul 29 22:23:43 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).