]> granicus.if.org Git - python/shortlog
python
2011-05-24 Benjamin Petersonmerge 3.1
2011-05-24 Benjamin Petersongenerally, sockets should be closed after they're used
2011-05-24 Charles-François... Issue #5715: In socketserver, close the server socket...
2011-05-24 Charles-François... Issue #5715: In socketserver, close the server socket...
2011-05-23 Ezio Melotti#12074: remove the /0 when there are no failures.
2011-05-23 Benjamin Petersonmerge heads
2011-05-23 Benjamin Petersonmerge 3.1
2011-05-23 Victor StinnerIssue #12074: regrtest displays also the current number...
2011-05-23 Benjamin Petersoncorrectly lookup __dir__
2011-05-23 Raymond HettingerClean-up example.
2011-05-23 Victor StinnerMerge 3.1
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-23 Martin v. LöwisAdd 3.2.1rc2 uuid.
2011-05-22 Victor StinnerIssue #10801: Remove a debug print() from test_zipfile
2011-05-22 Antoine PitrouIssue #12138: fix use of transient_internet() in test_u...
2011-05-22 Martin v. LoewisAdd 3.2.1rc2 uuid.
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-21 Raymond HettingerSimplify example
2011-05-21 Georg BrandlSet up branch to be rc2 next.
2011-05-21 Georg BrandlMerge release branch after 3.2.1rc1.
2011-05-20 Benjamin Petersonmerge 3.1
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonmerge 3.1
2011-05-20 Benjamin Petersonadd example for not using access
2011-05-20 Ezio Melotti#12072: merge with 3.1.
2011-05-20 Ezio Melotti#12072: add missing parenthesis in the doc. Patch...
2011-05-20 Victor Stinnertest_pydoc: skip PydocServerTest if thread support...
2011-05-19 Victor Stinner(Merge 3.1) Issue #12124: zipimport doesn't keep a...
2011-05-19 Victor StinnerIssue #12124: zipimport doesn't keep a reference to...
2011-05-18 Antoine PitrouFix section title
2011-05-18 Antoine PitrouIssue #12065: connect_ex() on an SSL socket now returns...
2011-05-18 Victor StinnerOoops, add the missing file of the backport of commit...
2011-05-18 Victor StinnerBackport commit 33543b4e0e5d from Python 3.2: #10801...
2011-05-17 Victor StinnerIssue #12096: Fix a race condition in test_threading...
2011-05-17 Ronald OussorenFixes #11088: IDLE crashes when using F5 to run a scrip...
2011-05-17 Ronald Oussoren(merge) Fix #10154 and #10090: locale normalizes the...
2011-05-17 Ronald OussorenFix #10154 and #10090: locale normalizes the UTF-8...
2011-05-16 Victor Stinner(Merge 3.1) Issue #11614: Fix test_linecache, cjkencodi...
2011-05-16 Victor StinnerIssue #11614: Fix test_linecache, cjkencodings_test...
2011-05-16 Victor Stinner(Merge 3.1) Issue #11614: Fix importlib tests for the...
2011-05-16 Victor StinnerIssue #11614: Fix importlib tests for the new __hello__...
2011-05-16 Victor Stinner(Merge 3.1) Issue #12057: Convert CJK encoding testcase...
2011-05-16 Victor StinnerIssue #12057: Convert CJK encoding testcase BLOB into...
2011-05-16 Victor Stinner(Merge 3.1) Issue #11614: import __hello__ prints ...
2011-05-16 Victor StinnerIssue #11614: import __hello__ prints "Hello World...
2011-05-16 Martin v. LöwisAdd 3.2.1 UUIDs
2011-05-15 Victor StinnerNull merge 3.1 (fix already applied: 4a82be47a948+5060a...
2011-05-15 Victor StinnerIssue #10756: atexit normalizes the exception before...
2011-05-15 Georg BrandlAdded tag v3.2.1rc1 for changeset cfa9364997c7
2011-05-15 Georg BrandlBump to 3.2.1rc1. v3.2.1rc1
2011-05-15 Georg BrandlUpdate pydoc topics and handle suspicious markup.
2011-05-15 Ronald OussorenNEWS entry for fix of issue #9516
2011-05-15 Ronald OussorenIssue #9516: avoid errors in sysconfig when MACOSX_DEPL...
2011-05-15 Georg BrandlBranch merge.
2011-05-15 Victor Stinner(Merge 3.1) Issue #12060: Use sig_atomic_t type and...
2011-05-15 Victor StinnerIssue #12060: Use sig_atomic_t type and volatile keywor...
2011-05-15 Georg BrandlFix-up NEWS: entries made after 3.2.1b1 go into the...
2011-05-15 Georg BrandlMerge #6498 fix from 3.1.
2011-05-15 Georg BrandlCloses #6498: fix several misspellings of "SystemExit...
2011-05-14 Nadeem VawdaMerge: Fix copy-paste mistake in new zlib test.
2011-05-14 Nadeem VawdaFix copy-paste mistake in new zlib test.
2011-05-14 Gregory P.... fix whitespace
2011-05-14 Gregory P.... merge heads
2011-05-14 Gregory P.... merge heads.
2011-05-14 Nadeem VawdaMerge: #8650: Make zlib.[de]compressobj().[de]compress...
2011-05-14 Nadeem VawdaIssue #8650: Make zlib.[de]compressobj().[de]compress...
2011-05-14 Gregory P.... Fixes Issue #12059: Properly handle missing hash functi...
2011-05-14 Kurt B. KaiserMerge heads (!)
2011-05-14 Kurt B. KaiserMerge heads
2011-05-14 Kurt B. KaiserMerge heads
2011-05-14 Kurt B. KaiserMerge from 3.1
2011-05-14 Kurt B. KaiserIssue #6378: Further adjust idle.bat to start associate...
2011-05-14 Nadeem VawdaFix memory leaks in zlib.compress() and .decompress().
2011-05-14 Łukasz LangaMerged rethought pprint usage example from 3.1.
2011-05-14 Łukasz Langapprint usage example rethought.
2011-05-14 Nadeem VawdaNull merge (#8650): zlib.compress() and .decompress...
2011-05-14 Nadeem VawdaIssue #8650: Backport 64-bit safety fixes for compress...
2011-05-14 Nadeem VawdaMerge: #12050: zlib.decompressobj().decompress() now...
2011-05-14 Nadeem VawdaIssue #12050: zlib.decompressobj().decompress() now...
2011-05-14 Ezio MelottiUpdate __all__ and docstring.
2011-05-14 Ezio Melotti#11979: merge with 3.1.
2011-05-14 Ezio Melotti#11979: improve wording and markup in sockets howto...
2011-05-14 Ezio Melotti#7960: merge with 3.1.
2011-05-14 Ezio Melotti#7960: fix docstrings for captured_output and captured_...
2011-05-14 Ezio Melotti#5723: merge with 3.1.
2011-05-14 Ezio Melotti#5723: Improve json tests to be executed with and witho...
2011-05-14 Ezio MelottiMerge with 3.1.
2011-05-14 Ezio MelottiChange import_fresh_module to work with packages.
2011-05-13 Victor StinnerIssue #11996: libpython (gdb), replace "py-bt" command...
2011-05-13 Raymond HettingerFurther beautification of the example
2011-05-13 Raymond HettingerNeaten up example so it can be cut and pasted.
2011-05-13 Georg BrandlUse singular they. Thanks to Mark Summerfield.
2011-05-13 Georg BrandlFix unbound local error in RE tokenizer example. Thanks...
2011-05-13 Georg BrandlMerge in changes from 3.2.1b1 release repo.
2011-05-12 Antoine PitrouIssue #12062: Fix a flushing bug when doing a certain...
2011-05-12 Antoine PitrouIssue #12062: Fix a flushing bug when doing a certain...
2011-05-12 Kurt B. KaiserMerge from 3.1
2011-05-12 Kurt B. KaiserIssue #11896: Save on Close failed despite selecting...
2011-05-12 Gregory P.... normalize whitespace.
next