]> granicus.if.org Git - python/shortlog
python
2014-03-01 Benjamin Petersonmerge 3.2
2014-02-28 Brett CannonIssue #20778: Fix modulefinder to work with bytecode...
2014-02-28 Martin v. LöwisIssue #20731: Properly position in source code files...
2014-02-27 Terry Jan ReedyIssue #20567: Delete class attribute gui widgets in...
2014-02-27 Antoine PitrouIssue #20791: copy.copy() now doesn't make a copy when...
2014-02-27 Benjamin Petersonfix importlib test failure when bytecode writing is...
2014-02-26 Serhiy StorchakaAdded tests for issue #20501.
2014-02-26 Zachary WareFix several C-API doc typos caught by tomo cocoa on...
2014-02-26 Zachary WareIssue #20759: Fix some typos in the mock docs.
2014-02-26 Gregory P.... Mention issue 20621 fix in the NEWS file for 3.3.5rc1.
2014-02-25 Serhiy StorchakaFix typo (issue #19619).
2014-02-24 R David Murray#20628: wrap lines to < 80.
2014-02-24 R David Murray#20628: make it clear that DictReader/Writer *fieldname...
2014-02-24 Ezio Melotti#20740: desquarify 2.
2014-02-24 Serhiy StorchakaIssue #19619: Blacklist non-text codecs in method API
2014-02-24 Serhiy StorchakaIssue #20535: PYTHONWARNING no longer affects the run_t...
2014-02-24 Georg BrandlCloses #20755: port sphinx-1.1 fixes from default
2014-02-24 Georg BrandlCloses #20735: remove erroneous deprecated marker from...
2014-02-24 Terry Jan Reedywhitespace
2014-02-24 Terry Jan ReedyIssue #9974: When untokenizing, use row info to insert...
2014-02-23 Terry Jan ReedyIssue #20750, Enable roundtrip tests for new 5-tuple...
2014-02-23 Antoine PitrouIssue #20743: Fix a reference leak in test_tcl.
2014-02-09 Victor StinnerIssue #20571: skip test_readline() of test_codecs for...
2014-02-23 Georg BrandlUpdate pydoc topics.
2014-02-23 Terry Jan ReedyIssue #20730: Fix typo reported by Claudiu Popa.
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
2014-02-20 Benjamin Petersonmerge 3.2 (#20695)
2014-02-20 Benjamin Petersonbump Python-ast.c
2014-02-20 Benjamin Petersonupdate logo url (#20695)
2014-02-20 Benjamin Petersonopen retrieved file in binary mode, since it's now...
2014-02-19 Serhiy StorchakaMerge heads
2014-02-19 Zachary WareIssue #20510: Confirm that the code attribute of the...
2014-02-19 Serhiy StorchakaIssue #20672: Fixed tests for TarFile.list() on non...
2014-02-19 Serhiy StorchakaFixed grid_columnconfigure() and grid_rowconfigure...
2014-02-18 Victor StinnerIssue #19612: On Windows, subprocess.Popen.communicate...
2014-02-18 Zachary WareIssue #20609: Fix building 64-bit binaries on 32-bit...
2014-02-18 Zachary WareIssue #20510: Rewrote test_exit in test_sys to match...
2014-02-18 Terry Jan ReedyIssue #8478: Untokenizer.compat now processes first...
2014-02-17 Terry Jan Reedywhitespace
2014-02-17 Terry Jan ReedyUntokenize: An logically incorrect assert tested user...
2014-02-16 Benjamin Petersonbackout fafac90b69c4
2014-02-16 Benjamin Petersonbackout 2807a5f011e4 for causing #20621
2014-02-16 Benjamin Petersonbackout d28242a636c7 so I can backout 2807a5f011e4
2014-02-16 Benjamin Petersondo not line break reference
2014-02-16 Andrew Kuchling#12211: remove paragraph about NaNs
2014-02-16 Andrew Kuchling#12211: clarify math.copysign() documentation and docstring
2014-02-15 Andrew Kuchling#20241: use correct RFC number
2014-02-15 Andrew Kuchling#16728: Mention collections.abc.Sequence in 'sequence...
2014-02-15 Andrew KuchlingClarify versionchanged sentence. Closes #20497.
2014-02-15 Andrew Kuchling#20237: make a revision pass over the XML vulnerabiliti...
2014-02-15 Benjamin Petersonadd missing test assertion (closes #20080)
2014-02-15 Benjamin Petersongive non-iterable TypeError a message (closes #20507)
2014-02-15 Ezio Melotti#19890: fix typo in multiprocessing docs. Patch by...
2014-02-15 Ezio Melotti#20634: fix typo in IDLE README noticed by Saimadhav...
2014-02-14 Ned DeilyIssue #20605: Make test_socket getaddrinfo OS X segfaul...
2014-02-13 Serhiy StorchakaFixed typo in previous commit (issue #6815).
2014-02-13 Serhiy StorchakaIssue #6815: os.path.expandvars() now supports non...
2014-02-12 Serhiy StorchakaIssue #17671: Fixed a crash when use non-initialized...
2014-02-12 Serhiy StorchakaIssue #19255: Clear error after failed PyDict_SetItem...
2014-02-12 Ned DeilyAdd references for Xcode and the Python Developer's...
2014-02-11 Benjamin Petersonavoid name clash with posix_close (closes #20594)
2014-02-11 Serhiy StorchakaIssue #19856: shutil.move() failed to move a directory...
2014-02-11 Benjamin Petersondon't put runtime values in array initializer for C89...
2014-02-10 Georg BrandlFix trailing whitespace.
2014-02-10 Georg Brandlmerge with 3.3.4 releasing repo
2014-02-10 Georg BrandlPost-release updates.
2014-02-10 Serhiy Storchakaissue12085: Use more Pythonic way to check _child_created.
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 21 potential bugs when deleting...
2014-02-09 Georg BrandlAdded tag v3.3.4 for changeset 7ff62415e426
2014-02-09 Georg Brandlnews entry v3.3.4
2014-02-08 R David Murray#14983: always add a line end after a MIME boundary...
2014-02-08 Senthil KumaranInclude the mention of ResourceWarning being displayed...
2014-02-08 Antoine PitrouIssue #20540: Fix a performance regression (vs. Python...
2014-02-08 Charles-François... Issue #20065: socketmodule: Fix build error when AF_CAN...
2014-02-08 R David Murray#16983: Apply postel's law to encoded words inside...
2014-02-08 R David Murray#19772: Do not mutate message when downcoding to 7bit.
2014-02-08 Serhiy StorchakaIssue #20553. Use specific asserts in ipaddress tests.
2014-02-08 Terry Jan ReedyIssue #20406: Use Python application icons for Idle...
2014-02-08 Nick CoghlanFix #18805 NEWS entry
2014-02-08 Nick CoghlanIssue #18805: better netmask validation in ipaddress
2014-02-08 Serhiy StorchakaIssue #20549: Use specific asserts in mailbox, smtplib...
2014-02-08 Serhiy StorchakaIssue #20555: Use specific asserts in urllib, httplib...
2014-02-08 Serhiy StorchakaIssue #20546: Use specific asserts in int tests.
2014-02-08 Serhiy StorchakaIssue #20538: UTF-7 incremental decoder produced incons...
2014-02-07 R David Murray#17369: Improve handling of broken RFC2231 values in...
2014-02-07 R David Murray#20013: don't raise socket error when selected mailbox...
2014-02-07 R David Murray#19063: the unicode-in-set_payload problem isn't gettin...
2014-02-07 Serhiy StorchakaIssue #20532: Tests which use _testcapi now are marked...
2014-02-06 Serhiy StorchakaSilence BytesWarning (backport 267a4d4d9d65).
2014-02-06 Serhiy StorchakaIssue #20363. Fixed BytesWarning triggerred by test...
2014-02-06 Serhiy StorchakaFix empty strings to empty bytes objects.
2014-02-06 Brett CannonIssue #20488: Update docs to say importlib is *the...
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Ned DeilyIssue #20374: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-09 Georg BrandlBump to 3.3.4 final
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-05 R David Murray#14515: clarify that TemporaryDirectory's __enter__...
2014-02-05 Serhiy StorchakaIssue #19920: TarFile.list() no longer fails when outpu...
next