]> granicus.if.org Git - python/shortlog
python
2016-01-18 Serhiy StorchakaAdded exceptins for testing non-reversible import mappi...
2016-01-18 Serhiy StorchakaIssue #26013: Added compatibility with broken protocol...
2016-01-18 Serhiy StorchakaIssue #9006: Added tests for XML RPC with non-UTF-8...
2016-01-18 Senthil KumaranIssue26017 - Suggest enclosing command args in double...
2016-01-17 Terry Jan ReedyIssue #25905: Specify 'ascii' encoding for README.txt...
2016-01-17 Senthil KumaranIssue26135 - In the tutorial section on modules, refere...
2016-01-16 Steve DowerIssue #26071: bdist_wininst created binaries fail to...
2016-01-16 Steve DowerIssue #26073: Update the list of magic numbers in launcher
2016-01-16 Steve DowerIssue #26065: Excludes venv from library when generatin...
2016-01-16 Steve DowerIssue #25850: Use cross-compilation by default for...
2016-01-16 Steve DowerIssue #25089: Adds short documentation section for...
2016-01-16 Senthil Kumaran Issue26035 - Correct the argument names used in the...
2016-01-16 Martin PanterIssue #14771: Redirect GDB's stdin to avoid messing...
2016-01-16 Martin PanterIssue #26127: Fix links in tokenize documentation;...
2016-01-16 Gregory P.... Make the error message regex more lenient so that it...
2016-01-16 Gregory P.... Make the error message regex more lenient so that it...
2016-01-15 Brett CannonIssue #17633: Improve support for namespace packages...
2016-01-15 Brett CannonAdd some "used with permission" mentions where external...
2016-01-15 Brett CannonIssue #26114: Remove a reference to 'Numerical Recipes'.
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4
2016-01-15 Martin PanterIssue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3
2016-01-15 Martin PanterIssue #25940: On Windows, connecting to port 444 return...
2016-01-14 Martin PanterIssue #25940: Update new SSL tests for self-signed...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 doko@ubuntu.comdictobject.c(dict_sizeof): Make it static again.
2016-01-14 Martin PanterIssue #25940: Update new SSL tests for self-signed...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 Martin PanterIssue #25940: Merge self-signed.pythontest.net testing...
2016-01-14 Martin PanterIssue #25940: Use self-signed.pythontest.net in SSL...
2016-01-12 Ezio Melotti#26001: mention in the tutorial that files in binary...
2016-01-12 Ezio Melotti#19006: fix wording in unittest docs.
2016-01-12 Zachary WareIssue #25348: Add --pgo and --pgo-job flags to PCbuild...
2016-01-12 Yury SelivanovIssue #25486: Drop "removed in 3.6" wording from inspec...
2016-01-11 Ezio Melotti#25517: fix regex in the regex howto. Patch by Elena...
2016-01-11 Ezio Melotti#25991: fix readline example to limit history size...
2016-01-11 Barry WarsawMerge heads.
2016-01-11 doko@ubuntu.com- Issue #24705: Fix sysconfig._parse_makefile not expan...
2016-01-11 Barry WarsawComment out some tests that won't pass now that we...
2016-01-11 Barry WarsawIssue #22995: [UPDATE] Comment out the one of the pickl...
2016-01-11 Yury SelivanovMerge 3.4 (Issue #26050)
2016-01-11 Yury SelivanovIssue #26050: Add asyncio.StreamReader.readuntil()...
2016-01-11 Andrew SvetlovFix versionadded to use 3.5.1 only for 3.5 branch
2016-01-11 Andrew Svetlovmerge 3.4
2016-01-11 Andrew SvetlovDocument asyncio.timeout()
2016-01-11 Andrew Svetlovmerge 3.4
2016-01-11 Andrew SvetlovSync with asyncio
2016-01-11 Andrew SvetlovAdd missing Misc/NEWS update
2016-01-11 Andrew Svetlovmerge 3.4
2016-01-11 Andrew SvetlovSync with asyncio repo
2016-01-11 Mark HammondIssue #26070: py.exe launcher fails to find in-place...
2016-01-10 Benjamin Petersonmerge 3.4 (#26066)
2016-01-10 Benjamin Petersondelete old crypto prose (closes #26066)
2016-01-10 Senthil KumaranIssue23675 - A tiny clarification in the MRO glossary...
2016-01-09 Terry Jan ReedyIssue #26029: Finish correction.
2016-01-09 Ezio Melotti#24789: fix docstring of ctypes.create_string_buffer...
2016-01-09 Terry Jan ReedyIssue #26029: Remove extraneous word. Patch by Upendra...
2016-01-09 Senthil KumaranIssue #22138: Fix mock.patch behavior when patching...
2016-01-08 Senthil KumaranIssue20969 - Set the Epub Author and Epub Publisher...
2016-01-08 Benjamin Petersonmerge 3.4 (#26046)
2016-01-08 Benjamin Petersonfix typo in unittest docs (closes #26046)
2016-01-08 Benjamin Petersonenable SSL_MODE_RELEASE_BUFFERS
2016-01-07 Guido van RossumHopeful fix for test_rglob_common on Windows without...
2016-01-07 Guido van RossumHopeful fix for test_rglob_common on Windows without...
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Guido van RossumAdd another try/except PermissionError to avoid dependi...
2016-01-07 Berker PeksagFix typo in docstring of multiprocessing.spawn.spawn_main()
2016-01-07 Berker PeksagIssue #5501: Clarify that invoking freeze_support(...
2016-01-07 Senthil Kumaranmerge from 3.4
2016-01-07 Senthil KumaranIssue16544 - Add a link to an external documentation...
2016-01-06 Guido van RossumCross-reference os.DirEntry and pathlib.Path for issue...
2016-01-06 Guido van RossumAdd versionadded (3.4.5) to docs for issue #22570....
2016-01-06 Guido van RossumAdd versionadded (3.4.5) to docs for issue #22570.
2016-01-06 Guido van RossumDocs for issue #22570. (Merge 3.4->3.5)
2016-01-06 Guido van RossumDocs for issue #22570.
2016-01-06 Guido van RossumIssue #22570: Add 'path' attribute to pathlib.Path...
2016-01-06 Guido van RossumIssue #22570: Add 'path' attribute to pathlib.Path...
2016-01-06 Guido van RossumIssue #26012: Don't traverse into symlinks for ** patte...
2016-01-06 Guido van RossumIssue #26012: Don't traverse into symlinks for ** patte...
2016-01-06 Guido van RossumIssue #24120: Ignore PermissionError in pathlib.Path...
2016-01-06 Guido van RossumIssue #24120: Ignore PermissionError in pathlib.Path...
2016-01-04 Senthil Kumaranmerge from 3.4
2016-01-04 Senthil KumaranIssue24898 - Improve str.find documentation.
2016-01-03 Senthil Kumaranmerge from 3.4
2016-01-03 Senthil KumaranIssue21221 - Explain the usage of tm_isdst attribute...
2016-01-02 R David Murray#22709: Use stdin as-is if it does not have a buffer...
2016-01-02 Senthil Kumaranmerge from 3.4
2016-01-02 Senthil KumaranIssue25917 : Fix howto links in docs. Point the referen...
2016-01-02 Gregory P.... Remove a duplicate test_addresses key:value as identifi...
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Zachary WareFix grammar.
2016-01-01 Benjamin Petersonmerge 3.4
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Petersonremove some copyright notices supserseded by the toplev...
2016-01-01 Benjamin Petersonadd 2015 and 2016
2016-01-01 Benjamin Petersonmerge 3.4
2016-01-01 Benjamin Petersonmerge 3.3
2016-01-01 Benjamin Petersonreflow
2016-01-01 Benjamin Petersonmerge 3.4
next