]> granicus.if.org Git - python/shortlog
python
2014-09-29 Benjamin Petersonfix overflow checking in PyBytes_Repr (closes #22519)
2014-09-29 Benjamin PetersonNEWS issue for #22518
2014-09-29 Benjamin Petersoncleanup overflowing handling in unicode_decode_call_err...
2014-09-17 Senthil KumaranIssue #22419: Limit the length of incoming HTTP request...
2014-09-17 Senthil KumaranIssue #22421 - Secure pydoc server run. Bind it to...
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.2
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-07-20 Jason R. CoombsIssue #13540: Removed redundant documentation about...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-06-25 Jesus CeaCloses #20872: dbm/gdbm/ndbm close methods are not...
2014-06-25 Jesus CeaCloses #21441: Reorder elements in documentation to...
2014-06-17 Benjamin Petersonmerge 3.2
2014-06-17 Benjamin Petersonexpect the correct platform-dependent linesep
2014-06-15 Benjamin Petersonmerge 3.2 (#21766)
2014-06-15 Benjamin Petersonurl unquote the path before checking if it refers to...
2014-05-13 Jason R. CoombsUpdate docs to reflect resurrection of Setuptools over...
2014-05-08 Kristján Valur... The PyCOND_TIMEDWAIT must use microseconds for the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonfix poor spelling
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersondisallow a negative idx parameter
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonin scan_once, prevent the reading of arbitrary memory...
2014-04-06 Senthil Kumaranminor docfix (reported at docs@python.org) trace.py...
2014-04-04 Benjamin Petersonmerge 3.2
2014-04-04 Benjamin Petersonfix versionchanged version
2014-04-01 Benjamin Petersonmerge 3.2 (#21082)
2014-04-01 Benjamin Petersonremove directory mode check from makedirs (closes ...
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-30 Benjamin Petersonmerge 3.2
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-23 Richard OudkerkIssue #20633: Replace relative import by absolute import.
2014-03-17 Georg BrandlUpdate doc version switcher for 3.4/3.5.
2014-03-16 Benjamin Petersonimprove set_tunnel docs (closes #11448)
2014-03-16 Benjamin Petersonfix ctypes test alignment assumptions (closes #20946)
2014-03-16 Antoine PitrouClose #16665: improve documentation for hex(). Patch...
2014-03-15 Benjamin Petersonsend people to the right editors page (#20938)
2014-03-15 Ned DeilyIssue #20939: Fix test_geturl failure in test_urllibnet...
2014-03-15 Benjamin Petersonremove runtime_library_dirs for _sqlite; it isn't needed
2014-03-15 Benjamin Petersonavoid referencing past the bounds of an array
2014-03-15 Benjamin Petersononly define zero constant when it is used
2014-03-15 Benjamin Petersonremove unused zero constants
2014-03-15 R David Murray#20933: At least one place maps 'test' to 'localhost...
2014-03-15 Benjamin Petersonavoid referencing out-of-bounds memory
2014-03-15 Benjamin Petersonfix c89 declaration order
2014-03-15 Benjamin Petersondon't do pointer arithmetic with signed numbers
2014-03-14 R David Murray#7475: Remove references to '.transform' from transform...
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Jesus CeaCloses #20908: Memory leak in Reg2Py()
2014-03-13 Éric AraujoMake distutils error messages more helpful (#11599).
2014-03-13 Benjamin Petersonweaken callback count inequality (closes #20901)
2014-03-13 Benjamin Petersonremove unnecessary word (closes #19060)
2014-03-12 Éric AraujoFix note markup (#16805).
2014-03-12 Benjamin Petersonmerge 3.2 (#20896)
2014-03-12 Benjamin Petersonuse ssl.PROTOCOL_SSLv23 for maximum compatibility ...
2014-03-12 Benjamin Petersonadd Sean Rodman
2014-03-12 Benjamin Petersonuse support.rmtree instead of shutil (closes #19614)
2014-03-12 Éric AraujoAvoid “error: None” messages from distutils (#4931).
2014-03-11 R David Murray#20030: doc that TestLoader.discover returns a TestSuite.
2014-03-11 Benjamin Petersonimprove algorithms_* documentation
2014-03-11 Benjamin Petersonfix typo (closes #20892)
2014-03-10 Georg BrandlCloses #20090: update Doc/README and the error message...
2014-03-09 R David Murray#19953: Clarify the wording of the augmented assignment...
2014-03-09 Ned DeilyIssue #20875: Prevent possible gzip "'read' is not...
2014-03-09 Georg Brandlmerge with 3.3.5 release repo
2014-03-09 Georg BrandlPost-release update.
2014-03-09 Georg Brandlhgtouch: remove meta-variable from option spec
2014-03-09 Georg BrandlAdded tag v3.3.5 for changeset 62cf4e77f785
2014-03-09 Georg BrandlBump to 3.3.5 final. v3.3.5
2014-03-08 R David Murray#10197: Update get[status]output versionchanged with...
2014-03-07 Brett CannonIssue #20813: Backport Python 2/3 HOWTO updates
2014-03-06 Zachary WareMake pywlauncher.vcxproj depend on make_versioninfo...
2014-03-06 Serhiy StorchakaIssue #20283: RE pattern methods now accept the string...
2014-03-05 Kristján Valur... Make the various iterators' "setstate" sliently and...
2014-03-04 Kristján Valur... Fix pickling of rangeiter. rangeiter_setstate would...
2014-03-03 Serhiy StorchakaCorrect comments and improve failure reports in test_fi...
2014-03-02 Georg BrandlAdded tag v3.3.5rc2 for changeset ca5635efe090
2014-03-02 Georg BrandlBump to 3.3.5rc2. v3.3.5rc2
2014-03-02 Georg BrandlUpdate NEWS for 3.3.5rc2.
2014-03-02 Georg BrandlIssue #20404: reject non-text encodings early in TextIO...
2014-03-02 Georg Brandlmerge 3.3.5rc1 release commits with 3.3 branch
2014-03-02 Benjamin Petersonadd Chris Angelico
2014-03-02 Benjamin Petersonfix test_posix.test_initgroups to work without suppleme...
2014-03-01 Benjamin Petersonfix test on debug builds (closes #20731)
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.
next