]> granicus.if.org Git - python/shortlog
python
2013-10-30 Benjamin Petersonuse the collapsed path in the run_cgi method (closes...
2013-09-18 R David Murray#14984: only import pwd on POSIX.
2013-09-18 R David Murray#14984: On POSIX, enforce permissions when reading...
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2012-12-21 Kristjan Valur... Don't DECREF the ctypes error_object without the GIL...
2012-12-09 Antoine PitrouIssue #16248: Disable code execution from the user...
2012-04-11 Benjamin Petersonafter 3.1.5
2012-04-09 Benjamin Petersonfix build without Py_DEBUG and DNDEBUG (closes #14509)
2012-04-06 Benjamin PetersonAdded tag v3.1.5 for changeset 7395330e495e
2012-04-06 Benjamin Petersonbump to 3.1.5 final v3.1.5
2012-03-15 Benjamin PetersonAdded tag v3.1.5rc2 for changeset 75db2bc69fc9
2012-03-15 Benjamin Petersonmerge heads v3.1.5rc2
2012-03-15 Benjamin Petersonbump to 3.1.5rc2
2012-03-14 Matthias Klosemerge heads
2012-03-14 Matthias Klose- rename configure.in to configure.ac
2012-03-14 Gregory P.... move the Misc/NEWS entry to the right section.
2012-03-14 Gregory P.... Fixes issue #14234: CVE-2012-0876: Randomize hashes...
2012-02-23 Benjamin Petersonupdate copyright year
2012-02-23 Benjamin PetersonAdded tag v3.1.5rc1 for changeset ee26aca3219c
2012-02-23 Benjamin Petersonversion now 3.1.5rc1 v3.1.5rc1
2012-02-21 Georg BrandlRemove reST markup from --help output. Also: O(n*...
2012-02-21 Benjamin Petersonensure no one tries to hash things before the random...
2012-02-20 Georg BrandlRemove setting hash seed to regrtest's random seed...
2012-02-20 Georg BrandlFix dbm_gnu test relying on set order.
2012-02-20 Georg BrandlFix typo.
2012-02-20 Georg BrandlFix typo in conditional.
2012-02-20 Benjamin Petersondon't rely on the order of module clearing
2012-02-20 Georg BrandlIssue #13703: add a way to randomize the hash values...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-03 Vinay SajipRevert fix for #13807 mistakenly applied in this branch.
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-20 Vinay SajipCloses #13807: Now checks for sys.stderr being there...
2012-01-03 Benjamin Petersonfix this to not depend on dictionary order
2011-07-28 Éric AraujoRemove mentions of previous license in profile module...
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
2011-07-14 Charles-François... Issue #12502: asyncore: fix polling loop with AF_UNIX...
2011-07-02 Charles-François... Issue #12352: Fix a deadlock in multiprocessing.Heap...
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-25 Mark DickinsonIssue #12228: Fix exchanged flag descriptions in stat...
2011-06-19 Senthil KumaranFix closes issue12261 - Minor documention changes in...
2011-06-11 Benjamin Petersononto 3.1.5
2011-06-11 Benjamin PetersonAdded tag v3.1.4 for changeset c918ec9f3a76
2011-06-11 Benjamin Petersonbump to 3.1.4 v3.1.4
2011-06-10 Benjamin Petersonfix regression in netrc comment handling (closes #12009)
2011-06-10 Victor StinnerIssue #10801: Fix test_unicode_filenames() of test_zipfile
2011-06-05 Martin v. LöwisAdd 3.1.4 UUIDs.
2011-06-05 Martin v. LöwisDo not add txt files twice.
2011-06-01 Benjamin Petersonreturn NULL on error
2011-05-31 Benjamin Petersonsimply use the Python version for pyexpat.__version__...
2011-05-29 Benjamin PetersonAdded tag v3.1.4rc1 for changeset 32fcb9e94985
2011-05-29 Benjamin Petersonupdate pydoc-topics v3.1.4rc1
2011-05-29 Benjamin Petersonbump to 3.1.4rc1
2011-05-29 Éric AraujoBranch merge
2011-05-29 Ned DeilyIssue #12205: Fix test_subprocess failure due to uninst...
2011-05-29 Éric AraujoFix typo in 0311f62714f7
2011-05-29 Éric AraujoDon’t misuse “package data” in pprint example
2011-05-28 Éric AraujoRe-add missing doc stub for the distutils check command
2011-05-28 Éric AraujoMinor touch-ups in distutils.cmd.Command doc
2011-05-28 Éric AraujoFix test_build_py when sys.dont_write_bytecode is true...
2011-05-28 Ned DeilyIssue #985064: Make plistlib more resilient to faulty...
2011-05-28 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-05-27 Benjamin Petersonfix spacing
2011-05-27 Benjamin Petersonfix indentation
2011-05-27 Éric AraujoMinor doc addition for clarity
2011-05-27 Éric AraujoAdd missing closing paren
2011-05-26 Éric AraujoBranch merge
2011-05-25 Victor StinnerIssue #12175: RawIOBase.readall() now returns None...
2011-05-25 Victor StinnerIssue #12175: FileIO.readall() now raises a ValueError...
2011-05-25 Éric AraujoBranch merge
2011-05-24 Victor StinnerIssue #12057: Add cjkencodings directory to the Makefil...
2011-05-24 Victor StinnerIssue #12057: Add tests for the HZ encoding
2011-05-24 Victor StinnerIssue #12100: Don't reset incremental encoders of CJK...
2011-05-24 Benjamin Petersonbackout 8b384de4e780, so a proper fix can be considered...
2011-05-24 Benjamin Petersonuse '->' to indicate return values
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-23 Benjamin Petersoncorrectly lookup __dir__
2011-05-23 Victor Stinnertest_codecs now removes the temporay file (created...
2011-05-22 Victor StinnerIssue #10801: Remove a debug print() from test_zipfile
2011-05-22 Eli BenderskyIssue 12126: removing incorrect claim about return...
2011-05-20 Benjamin Petersonthis should actually be an IOError
2011-05-20 Benjamin Petersonadd example for not using access
2011-05-20 Ezio Melotti#12072: add missing parenthesis in the doc. Patch...
2011-05-19 Victor StinnerIssue #12124: zipimport doesn't keep a reference to...
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 Ronald OussorenFix #10154 and #10090: locale normalizes the UTF-8...
2011-05-16 Victor StinnerIssue #11614: Fix test_linecache, cjkencodings_test...
2011-05-16 Victor StinnerIssue #11614: Fix importlib tests for the new __hello__...
2011-05-16 Victor StinnerIssue #12057: Convert CJK encoding testcase BLOB into...
2011-05-16 Victor StinnerIssue #11614: import __hello__ prints "Hello World...
2011-05-15 Victor StinnerIssue #10756: atexit normalizes the exception before...
2011-05-15 Victor StinnerIssue #12060: Use sig_atomic_t type and volatile keywor...
2011-05-15 Georg BrandlCloses #6498: fix several misspellings of "SystemExit...
2011-05-14 Nadeem VawdaFix copy-paste mistake in new zlib test.
2011-05-14 Nadeem VawdaIssue #8650: Make zlib.[de]compressobj().[de]compress...
2011-05-14 Kurt B. KaiserMerge heads
2011-05-14 Kurt B. KaiserIssue #6378: Further adjust idle.bat to start associate...
2011-05-14 Łukasz Langapprint usage example rethought.
2011-05-14 Nadeem VawdaIssue #8650: Backport 64-bit safety fixes for compress...
next