]> granicus.if.org Git - python/shortlog
python
2015-09-07 Martin PanterIssue #23406: Clarify documentation on multiplying...
2015-09-07 Martin PanterIssue #17849: Raise sensible exception for invalid...
2015-09-06 Serhiy StorchakaFix, refactor and extend tests for shutil.make_archive().
2015-09-06 Serhiy StorchakaBackport support.change_cwd() and use it in tests.
2015-09-05 Terry Jan ReedyIssue #16180: Exit pdb if file has syntax error, instea...
2015-09-04 R David Murray#24998: fix cut and paste error in subprocess example.
2015-09-04 Terry Jan ReedyIssue #24745: Prevent IDLE initialization crash with...
2015-09-04 Zachary WareIssue #24986: Save some bandwidth from svn.python.org
2015-09-04 Zachary WareIssue #24986: Allow building Python without external...
2015-09-04 Zachary WareAllow PCbuild\rt.bat to accept unlimited arguments...
2015-09-03 Senthil Kumaranmerge heads.
2015-09-03 Senthil KumaranRemove unused imports in test_wsgiref.py
2015-09-03 Victor StinnerIssue #23375: Fix test_py3kwarn for modules implemented...
2015-09-03 Victor Stinnerpython-gdb.py: enhance py-bt command
2015-09-03 Victor Stinnertest_gdb: enhance regex used to parse the GDB version
2015-09-03 Terry Jan ReedyIssue #21192: Change 'RUN' back to 'RESTART' when runni...
2015-09-02 Zachary WareTurn 'rem' comments into a real usage message in PCbuil...
2015-09-01 Raymond HettingerImprove tutorial suggestion for looping techniques
2015-08-31 Martin PanterIssue #24952: Clarify default argument of stack_size...
2015-08-30 Raymond HettingerMake an example a little clearer
2015-08-30 Zachary WareIssue #24962: Remove space from filename
2015-08-29 Zachary WareIssue #24953: Include ICC version in sys.version string...
2015-08-27 Terry Jan ReedyIssue #24790: correct typo noticed by Eric Smith
2015-08-27 Terry Jan ReedyIssue #24790: Restore unused function.
2015-08-27 Terry Jan ReedyIssue #24782: In Idle extension config dialog, replace...
2015-08-24 Donald StufftUpdate pip to 7.1.2 and setuptools to 18.2
2015-08-24 R David Murray#24926: Fix typo in example.
2015-08-24 Robert CollinsMerge 2.7 heads.
2015-08-24 Robert CollinsIssue #22812: Fix unittest discovery examples.
2015-08-20 Benjamin Petersonremove tabs from ceval.c (closes #24895)
2015-08-18 Terry Jan ReedyIssue #24790: Remove extraneous code (which also create...
2015-08-18 Ned DeilyIssue #24079: Improve description of the text and tail...
2015-08-17 Terry Jan ReedyEntries for idlelib/NEWS.txt
2015-08-17 Terry Jan ReedyIdle NEWS entries.
2015-08-17 Terry Jan ReedyIssue #23672: ACKS
2015-08-14 Terry Jan ReedyIssue #24833: Add attribute reference needed for 3...
2015-08-14 Benjamin Petersonadd missing NULL checks to get_coding_spec (closes...
2015-08-13 R David Murray#21167: Fix definition of NAN when ICC used without...
2015-08-09 Serhiy StorchakaFixed doubled spaces in Misc/NEWS.
2015-08-09 Zachary WareIssue #24751: Fix running regrtest with '-w' flag in...
2015-08-06 Robert CollinsIssue #24531: Document that encoding lines cannot follo...
2015-08-05 Zachary WareIssue #24751: When running regrtest with '-w', don...
2015-08-04 Gregory P.... Don't left shift negative values. Use an unsigned...
2015-08-04 Robert CollinsIssue #20769: Improve reload() docs. Patch by Dorian...
2015-08-03 Terry Jan ReedyIssue #24759: Revert 8203fc75b3d2.
2015-08-02 Benjamin Petersoninclude fcntl.h on all *nix platforms (closes #24217)
2015-08-02 Serhiy StorchakaIssue #20557: Use specific asserts in io tests.
2015-08-02 Zachary WareIssue #23652: Make the select module compile against...
2015-08-01 Terry Jan ReedyIssue 24745: Add ACKS entry.
2015-08-01 Terry Jan ReedyIssue 24745: Switch from Courier to platform-sensitive...
2015-08-01 Terry Jan ReedyIssue #21192: acks for 2.7
2015-08-01 Terry Jan ReedyIssue #21192: Idle Editor. When a file is run, put...
2015-07-31 Terry Jan ReedyIssue 24759: Gracefull exit Idle if ttk import fails.
2015-07-30 Terry Jan ReedyIssue #13884: Idle: Remove tearoff lines from menus...
2015-07-30 Berker PeksagIssue #12160: Fix incorrect StreamCodec references...
2015-07-30 Guido van RossumIssue #15138: Speed up base64.urlsafe_b64* considerably...
2015-07-30 Benjamin Petersonmake comment not lie about the size of SMALL_REQUEST_TH...
2015-07-29 Robert CollinsIssue #23589: Remove duplicate sentence from the FAQ...
2015-07-29 Victor StinnerIssue #23319: Add Matthieu Gautier to Misc/ACKS
2015-07-29 Victor StinnerIssue #23319: Fix ctypes.BigEndianStructure, swap corre...
2015-07-29 Robert CollinsIssue #23254: Document how to close the TCPServer liste...
2015-07-28 Zachary WareSet a default BasePlatformToolset to allow the ICC...
2015-07-27 Benjamin Petersoncheck return value of PyString_FromStringAndSize for...
2015-07-26 Robert CollinsIssue #17527: Add PATCH to wsgiref.validator. Patch...
2015-07-26 Serhiy StorchakaIssue #24683: Fixed a crash in _json.make_encoder(...
2015-07-26 Serhiy StorchakaIssue #24613: Calling array.fromstring() with self...
2015-07-25 Benjamin Petersonpossible memory leak in error case (closes #24719)
2015-07-25 Benjamin Petersonproper overflow checks for mymemreplace (closes #24708)
2015-07-24 Ned DeilyIssue #24603: Update the OS X 32-bit installer build...
2015-07-24 Serhiy StorchakaIssue #24704: Fixed possible NULL pointer dereferencing...
2015-07-24 Serhiy StorchakaIssue #24620: Random.setstate() now validates the value...
2015-07-24 Serhiy StorchakaIssue #24703: Fixed resource leak on error in bsddb...
2015-07-24 Serhiy StorchakaInitialize buf.outobj in multibyte encoder (closes...
2015-07-22 Robert CollinsIssue #13938: 2to3 converts StringTypes to a tuple...
2015-07-22 Benjamin Petersonwe don't care about python 1.5.2
2015-07-22 Zachary WareIssue #24603: Update Windows build to use OpenSSL 1...
2015-07-22 Zachary WareIssue #24680: Remove random backslash. Patch by cdz.
2015-07-20 Terry Jan ReedyIssue #20792: Expand idle_test.test_pathbowser. Tweak...
2015-07-20 Raymond HettingerIssue #19663: Improve error message for defaultdict.
2015-07-19 Terry Jan ReedyIssue #24671: Finish print conversion, idlelib GrepDial...
2015-07-19 Steve DowerFixes OpenSSL directory reference
2015-07-18 Raymond HettingerIssue #24568: fix typo.
2015-07-18 Benjamin Petersonimprove style of the convert macro (#24655)
2015-07-16 Zachary WareClose #24508: Backport the 3.5 MSBuild project files.
2015-07-16 Zachary WareClose #23963: Fix building with original OpenSSL sources.
2015-07-14 Steve DowerIssue #24634: Importing uuid should not try to load...
2015-08-08 Steve DowerIssue #4214: Remove ineffectual /pdb:none option from...
2015-07-13 Zachary WareBackport b80d141a044e
2015-07-12 Serhiy StorchakaIssue #24611: Fixed compiling the posix module on non...
2015-07-08 Serhiy StorchakaAdded regression test for issue24581.
2015-07-06 Serhiy StorchakaCorrected empty lines and removed BOM in Misc/NEWS.
2015-07-06 Benjamin Peterson'not' is very important here
2015-07-06 Benjamin Petersontighten warning
2015-07-06 Serhiy StorchakaIssue #18684: Fixed reading out of the buffer in the...
2015-07-06 Lars GustäbelIssue #24259: tarfile now raises a ReadError if an...
2015-07-06 Zachary WareUpdate Docs/tools/susp-ignored.csv
2015-07-05 Ned DeilyIssue #24540: fix typo in json.dumps docstring
2015-07-05 Benjamin PetersonMerge heads
2015-07-05 Benjamin Peterson'free-after-use' is not a bug :) (closes #24568)
2015-07-04 Ned DeilyIssue #24330: Update IDLE doc and help to note "Configu...
next